div.banner {
    margin-top: calc(60px + 30px);
    padding: 0 30px;
    margin-bottom: 60px;

}
div.banner h1 {
    font-size: 20px;
    font-weight: 400;
    color: var(--primary-color);
    line-height: 1.2;
}
div.banner h2 {
    font-size: 37px;
    margin: 20px 0 7px 0;
}
div.banner h3 {
    font-size: 20px;
    font-weight: 400;
    color: #353535;
    font-style: italic;
    line-height: 1.4;
}
div.banner div.first-part {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

div.information {
    padding: 0 30px 50px 30px;
}
div.information p {
    font-size: 18px;
    line-height: 1.5;
    color: #121212;
    margin-bottom: 20px;

}
div.information p:nth-child(3) {
    font-style: italic;
    span {
        font-weight: 500;
    }
}

div.mission {
    padding: 0 30px 50px 30px;
}
div.mission p {
    font-size: 18px;
    line-height: 1.5;
    color: #121212;
    margin-bottom: 20px;
}

div.mission h2 {
    margin-bottom: 20px;
}
div.mission div.point p {
    margin-bottom: 14px;
    display: flex;
    span.dot {
        margin-right: 14px;
        color: #454545;
    }
}
