.thanks{
    margin-bottom: 100px;
}
.thanks_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.thanks_wrapper{
    display: flex;
    gap: 2.666%;
}
.thanks_img{
    height: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.15);
}

.thanks_img img{
    width: 269px;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s;
}
@media (max-width: 1199.98px) {
    .thanks_wrapper{
        overflow: auto;
        padding-top: 5px;
        padding-bottom: 20px;
    }
}
@media (max-width: 991.98px) {
    .thanks {
        margin-bottom: 30px;
    }
    .thanks_top {
        margin-bottom: 20px;
    }
    .thanks_wrapper{

        gap: 20px;
    }
    .thanks_img{
        height: 374px;
        min-width: 260px;
    }
    .thanks_img img{
        width: 260px;
        
    }
}
.thanks_page{
    margin: 73.5px 0px 123px;
}

.thanks_con{
    max-width: 1160px;
    padding: 0px;
}
.thanks_page-items{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.thanks_page-item{
    display: flex;
    gap: 100px;
}
.thanks_page-img{
    height: 427px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.15);
}
.thanks_page-img img{
    width: 300px;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s;
}

.thanks_page-content{
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: rgba(83, 83, 83, 1);
}

.thanks_page-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0;
}
.thanks_page-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    letter-spacing: 0;
}

@media (max-width: 991.98px) {
    .thanks_page{
        margin: 45.5px 0px 47px;
    }
    .thanks_con{
        padding: 0px 15px;
    }
    .thanks_page-img{
        height: 413px;
        width: 290px;
    }
    .thanks_page-img img{
        width: 290px;

    }
    .thanks_page-item{
        flex-direction: column;
        gap: 20px;
    }
}