.service-heading {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 800;
    color: #FFFFFF;
}
.service-subheading {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    color: #FFFFFF;
}

.service-title {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    color: #46336A;
}
.service-description {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    color: #2F2942;
}

.service-image-container img {
    border: 1px solid rgba(151,151,151,0.25);
}

.orange-title-text {
    font-size: 15px;
    line-height: 12px;
    color: #F28D43;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
}

.service-description p {
    padding-bottom: 20px;
}



@media (min-width: 501px) {
    .service-heading {
        font-size: 50px;
        line-height: 54px;
        display: inline-block;
        vertical-align: middle;
    }
    .service-subheading {
        font-size: 25px;
        line-height: 33px;
        display: inline-block;
        vertical-align: middle;
    }
    .service-title {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 3%;
    }
    .service-description {
        font-size: 18px;
        line-height: 31px;
    }
    .service-image-container img {
        width: 100%;
    }
    .service-row-container {
    }
    .service-text-container {
        display: inline-block;
        height: 100%;
    }
}

@media (max-width: 500px) {
    .service-heading {
        font-size: 30px;
        line-height: 29px;
        padding-left: 0px;
        padding-bottom: 2%;
        padding-right: 0px;
    }
    .service-subheading {
        font-size: 18px;
        line-height: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .service-title {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 2%;
        padding-top: 8%;
    }
    .service-description {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 8%;
    }
    .service-row-container {
        
    }
    .service-image-container {
        padding-bottom: 5%;
    }
}
