section.block-purpose,
section.block-purpose:first-child,
section.block-purpose:last-child{
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    padding: 228px 0 234px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 1064px;
}
.block-purpose .claim > h1,
.block-purpose .claim > h2,
.block-purpose .claim > h3,
.block-purpose .claim > h4,
.block-purpose .claim > h5,
.block-purpose .claim > h6,
.block-purpose .claim > p{
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -0.01em;
    text-align: center;
    color: rgba(61, 38, 99, 1);
    margin-top: 0;
    margin-bottom: 42px;
}
.block-purpose .title > h1,
.block-purpose .title > h2,
.block-purpose .title > h3,
.block-purpose .title > h4,
.block-purpose .title > h5,
.block-purpose .title > h6,
.block-purpose .title > p{
    font-size: 96px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -0.01em;
    text-align: center;
    background: linear-gradient(91.32deg, #93FC66 -33.45%, #47E7AF 2.42%, #14D9E1 29.9%, #00D3F4 43.33%, #07CBF4 52.22%, #1BB6F6 65.78%, #3B94F8 82.32%, #6368FA 99.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0;
    margin-bottom: 32px;
}
.block-purpose .description{
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
}
.block-purpose .description p{
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.01em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 8px;
}

/* Responsive */
@media only screen and (max-width: 980px) {
    section.block-purpose, section.block-purpose:first-child, section.block-purpose:last-child{
        padding-top: 100px;
        padding-bottom: 100px;
        background-position: top;
        background-repeat: no-repeat;
        background-size: 200%;
    }
    .block-purpose .claim > h1, .block-purpose .claim > h2, .block-purpose .claim > h3, .block-purpose .claim > h4, .block-purpose .claim > h5, .block-purpose .claim > h6, .block-purpose .claim > p{
        font-size: 28px;
        font-weight: 400;
        line-height: 56px;
        letter-spacing: -0.01em;
    }
    .block-purpose .title > h1, .block-purpose .title > h2, .block-purpose .title > h3, .block-purpose .title > h4, .block-purpose .title > h5, .block-purpose .title > h6, .block-purpose .title > p{
        font-size: 44px;
        font-weight: 700;
        line-height: 50px;
    }
    .block-purpose .description p{
        font-size: 28px;
        font-weight: 400;
        line-height: 44px;
    }
}