:root {
    --exceptionalExperienceLHSTop: 200px;
}

#exceptionalExperience .LHS.stickit {
    top: var(--exceptionalExperienceLHSTop);
}

#exceptionalExperience .LHS > .grayRectangle {
    width: 57%;
    margin: 2% 0 0 6%;
    height: 82%;
}

#exceptionalExperience .LHS > .textOval {
    z-index: 1;
    top: 28%;
    position: absolute;
}

#exceptionalExperience .LHS > img:first-of-type {
    width: 67%;
    max-width: 382px;
    margin: 7% 0 0 24%;
}

#exceptionalExperience .LHS > img:last-of-type {
    width: 22%;
    max-width: 124px;
    margin: -15% 0 0 17%;
}

#exceptionalExperience .RHS h3 {
    margin-bottom: 15px;
}

#exceptionalExperience .RHS > .reasonForChoosingUs {
    padding-top: 70px;
}