
/*Prevent 5050 text from spilling over on mobile*/
@media only screen and (max-width: 940px) {

    .BottomGreyRight .DnnModule,
    .BottomWhiteLeft .DnnModule,
    .BottomGreyRight {
        height: auto !important;
    }
}
/*removes space between 5050 image and text on mobile*/
@media only screen and (max-width: 768px) {
    .BottomGreyRight {
        margin-top: -45px;
    }
}

/*Old carried over*/
/*Sets styling for 50/50 Split Areas*/
h2.small.testimonial_copy {
    font-size: 24px;
    text-transform: initial;
    margin-bottom: 30px;
    text-align: left;
}

.BottomGreyRight .DnnModule,
.BottomWhiteLeft .DnnModule {
    height: 430px;
}

@media screen and (max-width: 768px) {

    .BottomGreyRight .DnnModule,
    .BottomWhiteLeft .DnnModule {
        height: 266px;
    }
}
/*End styling for 50/50 Split Areas*/