
.career-body .container {
    max-width: 1075px!important;
}
.hero-section {
    padding-bottom: 35px;
}
.hero-section .dark-blue_btn {
    height: 60px;
    padding: 0 50px;
}
.hero-section h2 {
    font-size: 37px;
    line-height: 120%;
    color: #092140;
    font-weight: 350;
    font-family: "Fira Sans", sans-serif;
    margin: 40px 0 45px 0;
}
.hero-section p {
    margin-bottom: 43px!important;
}
.section h2 {
    font-size: 37px;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 30px;
    color: #092140;
    font-weight: 500;
    font-family: "Fira Sans", sans-serif;
}
.career-body .section img,
.hero-section img {
    object-fit: cover;
    width: 100%;
}
.career-body section img {
    object-fit: cover;
    width: 100%;
}
.career-section {
    background-color: #eaecef;
    padding: 50px 0 70px 0;
}
.career_list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.career_card {
    width: calc(100%/3);
    padding: 0 20px;
    margin-bottom: 20px;
    transition: all .3s ease-in;
}
.career_img {
    transform: scale(1);
    overflow: hidden;
    height: 220px;
}
.career_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .7s ease-in-out;
}
.career_img:hover img {
    transform: scale(1.2);
}

.career_card-wrap {
    background-color: #fff;
    filter: drop-shadow(3.507px 7.19px 4px rgba(50,22,19,0.11));
    height: 100%;
}
@media (max-width: 768px) {
    .career_card {
        width: calc(100%/2);
    }
}
@media (max-width: 425px) {
    .career_card {
        width: 100%;
    }
}
.career_card-body {
    padding: 15px 25px 20px 25px;
}
.career_card .dark-blue_btn  {
    display: flex;
}
.career_card-body h5 {
    font-size: 28px;
    line-height: 36px;
    color: #74b0e3;
    font-weight: 350;
    font-family: "Fira Sans", sans-serif;
    margin-top: 0;
    text-align: left;
}
.career_card-body p {
    text-align: left;
    font-size: 15px;
    line-height: 24px;
}
.dark-blue_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #092140;
    color: #fff;
    height: 51px;
    padding: 0 25px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: "Fira Sans", sans-serif;
    transition: all .3s ease-in;
    filter: drop-shadow(1.315px 2.696px 1.5px rgba(50,22,19,0.11));
}
.dark-blue_btn:hover {
    background-color: #74b0e3;
    color: #fff;
    text-decoration: none;
}
.explore-section {
    background-color: #092140;
    padding: 50px 0 80px;
}
.provider-section, 
.culture-section {
    padding: 50px 0 80px 0;
}
footer {
    overflow-x: hidden;
}
section p,
.hero-section p {
font-size: 16px;
line-height: 27px;
color: #092140;
font-weight: 350;
font-family: "Fira Sans", sans-serif;
margin: 0 0 18px 0;
}
.culture-section h2 {
    color: #092140!important;
}
.provider-section .provider_img {
    max-width: 865px;
    height: 445px;
    padding: 0 15px;
}
.provider-section iframe {
    height: 100%;
    width: 100%;
    min-height: 235px;
    object-fit: cover;
 }

@media (max-width: 425px) {
    .hero-section  .row {
        padding: 0 15px;
    }
    .provider-section .provider_img {
        height: 235px;
    }
    .hero-section .dark-blue_btn {
        display: flex;
        margin: 0 10px;
    }
    .section h2 {
        font-size: 33px;
    }
}