.community-section {
    background: #F5F5F5;
}

.community-section .container-fluid,
.community-section .container-sm,
.community-section .container-md,
.community-section .container-lg,
.community-section .container-xl {
    padding: 0;
}

.community-section .row {
    margin: 0;
}

.community-section .section-image {
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.community-section .section-text {
    padding: 60px calc((100vw - 1110px) / 2) 60px 0;
}

.community-section .section-text .row {
    align-items: center;
}

.community-section .text-wrapper {
    width: 640px;
    max-width: 100%;
    padding-top: 10px;
}

.community-section h2 {
    font: 500 100px/100px "ABC Prophet Trial";
    color: #525BAC;
    margin-bottom: 50px;
}

.community-section h3 {
    font: 700 30px/30px "Montserrat";
    line-height: 1.2em;
    color: #FF686A;
    letter-spacing: -0.03em;
}

.community-section strong {
    font-weight: 800;
}

.community-section p {
    font: 600 14px/20px "Montserrat";
    color: #7D7D7D;
}

.community-section .text-wrap {
    float: left;
    width: 370px;
}

.community-section .btn-round {
    float: right;
}

.community-section .btn-round i.icon {
    font-size: 11px;
    margin-left: 5px;
}

@media (max-width: 1199px) {
    .community-section .section-text {
        padding-right: calc((100vw - 930px) / 2);
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .community-section h2 {
        font-size: 85px;
        line-height: 85px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .community-section .section-text {
        padding-right: calc((100vw - 690px) / 2);
    }

    .community-section h2 {
        font-size: 63px;
        line-height: 63px;
    }

    .community-section .btn-round {
        float: none;
    }
}

@media (max-width: 767px) {
    .community-section .section-image {
        height: 400px;
    }

    .community-section .section-text {
        padding-right: calc((100vw - 510px) / 2);
        padding-left: calc((100vw - 510px) / 2);
    }

    .community-section h2 {
        font-size: 52px;
        line-height: 52px;
    }
}

@media (max-width: 575px) {
    .community-section .section-image {
        height: calc(100vw / 1.27);
    }

    .community-section .section-text {
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
    }
}
