.service_section.light_blue_bg {
    background-color: #E7F5FF;
}
.service_section .service_container {
    margin-top: 75px;
    margin-bottom: 75px;
    max-width: 1492px !important;
    padding-left: 36px !important;
    padding-right: 36px !important;
    margin-inline: auto;
}
.service_section.light_blue_bg .service_container {
    padding-top: 75px;
    padding-bottom: 75px;
}
.service_section.light_blue_bg:last-child .service_container {
    margin-bottom: 0px;
}
.service_section .service_container h1,
.service_section .service_container h2 {
    font-size: 49px;
    line-height: 55px;
    color: #132048;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}
.service_section .service_container .common-heading strong {
    color: #2A5CA8;
}
.service_section .service_container .service_sub_title,
.service_section .service_container .service_content_wrap h3 {
    font-size: 29px;
    line-height: 33px;
    color: #2A5CA8;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}
.service_section .service_container .service_tag_line {
    font-size: 19px;
    line-height: 25px;
    color: #2A5CA8;
    font-family: "Lato", sans-serif;
    font-weight: 800;
}
.service_section .service_container .service_content_wrap * {
    font-size: 19px;
    line-height: 25px;
    color: #132048; /*#132048;*/
    font-family: "Lato", sans-serif;
    font-weight: 400;
}
.service_section .service_container .service_content_wrap ol li  {
    margin-bottom: 10px;
}
/*.service_section.light_blue_bg .service_content_wrap * {
    color: #20407E;
}*/
.service_section.text_align_center h1,
.service_section.text_align_center h2,
.service_section.text_align_center .service_sub_title,
.service_section.text_align_center .service_tag_line,
.service_section.text_align_center .service_content_wrap,
.service_section.text_align_center .button-wrap {
    text-align: center;
}
.service_section.text_align_left h1,
.service_section.text_align_left h2,
.service_section.text_align_left .service_sub_title,
.service_section.text_align_left .service_tag_line,
.service_section.text_align_left .service_content_wrap,
.service_section.text_align_left .button-wrap {
    text-align: left;
}
.service_section.text_align_center ul,
.service_section.text_align_left ul {
    text-align: left;
}
.service_section ul li {
    margin-bottom: 10px;
}

.service_section.neg_margin_top {
    margin-top: -140px;
}
.service_section.neg_margin_top .common-heading {
    width: 47%;
    text-wrap: pretty;
}
.multi_col_ul ul {
    column-count: 2;
}
.multi_col_ul:not(.date_ul) ul li {
    margin-bottom: 30px;
}
.st-mt-20 .service_sub_title {
    margin-top: 20px;
}
@media(max-width:1200px) {
    .service_section:last-child .service_container {
        padding-bottom: 75px;
    }
    .service_section.light_blue_bg:last-child .service_container {
        padding-bottom: 140px;
    }
}
@media(max-width:1024px) {
    .service_section.neg_margin_top,
    .st-mt-20 .service_sub_title {
        margin-top: 0px;
    }
}
@media(max-width:992px) {
    .multi_col_ul:not(.date_ul) ul {
        column-count: 1;
    }
}
@media(max-width:767px) {
    .service_section.neg_margin_top .common-heading {
        width: 100%;
    }
}
@media (max-width: 430px) {
	.service_section .service_container h1, 
	.service_section .service_container h2 {
		font-size: 39px;
		line-height: 45px;
	}

	.service_content_wrap a {
		word-break: break-all;
	}
}