#offers-section .text-container{
    bottom: 10%;
    left:8%;
}

.offer-container img{
    border-radius: 30px;
    box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.17);
}
.box-container{
    height: 931px;
    border-radius: 37px;
    background: #C0CFC1;
    bottom: -27%;
}
@media screen and (max-width:1400px){
    .box-container{
        height: 731px;
        bottom: -42%;
    }
}

@media screen and (max-width:1199px){
    .box-container{
        height: 631px;
        bottom: -39%;
    }
}

.post-button{
    background: #F3F4F6 !important;
    border:1px solid #F3F4F6 !important;
}