.rich-text {
    padding: 60px 0;
    position: relative;
}

.rich-text .rich-text-wrapper {
    margin-left: 100px;
    margin-right: 100px;
}

.wp-block-heading,
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
    margin-bottom: 35px;
    color: #2E3B4E;
}

.rich-text h2 {
    font-size: 64px;
    margin-bottom: 22px;
    font-weight: 400;
}

.rich-text h3 {
    font-weight: 400;
}

.rich-text {
    font-size: 20px;
}

.rich-text a {
    color: #0080C9;
}

.rich-text p,
.rich-text ol,
.rich-text ul {
    margin-bottom: 30px;
    font-size: 20px;
}

@media (max-width:1199px) {

    .rich-text h1,
    .rich-text .h1 {
        font-size: 40px;
    }

    .rich-text h2,
    .rich-text .h2 {
        font-size: 36px;
    }
}

@media (max-width:991px) {
    .rich-text .rich-text-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    .rich-text h1,
    .rich-text .h1 {
        font-size: 32px;
    }

    .rich-text h2,
    .rich-text .h2 {
        font-size: 28px;
    }

    .rich-text h3,
    .rich-text .h3 {
        font-size: 24px;
    }

    .rich-text p,
    .rich-text ol,
    .rich-text ul {
        font-size: 16px;
    }
}