
.pro {
    padding:30px 0;
    text-align:center;
}

.pro img {

}


/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    .pro {
        padding:10px 0 80px;
    }

    .pro img {
        width:100%;
    }
}
