/* Team page*/

.Teampage {
    position: relative;
    width: 1440px; 
    height: 3000px;
    margin: 0 auto;  
} 
 

.text-1 {
    width: 70%;
    height: 176px;
    font-family: "HelveticaNeueB";
    font-size: 80px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #25282e;
    position: absolute;
    top: 240px;
    left: 9.02%;
}

.text-2 {
    width: 580px;
    height: 80px;
    font-family: "HelveticaNeue";
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #25282e;
    position: absolute;
    top: 436px;
    left: 9.02%;
}
 

.triangle-right-team { 
    width: 0px;
    height: 0px;  
	border-top: 0px solid transparent;
	border-left: 100vw solid #f5f5f5;
    border-bottom: 1440px solid transparent;
    position: absolute;
    top: 867px;
    left: 0px; 
}

.black-line-team {
    width: 390px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 1058px;
    left: 9.02%; 
}


 
.gallery{
    width: 100%;     
    position: absolute; 
    top: 480px;
}
 

.Employee-detail{
    width: 30%;
    height: 680px;
    float: left;     
    margin-left: 7%;

}

.Employee-pic{ 
    width: 100%;
    height: 380px;
    object-fit: contain;  
}

 
.Employee-name{
    width: 219px;
    height: 45px;
    font-family: "HelveticaNeueB";
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;  
    margin-top: 5%;
    margin-left: 30px;
}
 

 
.Employee-designation {
    width: 219px;
    height: 24px;
    font-family: "HelveticaNeue";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    margin-top: 2%;
    margin-left: 30px;
}

 

@media screen and (max-width: 1430px) {
    .black-line-team {
        width: 350px;
        top: 1020px;
        left: 0;
    }

    .Teampage { 
        width: 1024px;  
    }    

    .text-1 { 
        font-size: 70px; 
    }
 
     
} 