.text-content {
    background: #111;
    padding: 40px 24px;
}

.text-content__inner {
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
}

.text-content__inner h2,
.text-content__inner h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 16px;
}

.text-content__inner h2 {
    font-size: 32px;
}

.text-content__inner h3 {
    font-size: 24px;
}

.text-content__inner p {
    margin-bottom: 24px;
}

.text-content__inner strong,
.text-content__inner b {
    font-weight: 700;
}

.text-content__inner a {
    color: #fe0900;
    text-decoration: underline;
}
