.info{
    min-height: 100vh;
    max-width: 100vw;
    padding: 150px 0;
    color: #32325d;
}

.info-title{
    text-align: center;
    margin-bottom: 30px;
}

.info-section__title{
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    padding: 30px 0;
}

.info-text{
    margin-top: 30px;
}

.info-text a{
    color: #4a4bce;
}

.legal-info .info-text{
    margin-top: 5px;
}

.info-section__wrapper{
    margin-top: 20px;
}

.info-section__wrapper:first-of-type,
.info-text:first-of-type{
    margin-top: 0;
}
