.sustainability-header-section {
    background: url(../images/sustainability/SOM-headbanner-new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 87vh;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.sustainability-options-section img {
    width: 100%;
    background-color: #d7d7d7;
    border: 2px solid #a9a9a9;
}

.text-blue { color: #295693 !important; }

h1.section-title, h2.section-title {
    text-transform: capitalize;
    font-size: 2.4rem;
    line-height: 40px;
    font-weight: 700;
}

.rise-by-lifting {
    background-color: #f8f8f6;
    position: relative;
}
/*.rise-by-lifting:before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/sustainability/vector-1.png);
    top: 0;
    bottom: 0;
    z-index: 11;
    background-size: cover;
    width: 13%;
}
.rise-by-lifting:after {
    content: "";
    position: absolute;
    right: 0;
    background-image: url(../images/sustainability/vector-2.png);
    top: 0;
    bottom: 0;
    z-index: 11;
    background-size: cover;
    width: 15%;
}*/


@media screen and (max-width: 600px) {
    .sustainability-options-section img {
        width: 50%;
    }
}

.sustainability-options-section {
    background: url(../images/sustainability/SOMLogoWatermarkforbackground.png);
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: 50% -20%;
}

.sustainability-options-section .row {
    padding-bottom: 40px;
}

.sustainability-options-section .section-title {
    color: #295693;
}

.sustainability-options-section p {
    font-weight: 500;
}