/* ----- SECTION OPERATIONS ----- */
.section-operations {
    padding-top: 15.9rem;
    border-bottom: 1px solid #E5E9ED;
    margin-bottom: 3rem;
}

.section-operations .title {
    max-width: 59rem;
    margin-bottom: 4.1rem;
}

.section-operations .title h2 {
    text-transform: none;
    margin-bottom: 3rem;
}

.section-operations .row {
    border-top: 1px solid #D9D9D9;
    margin: 0 0.2rem 0 -0.3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.section-operations h4 {
    margin-left: -0.5rem;
    margin-bottom: 2.1rem;
}

.section-operations ul {
    padding-left: 1.9rem;
}

.section-operations ul li {
    color: #4B4B4B;
    position: relative;
}

.section-operations ul li::before {
    content: '';
    width: 3px;
    height: 3px;
    position: absolute;
    left: -0.9rem;
    top: 0.9375rem;
    background: #4B4B4B;
    border-radius: 50%;
}

/* ----- /SECTION OPERATIONS ----- */

@media (max-width: 1199px) {
    /* ----- SECTION OPERATIONS ----- */
    .section-operations {
        padding-top: 7rem;
    }

    /* ----- /SECTION OPERATIONS ----- */

}

@media (max-width: 767px) {
    /* ----- SECTION OPERATIONS ----- */
    .section-operations {
        padding-top: 19.6rem;
        margin-bottom: 1rem;
    }

    .section-operations .title h2 {
        line-height: 2.125rem;
        font-size: 1.875rem;
        margin-bottom: 2.25rem;
    }

    .section-operations .title p {
        font-size: 1.125rem;
        line-height: 2rem;
    }

    .section-operations .title {
        padding: 0 1.1rem;
        margin-bottom: 6.9rem;
    }

    .section-operations .row {
        margin: 0 2rem;
        padding-bottom: 0.8rem;
    }

    .section-operations h4 {
        padding: 0;
        font-size: 1.5rem;
        line-height: 2.25rem;
        margin-left: -0.3rem;
        max-width: 16rem;
        margin-bottom: 1.3rem;
    }

    .section-operations ul {
        font-size: 1.125rem;
        line-height: 2rem;
        padding-left: 1.4rem;
        padding-right: 0.2rem;
    }

    .section-operations ul li {
        margin-bottom: 2rem;
    }

    /* ----- /SECTION OPERATIONS ----- */
}