.sectionMainBG {
    height: 700px;
    background: url("../images/pics/pic-paratransit-1.png") no-repeat center;
    background-size: cover;
}

.sectionLogoTest {
    margin: 120px 0 0;
}

.sectionLogoTest__title {
    padding: 0 40px;
    color: #333;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 50px;
}

.sectionLogoTest__item {
    width: 90%;
    margin: 0 5%;
    padding: 0 30px;
    text-align: center;
}

.sectionLogoTest__itemImg1 {
    height: 100px;
    margin-bottom: 20px;
    background: url("../images/clients/DCAS-Logo.png") 50% 1% no-repeat;
    background-size: 90%;
}

.sectionLogoTest__itemImg2 {
    height: 100px;
    margin-bottom: 20px;
    background: url("../images/clients/1200px-NYC_Health.svg.png") 50% 30% no-repeat;
    background-size: 56%;
}

.sectionLogoTest__itemImg3 {
    height: 100px;
    margin-bottom: 20px;
    background: url("../images/clients/dhs_logo.png") 50% 30% no-repeat;
    background-size: 123%;
}

.sectionLogoTest__itemImg4 {
    height: 100px;
    margin-bottom: 20px;
    background: url("../images/clients/logo.png") 50% 0% no-repeat;
    background-size: 100%;
}

.sectionLogoTest__itemImg img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.sectionLogoTest__itemName {
    color: #808080;
    font-size: 20px;
    letter-spacing: 0.7px;
    line-height: 32px;
    text-align: center;
}

.sectionStaticContent {
    padding: 120px 0 35px;
}

.sectionStaticContent__title {
    color: #333;
    font-size: 30px;
    letter-spacing: 0.75px;
    line-height: 42px;
    margin-bottom: 50px;
}

.sectionBlocksBgTitle {
    height: 700px;
}

.sectionBlocksBgTitle .sectionBlocksBgTitle__left {
    padding: 0 15%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    background: url("../images/pics/pic-paratransit-2.png") center center no-repeat;
}

.sectionBlocksBgTitle .sectionBlocksBgTitle__right {
    padding: 0 15%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    background: url("../images/pics/pic-paratransit-3.png") no-repeat;
    background-size: cover;
}

.sectionBlocksBgTitle__leftTitle {
    color: #FFF;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 42px;
}

.sectionBlocksBgTitle__rightTitle {
    color: #FF5A55;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 80px;
}