@media(min-width:768px) {
    .img-box {
        max-width: 360px;
    }
    .btn-box {
        max-width: 400px;
    }
}
