.info[data-v-4570fd16] {
    align-items: center;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    max-width: 500px;
    text-align: center
}

.info__title[data-v-4570fd16] {
    font-size: var(--text-size-large);
    font-weight: var(--font-weight-semi-bold);
    margin-bottom: 1rem;
    white-space: nowrap
}

@media (max-width:768px) {
    .info__title[data-v-4570fd16] {
        white-space: normal
    }
}

.info__sub-title[data-v-4570fd16] {
    color: var(--text-color-light);
    margin-bottom: 4rem
}

@media (max-width:768px) {
    .info__sub-title[data-v-4570fd16] {
        margin-bottom: 2rem
    }
}

.info__text-title[data-v-4570fd16] {
    color: var(--text-color);
    font-size: var(--text-size-base);
    margin-bottom: 2.8125rem
}

.info__text[data-v-4570fd16] {
    color: var(--text-color-light);
    margin-bottom: 8rem;
    padding: 0 1.25rem
}

@media (max-width:768px) {
    .info__text[data-v-4570fd16] {
        margin-bottom: 4rem
    }
}