/***** Right Img and Content Start Here *****/
.right-image-content .content-img {
    display: inline-block;
    max-width: 400px;
    margin-left: 35px;
}

.right-image-content .content-img img {
    border-radius: 3px;
    width: 100%;
}

.right-image-content.engineering-degree-path .content-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    max-width: 420px;
    margin: 0 auto;
    align-items: flex-start;
}

/***** Right Img and Content END Here *****/