.service-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: 600px;
}
.service-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(270.07deg, #002B98 0.07%, #00060C 99.95%);
    z-index: 1;
    opacity: 0.75;
}
.service-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2;
    max-width: 90%;
}
.banner-text p {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.banner-text span {
    font-size: 18px;
    color: #fff;
    line-height: 36px;
}

.accordion-button:focus{
    border-bottom:1px solid #dee2e6;
    box-shadow: none;
}
.points-white.section-padding .col-lg-5.col-12.career-about-text ul {
    list-style: disc;
    padding-left: 20px;
}
.points-white.section-padding .col-lg-5.col-12.career-about-text ul li {
    margin-bottom: 20px;
}
.points-white.section-padding .col-lg-5.col-12.career-about-text ul li b {
    display: block;
}
.points-white.section-padding .col-lg-5.col-12.career-about-text p {
    font-size: 20px;
    /*font-weight: 600;*/
}
.points-white.section-padding .row {
    margin-top: 20px;
    row-gap: 30px;
    align-items: center;
    justify-content: space-between;
}
.content-development-section.section-padding .row {
    row-gap: 40px;
}
.points-white.section-padding .col-lg-7.col-12.about-career-img img {
    width: 100%;
    height: auto;
}

@media (max-width:992px){
    .content-development-section.section-padding .row {
   row-gap: 40px;
}
}
@media (max-width:600px){
    .points-white.section-padding .col-lg-5.col-12.career-about-text p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    }
}




