@media screen and (min-width: 768px) {
}

@media screen and (min-width: 992px) {
    .box-wrap .blk-img {
        overflow: hidden;
        position: relative;
        object-fit: cover;
        object-position: center;
    }
    .box-wrap img {
        max-width: none;
        width: auto;
        height: 100%;
    }
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1400px) {
}

h3 {
    font-weight: 400;
}

.btn-block {
    max-width: 300px;
}