.container.div-serv-tag {
    background-image: url('../../img/frontend/files/section-back-img-123.jpg')!important;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    background-position: center, center;
}

.div-whychs.p-4 {
    height: 150px;
}

.mbr-section-bottom {
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-color: #232323;
}

.pt-5.pt-5.container.row.col-lg-5.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

.icon {
    max-width: 5rem;
    height: auto;
}


.bg-body.rounded:hover {
    background-color:#ffc109!important;
}


@media only screen and (max-width: 1199px) and (min-width:992px) {
    .div-whychs.p-4 h4 {
        font-size:19px!important
    }
}

@media only screen and (max-width: 991px) {
    .div-whychs.p-4 h4 {
        font-size:18px!important
    }

}

@media only screen and (max-width: 767px) {
    .div-whychs.p-4 {
        height: 100%!important;
    }
}


