.mainContainer {
    height: 60vh !important;    
}

.welcomeText {
    margin-top: 10vh !important;
}
/* Header Section End */
.section1LeftSection{
    font-family: "Playfair Display";
    font-size: 48px;
    line-height: 120.3%;
}
.section1{
    margin-top:10%;
}

.section2{
    margin-top:5%;
    /* padding-top: 5%;
    padding-bottom: 5%; */
    padding: 100px;
    /* background: linear-gradient(126.3deg, #00e4d7 15.5%, #5479ee); */
}

.section2-title{
    line-height: 120.3%;        
    font-family: "Playfair Display";
    color: #000;
    text-align:center;
    font-size: 48px;
}

.section2-img{
    text-align: center;
    height: 50px;
}

.section2-detail{
    text-align: center;
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;

}
.team-members{
    margin-top: 8%;
}
.team-name{
    text-align: left;
    font-size: 18px;
    color: #303951;
    font-family: Montserrat;
    font-weight: 500;
    margin-top: 10px;
    white-space: nowrap;
}
.team-designation{    
    font-size: 16px;    
    text-align: left;    
    color: #303951;
    font-family: Montserrat;
}
.team-description{
    font-size: 14px;    
    text-align: left;    
    color: #303951;
    font-family: Montserrat;
    margin-top: 10px;
}

.teamViewMore{
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 500;    
    align-items: center;
    font-size: 12px;
    color: #5479ee !important;
    text-decoration: none !important;
    cursor: pointer;
}

.teamViewMore img{
    height: 10px;
}

.buildCircleBlue {
    letter-spacing: 0.16em;
    line-height: 139.8%;
    text-transform: uppercase;
    border-radius: 100px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500 !important;
    font-size: 12px !important;
    color: #000 !important;
    text-align: center;
    background-color: #5479ee;
    /* border: 1px solid white; */
    color: white !important;
}

.mBio{
    text-align: justify;
    font-family: "Playfair Display";
    font-size: 12px;
}


.customModalHeader {
    border: none;
  }
  
  .job-box-modal {
    background-color: #fff;
    /* box-shadow: -1px 1px 1px 1px #0000000d;
      border: 1px solid #e8e8e8; */
    padding: 10px;
    /* height: 40vh; */
  }
  .text-justify {
    text-align: justify;
}