.special-offers-caption{
    font-size: 20px;
    font-weight: 900;
    text-shadow: 0.5px 0.2px 0.5px black;
    margin-bottom: 35px;
    text-align: center;
}
.caption-offers{
    text-align: center;
    margin: 50px 0;
}
.offers_sec{
    width: 80%;
    margin: auto;
}
.nav-tabs{
    margin-bottom: 50px;
    border: none!important;
}
.nav-tabs li{
    margin-right: 40px;
    font-weight: 900;
    text-shadow: 0.5px 0.2px 0.5px black;
    color: black !important;
    
}
.nav-tabs li a{
    color: black;
    border: none!important;
}
.nav-tabs:hover{
    border: none!important;
}
.active{
    color: var(--main)!important;
    border: none!important;
}
.offer_img{
    width: 45%;
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 50px;
}
.offer_text{
    width: 100%;
    position: absolute;
    padding: 20px;
    color: black;
    background-color: white;
    left: 390px;
    top:60px;
}
.offer_text h4{
    font-weight: 900;
    margin-bottom: 15px;
}
.offer_text p{
    font-weight: 900;
    min-height: 60px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 800;
}
.see_more_offers {
    padding: 9px;
    background-color: var(--main);
    color: var(--white);
    border: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    margin-top: 5px;
    width: 150px;
    letter-spacing: 1px;
    transition: background-color 1s;
}
.see_more_offers:hover {
    background-color: rgb(56, 47, 47);
}
@media screen and (max-width: 1170px){
    .offer_img {
        width: 54%;
    }
}
@media screen and (max-width: 980px){
    .offer_img {
        width: 60%;
    }
    
}
@media screen and (max-width: 864px){
    .offer_img {
        width: 70%;
    }
    .offer_text {
        left: 314px;
    }
}
@media screen and (max-width: 632px){
    .offer_img {
        width: 75%;
    }
    .offer_text {
        left: 250px;
    }
}
@media screen and (max-width: 532px){
    .offer_img {
        width: 80%;
    }
    .offer_text {
        left: 180px;
        
    }
}
@media screen and (max-width: 425px){
    .offer_img {
        width: 88%;
        margin-top: 100px;
    }
    .offer_text {
        left: 90px;
        top:160px;
        padding-right:20px;
    }
     .offer_text h4{
        font-size: 17px;
    }
}

@media screen and (max-width: 375px){
    .offer_img {
        width: 100%;
    }
    .offer_text {
        left: 70px;
        top:155px;
    }
   

    .offer_img {
        height: 250px
    }
    .offer_text {
        left: 50px;
        top:100px
    }
}