*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.careers-section-header{
    background-color: #E0F7FA;
    padding: 120px 10px 170px;
}
.careers-section-header h1{
    font-weight: 700;
    font-size: 45px;
}
.careers-section-header p{
    font-size: 15px;
    color: #5C5F6E;
}
.careers-section-header button{
    background-color: #007bb6;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;
}
.careers-section-header img{ 
float: right;   
 right: 10px;
    width: 62%; 
    top: -27px;
  
}


.core-value-section{
    background-color: #fafafa;
    padding: 200px 10px 60px;
}
.core-value-section h2{
    font-weight: 700;
    font-size: 30px;
}
.core-value-section p{
    color: #5C5F6E;
}
.careers-card{
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 4px 24px 0px #00000005;
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.careers-card:hover{
    scale: 1.04;
}
.careers-card h4{
    font-weight: 700 !important;

}
.careers-card p{
    color: #5C5F6E;
    margin-top: 40px;
}
.open-position-section{
    background-color:#E0F7FA ;
    padding: 120px 10px;
}
.open-position-section h1{
    font-weight: 700;
}
.open-position-section p{
    color: #5C5F6E;
    margin-top: 15px;
}
.career-positions-card{
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 24px 0px #00000005;
    color: #828282;
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.career-positions-card:hover{
    scale: 1.04;
}
.career-positions-card img{
    width: 90px;
}
.career-positions-card h5{
   color: #000;
   font-size: 18px;
   margin: 30px 0px;
}
.we-are-everywhere-section{
    background-color: #fafafa;
    padding: 110px 10px;
}
.container-careers{
    margin: 0 auto;
    max-width: 1100px;
}
.we-are-everywhere-section h1{
    font-weight: 700;
}
.we-are-everywhere-section p{
    color: #5C5F6E;
    margin: 13px 0px 20px
}
.we-are-everywhere-section img{
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 600px) {
    .careers-section-header img{
        display: none;
    }
    .careers-section-header { 
        padding: 60px 10px 50px;
    }
    .careers-section-header h1{
        font-size: 32px;
    }
    .core-value-section {
        background-color: #fafafa;
        padding: 100px 10px 60px;
    }
    .we-are-everywhere-section img {
        height: 200px;
    }
  }