.terms-section{
    width: 100%;
    height: auto;
    padding: 120px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.terms-width-container{
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 32px;
}

@media(max-width: 1280px){
    .terms-section{
        padding: 64px 48px;

    }

    .terms-width-container{
        width: 100%;
    }
}

@media(max-width: 970px){
    .terms-section{
        padding: 64px 32px;

    }
}

@media(max-width: 700px){
    .terms-section{
        padding: 64px 24px;

    }
}

@media(max-width: 500px){
    .terms-section{
        padding: 48px 20px;

    }
}

@media(max-width: 400px){
    .terms-section{
        padding: 48px 16px;

    }
}