/* OTHER SERVICES */
.otherServices {
    overflow: hidden;
    padding: 0 112px;
}

.otherServices .heading {
    text-align: left;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
}

.otherServices .btnContainer {
    margin-top: 32px;
}

.otherServices a {
    width: 98%;
}
.otherServices button {
    width: 100%;
    padding: 12px;
    min-height: 51px;
    font-size: 20px;
    font-weight: 600;
}


@media only screen and (max-width: 576px) {

    /* OTHER SERVICES */
    .otherServices {
        padding: 0 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {

    /* OTHER SERVICES */
    .otherServices {
        padding: 0 64px;
    }
}