section.side {
    background: #fff;
    position: relative;
    font-family: "Roboto";
    font-size: 18px;
    padding-bottom: 125px;
}

section.side .col-md-6.images div:first-child img {
    position: absolute;
    max-height: 850px;
    top: -90px;
}

section.side h2 {
    margin-top: 75px;
    color: #061649;
    font-family: "Poppins";
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 42px;
}

section.side h2:before {
    content: "";
    background: #aaa;
    width: 60px;
    height: 3px;
    display: block;
    margin: 10px 0 10px 0;
}

section.side .col-md-6.images {
    position: absolute;
    left: 0;
    padding: 0;
    width: 100%;
}

section.side .col-md-6.content {
    float: right;
}

section.side.page .row:nth-child(2) img {
    width: 100%;
}

section.side.page h2 {
    margin-top: 0;
}

section.side p:not(.button-holder) {
    margin-bottom: 125px;
}

section.side.page p:not(.button-holder) {
    margin-bottom: 0;
    margin-top: 20px;
}

section.side.page p:not(.button-holder):first-child {
    margin-top: 0;
}

@media (max-width: 992px) {
    section.side .col-md-6.images div:first-child img {
        display: none;
    }
}