.thanks{
    padding: 10rem 0;
}

.thanks .row{
    grid-gap: 2rem 0;
}

.thanks .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

.thanks .sectitle,
.thanks .text{
    width: clamp(10px,100%,580px);
    margin-bottom: 1.5rem;
}

@media(max-width:992px){
    .thanks{
        padding: 4rem 0;
    }
}