﻿/*welcome section*/

.search-box {
    display: none;
}


/*form-section*/
.jobDetails {
    display: flex;
    gap: 2rem !important;
    flex-direction: column;
}

    .jobDetails .page-subTitle {
        text-align: start
    }
/*benefits-section*/

.benefits-section {
    max-width: 1920px;
}
    .benefits-section .container-fluid {
         margin-top: 0; 
         padding:0; 
    }
.benefits-background {
    position: relative;
    min-height: 29rem;
    background-image: url(../../Images/Careers/Vector.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.benefits-section .text-container {
    position: absolute;
    max-width: 50%;
    transform: translate(-50%, -44%);
    gap: 22px;
    top: 50%;
    left: 50%;
    display:flex;
    flex-direction:column;
}
.benefits-section .pageTitle {
    padding-bottom: 0;
}

.benefits-section .page-subTitle {
    font-weight: 400;
    font-size:1.5rem;
    padding-bottom:0;
}


@media only screen and (max-width: 767px) {
    .benefits-section .container-fluid {
        padding: 5rem 2rem 2rem;
    }
    .benefits-background {
        background-image: url(../../Images/Careers/small-Vector.svg);
        min-height:unset;
        margin-top: 2rem;
        position:unset
    }

    .benefits-section .text-container {
        max-width: none;
        transform: unset;
        position:unset
    }
    .benefits-section .pageTitle {
        font-size: 28px;
    }
    .benefits-section .page-subTitle {
        font-size: 20px;
    }
}
