.terms {
    padding: 3em 0 6em;
    background: #000;
    color: $color-primary;
    font-family: 'Gilroy-Regular';

    p {
        font-size: 1.2em;
        line-height: 1.4;
        text-align: center;
        margin-top: 1em;
    }

    
    .terms__wrapper {
        margin-top: 6em;
    }
}
