/*
===================
INTRO SECTION
===================
 */
.intro-section p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-weight: 300;
}

#rounder-wrapper .container {
    padding: 100px 15px;
}

.title-text p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

/*
=================
BENEFITS
=================
 */
.rscm-column-wrapper {
    padding: 20px 15px;
}

.rsc-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}

.rsc-top h2 {
    margin-bottom: 0;
}

.rcsm-icon {
    width: 90px;

}

.rcsm-title {
    width: calc(100% - 90px);
    flex-basis: calc(100% - 90px);
}

.rsc-column-text p,
.rsc-column-text li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.rsc-column-text p {
    margin-bottom: 10px;
}

.rsc-column-text ul {
    padding-left: 15px;
}

/*
=================
RCSM
=================
 */
.rcsmp {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#components-row {
    flex-basis: 1060px;
    width: 1060px;
    max-width: 100%;
    margin: 10px auto;
}

.component-wrapper {
    width: 20%;
    flex-basis: 20%;
    max-width: 20%;
    padding: 15px 5px;
}

.component-inner {
    width: 100%;
}

.component-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    min-height: 70px;
}

.component-text p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-weight: 300;
    text-align: center;
}

.rcsmp-text p,
.rcsmp-subtitle p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-weight: 300;
}

.rcsmp-text {
    max-width: 100%;
    width: 1130px;
    margin-left: auto;
    margin-right: auto;
}

/*
=====================
CLASSIFICATIONS
======================
 */
#rcsmp {
    padding-bottom: 30px;
}

#classification {
    padding-top: 0;
}

.classification-wrapper {
    margin: 20px auto;
}

.class-image {
    margin: 20px auto 40px auto;
}

.column-image-inner {
    width: 100%;
    height: 360px;
    border-radius: 10px;
    background-color: #e2e7f5;
    position: relative;
    overflow: hidden;
}

.column-image-inner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.class-text-wrapper h3 {
    font-weight: 600;
    margin-bottom: 15px;
}

.class-text-wrapper p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-weight: 300;
    width: 420px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1199.9px) {
    .column-image-inner {
        height: 300px;
    }

    .class-image {
        margin: 15px auto;
    }
}

@media (max-width: 991.8px) {
    .component-wrapper {
        width: 33.33%;
        flex-basis: 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 575.8px) {
    .rsc-top {
        margin-bottom: 15px;
    }

    .rcsm-icon {
        width: 100%;
        flex-basis: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .rscm-column-inner {
        width: 350px;
        flex-basis: 350px;
        max-width: 100%;
        margin: 0 auto;
    }

    .rcsm-title {
        width: 100%;
        flex-basis: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .rsc-column-text p {
        margin-bottom: 15px;
    }

    #components-row {
        margin: 10px auto;
    }

    .component-wrapper {
        width: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .classification-wrapper {
        margin: 15px auto;
    }

    .column-image-inner {
        height: 240px;
    }

}

@media (max-width: 400px) {
    .component-wrapper {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-width: 360px) {
    .column-image-inner {
        height: 200px;
    }
}