
.job-card-title-style {


    color: var(--black, #111);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 36px */
    letter-spacing: -0.243px;

}

.job-card-title {
    display: flex;
    padding: 20px 19px 20px 18px;
    justify-content: center;
    align-items: center;
    border-radius: 42px;
    height: 76px;
    flex-wrap: nowrap;
    text-align: center;
}

.red-title {
    color: #000;
    background: var(--splash-one, #F0B2A8);
}

.yellow-title {
    color: #000;
    background: var(--splash-three, #FFC966);
}

.blue-title {
    color: #fff;
    background: var(--splash-two, #005FFF);
}

.job-desc {
    color: var(--black, #111);

    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 25.909px;
    /* 172.724% */
    letter-spacing: -0.194px;
}



.carousel-job-card {
    width: 100%;
}

.div-job-card {
    display: flex;
    flex-direction: column;
    width: 90%;
    justify-content: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    overflow: auto;
}

.custom-prev-arrow,
.custom-next-arrow {
  font-size: 2rem; /* Adjust the font size as needed */
  color: #333; /* Change the color as needed */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.custom-prev-arrow {
  left: 10px;
}

.custom-next-arrow {
  right: 10px;
}
 

.standard-padding {
    padding: 1%;
}

.standard-padding-left-right {
    padding-left: 5%;
    padding-right: 5%;
}

.standard-padding-top {
    padding-top: 5%;
}

.standard-margin-bottom {
    margin-bottom: 5%;
}

.text-align-center {
    text-align: center;
}
 
  

.standard-image-size {
    width: 295.962px;
    height: 351.953px;
}

.standard-line-height {
    line-height: 26px;
}

 


@media only screen and (max-width:767px) {

   
    .job-card-title {
        display: flex;
        padding: 8px;
        justify-content: center;
        align-items: center;
        border-radius: 42px;
        flex-wrap: wrap;
        text-align: center;
        width: 100%;
    }

    #career-header-section {

        background-image: url('/img/careers/careers-1.webp');
        background-position: right top;
        margin-top: 48px;
        background-repeat: no-repeat;
        background-size: 50%;

    }
 

    .mobile-full-width {
        width: 100%;
    }

    .mobile-center-aligned {
        text-align: center;
    }
 

    .mobile-flex-direction-column {
        flex-direction: column;
    }

 

    .div-job-card {
        width: 100%;
    }

    .div-benefit-card {
        margin-bottom: 15%;
    }

    .div-benefit-card:last-child {
        margin-bottom: 0;
    }

    .standard-padding {
        padding: 10%;
    }

    .standard-padding-left-right {
        padding-left: 10%;
        padding-right: 10%;
    }
 

    .standard-image-size {
        width: 100%;
        height: auto;
    }
 
}