  .introcontent {
    margin: 80px 0;
}

.introcontent--wrapper {
    max-width: 930px;
}

.introcontent h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 40px;
}

.introcontent h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.introcontent h4 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.introcontent h5 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.introcontent h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.introcontent .content {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
    .introcontent {
        margin: 50px 0;
    }

    .introcontent h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }
}
