@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@500&display=swap');

body {
    font-family: 'Montserrat', serif;   
    overflow-x: hidden;
}

#main{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#banner-section{
    background-image: url(https://s3.ap-south-1.amazonaws.com/data.satyukt.com/website_images/Satyukt_Images/About/Career/careerbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: auto;
    /* height: calc(100vh - 500px); */
    height: 600px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 75px;
}

#banner-section h1{
    font-style: normal;
    font-weight: bolder;
    font-size: 18px;
    line-height: 62px;
    text-align: center;
    /*color: #FFFFFF;*/
    color: #FFC107;
    letter-spacing: 1px;
    margin: auto;
}

#main .title{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 54px;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    color: #184876;
    letter-spacing: 2px;
    text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-color: #478D4B;
}

#section-1 {
    margin-top: 30px;
    padding: 20px;
}
#openings .card{
    padding: 10px;
    margin: 10px;
}
#openings .card-title{
    font-weight: 600;
    font-size: 16px;
    line-height: 33px;
    display: flex;
    align-items: center;
    color: #478D4B;
    letter-spacing: 1.5px;
}

#openings .card-text{
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: justify;
    color: rgba(51, 51, 51, 0.8);
    letter-spacing: 0.1rem;
}

#openings .iconify{
    margin-right: 5px;
}
#buttonn{
    display: flex;
    justify-content: end;
    align-items: center;
}
#openings .card-link{
    font-size: 14px;
    background: #478D4B;
    color: white;
    margin-top: -20px;
    width: 100px;
}

@media(max-width: 479px){
    #banner-section {  
        height: 300px;
    }
    #banner-section h1 {
        font-size: 18px;
        line-height: 40px;
    }
    #main .title {   
        font-size: 18px;
    }
}
