#header {
    box-shadow: 0px 1px 2px 0px rgb(230, 230, 230);
}

.careers-container {
    background: url("../img/careers/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.careers-container .cms-portarch-carousel__backdrop {
    background: linear-gradient(178.35deg, rgba(36, 36, 36, 0.18) 0.8%, rgba(36, 36, 36, 0.6) 95.8%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.service-area .service-content .service-ul li {
    list-style: disc;
}

.service-area .service-area-content .service-img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.career-container ul li{
    list-style: disc;
}


@media (min-width: 1024px) {
    .page-wrapper .container {
        min-height: 500px;
    }

    .service-area .service-area-top .service-img {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
}


@media (min-width: 848px) and (max-width: 1024px) {

    .page-wrapper .container {
        min-height: 500px;
    }

    .service-area .service-area-top .service-img {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
}

@media (max-width: 848px) {
    .page-wrapper .container {
        min-height: 200px;
    }

    .service-area .service-area-top .service-img {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
}