.about-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.about-main__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.17;
    margin-bottom: 0;
}
.about-main__text {
    letter-spacing: 0.02em;
}
.about-main__text_xl {
    font-size: 20px;
}
.about-main__link {}
@media screen and (min-width: 992px) {
    .about-main__title {
        font-size: 36px;
    }
    .about-main__text_xl {
        font-size: 22px;
    }
}
@media screen and (min-width: 1280px) {
    .about-main__title {
        font-size: 48px;
    }
    .about-main__text_xl {
        font-size: 32px;
    }
}
@media screen and (min-width: 1620px) {
    .about-main__title {
        font-size: 64px;
    }
}