.offers {
    position: relative;
    z-index: 11;
}
.offers .single-offer {
    width: 48%;
    padding: 0px 30px 100px 30px;
}
.offers .row {
    margin: 0 -78px;
}
.offers .single-offer .image {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.offers .single-offer .details {
    background-color: white;
    height: 385px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 110px;
    text-align: center;
    border: 1px solid #C1C1C1;
}
.offers .single-offer .details .detail-title {
    font-family: var(--noto);
    font-size: 30px;
    color: var(--medium-blue);
    padding-bottom: 20px;
}
.offers .single-offer .details .detail-description {
    font-family: var(--open);
    font-size: 17px;
    color: var(--medium-blue);
    padding-bottom: 30px;
    line-height: 30px;
}
.offers .single-offer .details .explore-btn-normal-blue {
    width: 115px!important;
}





/* Responsive */
@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1536px) {
    .offers .single-offer .image {
        height: 320px;
    }
    .offers .single-offer .details {
        height: 260px;
        padding: 0px 80px;
    }
    .offers .single-offer .details .detail-title {
        font-size: 19px;
        padding-bottom: 15px;
    }
    .offers .single-offer .details .detail-description {
        font-size: 14px;
        padding-bottom: 25px;
    }
    .offers .single-offer .details .explore-btn-normal-blue {
        width: 91px!important;
    }
    .offers .single-offer {
        padding: 0px 30px 55px 30px;
    }
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
    .offers .row {
        margin: 0px -50px;
    }
    .offers .single-offer .image {
        height: 230px;
    }
    .offers .single-offer .details {
        height: 240px;
        padding: 0px 30px;
    }
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 768px) {
    .offers .single-offer {
        padding: 0px 10px 25px 10px;
    }
}

@media screen and (max-width: 428px) {
    .offers .row {
        margin: 0px 0px;
    }
    .offers .single-offer {
        padding: 0px 0px 25px 0px;
        width: 100%;
    }
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 375px) {
    .offers .single-offer .details {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 320px) {
}
/* Responsive */