.section-left-title h2 {
    max-width: 840px;
    font-family: metropolisbold, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -0.02em;
}

.section-left-title.half,
.section-center-title.half,
.container-center-title.half,
.container-left-title.half {
    max-width: 50%!important;
}

.section-center-title,
.section-left-title {
    text-align: left;
    margin-bottom: 50px;
}

.section-center-title h2 {
    max-width: 840px;
    font-family: metropolisbold, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.02em;
    margin: 0 auto;
}

.section-left-title p,
.section-center-title p {
    max-width: 502px;
    font-family: metropolis, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    margin: 10px auto 0;
    color: #626262;
}

.section-left-title p {
    text-align: left;
    margin-left: 0!important;
}

.section-center-title p {
    text-align: center;
}

.section-center-title h2.white,
.section-center-title p.white,
.section-left-title h2.white {
    color: #FFFFFF;
}

.section-center-title h2.black,
.section-left-title h2.black {
    color: #121212;
}

.container-center-title,
.container-left-title {
    text-align: center;
    margin-bottom: 50px;
}

.container-center-title h2 {
    max-width: 840px;
    font-family: metropolisbold, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.02em;
    margin: 0 auto;
}

.container-left-title h2 {
    max-width: 840px;
    font-family: metropolisbold, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 100%;
    text-align: left;
    letter-spacing: -0.02em;
}

.container-left-title {
    max-width: 840px;
    font-family: metropolisbold, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 100%;
    text-align: left;
    letter-spacing: -0.02em;
}

.container-center-title h2.white, .container-left-title h2.white {
    color: #FFFFFF;
}

.container-center-title h2.black, .container-left-title h2.black {
    color: #121212;
}



@media screen and (max-width: 1024px) {
    .heading,
    .heading span,
    .share-idea-header,
    .share-idea-header span,
    .section-left-title h2,
    .section-center-title h2 {
        font-size: 48px;
    }

    .section-center-title p {
        font-size: 28px;
    }

    .container-left-title h2,
    .container-center-title h2 {
        font-size: 32px;
    }

    .section-left-title.half, .section-center-title.half, .container-center-title, .container-left-title {
        max-width: 100%!important;
    }
}


@media screen and (max-width: 568px) {
    .heading,
    .heading span,
    .share-idea-header,
    .share-idea-header span,
    .section-left-title h2,
    .section-center-title h2 {
        font-size: 32px;
    }

    .section-center-title p {
        font-size: 22px;
    }

    .container-left-title h2,
    .container-center-title h2 {
        font-size: 28px;
    }

    .section-center-title,
    .section-left-title,
    .container-left-title,
    .container-center-title {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 568px) and (min-width: 320px) {
    .heading,
    .heading span,
    .share-idea-header,
    .share-idea-header span,
    .section-left-title h2,
    .section-center-title h2 {
        font-size: 28px;
    }

    .section-left-title p,
    .section-center-title p {
        font-size: 18px;
    }
}