.img{
    position: relative;
    object-fit: contain;
}

#aboutUsContent{
    margin-right: 15%;
    margin-top: 4.5%;
    /*height: 100%;*/
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    overflow: hidden;
}

#aboutUsContent h4{
    margin: 0;
    color: #ea6e30;
    font-size: 22px;
}

.bodySpace{
    margin-top: 115px;
}

html body div.container.aboutUsContainer {
    height: 100%;
}

html body div.container.aboutUsContainer div#aboutUsContent div#contentWrapper p{
font-size:20px;
}