#main .strpm #sectionOne {
 background-image: url('../images/bg-red.jpg');
}

#main .strpm #sectionOne .text-div .row-two {
 color: white;
}

#main .strpm #sectionTwo {
 background-image: url('../images/bg-home.jpg');
 background-repeat: no-repeat;
}

#main .strpm #sectionTwo .body .logos {
 display: flex;
 justify-content: flex-end;
 width: 900px;
 max-width: 90vw;
 margin-bottom: 30px;
}

#main .strpm #sectionTwo .body .logo {
 margin-left: 30px;
}

#main .strpm #sectionTwo .body .content {
 font-size: 18px;
 color: #29355d;
}

#main .strpm #sectionTwo .body .link {
 background-color: #29355d;
}