.theme-banner-four {
    position: relative;
}

.back{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    overflow-y: hidden;
    object-fit: cover;
}

.feature-wrap-6{
    border: none;
    transition: 300ms;
    margin-bottom: 15px;
    background-color: #fdf9e7 !important;
}

.feature-wrap-6:hover{
    transform: scale(1.01);
}

@media screen and (max-width: 390px){
    .feature-wrap-6{
        padding: 30px;
    }
}

.service-wrap-5{
    border: 7.5px solid #f6c584 !important;
}

.service-wrap-5,
.service-wrap-5:hover{
    background-color: #fdf9e7;
    background-size: cover;
}

@media screen and (max-width: 991px){
    .service-wrap-5{
        padding: 25px !important;
    }
}