@media screen and (max-width: 600px) {
    .header-top{
        left: calc(50% - 1440px/2);
        top: 0px;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        background: #3CB1E3;

    }
    .heading1{
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: 30px !important;
        line-height: 35px !important;
        margin-top: -60px;
        color: #FFFFFF;
    }
    .heading2{
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: 30px !important;
        line-height: 35px !important;
        margin-top: -50px;
        color: #FFFFFF;
    }
    .styleCareer h3{
        color: black;
        font-size: 25px;
        font-weight: 600;
        text-align: center !important;
        padding-top: 30px;
        /* font-family: 'Montserrat', sans-serif; */
    }
    .styleCareer p{
        text-align: justify;
       font-size: 18px !important;
       font-weight: 300;

   }
   .Stylelife p{
    text-align: justify;
    font-size: 18px !important;
    font-weight: 300;
    }
    .Stylelife h2{
         text-align: center;
    }
    .talentsButton{
        align-items: center;
        padding: 5px 16px !important;
        gap: 5px !important;
        background: #01012C;
        border-radius: 25px !important;
        color: #FFFFFF;
        width: 60%;
        margin: auto !important;
        text-decoration: none;
        display: grid;
    }
    .searchButton{
        border: 1px solid #01012C;
        border-radius: 25px !important;
        align-items: center !important;
        padding: 5px 16px !important;
        gap: 5px !important;
        color: #01012C;
        margin: auto !important;
        margin-top: 10px !important;
        display: grid;
        width: 60%;
    }
    .styleJobs{
        background: #F1F1F1;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 30px 30px 0px 0px !important;
        align-items: center;
        justify-content: center;
        padding: 25px;
    }
    .styleJobsDesc{
        margin-top: 15px;
        border-radius: 0px 0px 30px 30px !important;
    }
   .jobsDate{
        float: left !important;
   }
   .JobsDesc{
        margin-top: 25px;
    }
    .styleJobsDesc{
        margin-left: 0px !important;
    }
    .footer-background{
        background-image: url('../img/footer-background.png');
        height: auto !important;
        background-size: cover !important;
        background-repeat: repeat-y !important;

    }
    .mobile-paddding{
        margin-top: -80px !important;
    }
    .card-section-background-img{
        background-image: url('../img/perks-of-the-job-background.png');
        height: auto !important;
        background-size: cover !important;
        background-repeat: repeat-y !important;
        padding-bottom: 30px;
    }
    .card-perks-title{
        font-size: 20px !important;
        font-weight: 400 !important;
        margin-left: 12px !important;
        /* margin-top: -8px; */
        color: #000000 !important;
    }
    .card-perks-desc{
        margin-left: 13px !important;
        font-weight: 300 !important;
        font-size: 16px !important;
        line-height: 22px !important;
        letter-spacing: 0.2px !important;
        color: #FFFCFC;
    }
    .forgot-password{
        float: left;
        font-size: 13px;
    }
    .login-paddint-form{
        padding-left: 0px !important;
        padding-top: 0px !important;
        margin-left: 0% !important;
    }
    .login-form-title{
        font-weight: 400;
        font-size: 25px !important;
        line-height: 48px;
        color: #000000;
        padding-top: 20px !important;

    }

  }
