.serve-contain {
    background: #FACD0A;
    padding-top: 180px;
    padding-bottom: 180px;
}

.serve-contain .h2 {
    margin-bottom: 50px;
}

.right-serve {
    padding-left: 90px;
}

.right-serve p {
    margin-bottom: 25px;
    color: #161112;
}

.right-serve p:last-child {
    margin-bottom: 0;
}

.right-serve p a {
    color: #161112;
    text-decoration: underline;
}

.right-serve p a:hover {
    text-decoration: none;
}

.right-serve .one-dark-btn {
    margin-top: 11px;
}

.opportunities-section {
    padding-top: 180px;
    padding-bottom: 180px;
    overflow: hidden;
}

.opportunities-section .h2 {
    margin-bottom: 40px;
}

.opportunities-section ul {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 28px;
}

.opportunities-section ul li {
    margin-bottom: 12px;
    width: 33.33%;
    float: left;
    padding-right: 12px;
}

.opportunities-section ul li:before {
    background: #D51F3D;
}

.opportunities-section>*:last-child {
    margin-bottom: 0;
}

.serve-img {
    width: 100%;
}

@media (min-width: 1800px) {
    .serve-img {
        width: 605px;
        max-width: 605px;
    }
}

@media (max-width: 1799px) {

    .serve-contain,
    .opportunities-section {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .right-serve {
        padding-left: 40px;
    }

    .serve-contain .h2 {
        margin-bottom: 40px;
    }
}

@media (max-width: 1499px) {

    .serve-contain,
    .opportunities-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .serve-contain .h2,
    .opportunities-section .h2 {
        margin-bottom: 30px;
    }

    .right-serve p {
        margin-bottom: 20px;
    }

    .right-serve {
        padding-left: 20px;
    }

    .right-serve .one-dark-btn {
        margin-top: 5px;
    }

    .opportunities-section ul {
        margin-bottom: 18px;
    }
}

@media (max-width: 1399px) {
    .opportunities-section ul li {
        width: 50%;
    }
}

@media (max-width: 1199px) {

    .serve-contain,
    .opportunities-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .right-serve {
        padding-left: 10px;
    }

    .right-serve p {
        margin-bottom: 15px;
    }

    .opportunities-section .h2 br {
        display: none;
    }

}

@media (max-width: 991px) {
    .right-serve {
        padding-left: 0;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {

    .serve-contain,
    .opportunities-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .serve-contain .h2,
    .opportunities-section .h2 {
        margin-bottom: 20px;
    }

    .right-serve p {
        margin-bottom: 10px;
    }

    .right-serve {
        padding-top: 20px;
    }

    .opportunities-section ul {
        margin-bottom: 10px;
    }

    .opportunities-section ul li {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
}