*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Poppins";
}

.div1{
    width: 82%;
    margin: auto;
    padding: 6% 2%;
    display: flex;
    flex-direction: row;
    /* background-color: #729dce; */
    font-family: "Poppins";
}

.div1left{
    width: 45%;
    /* background-color: #6c9b9f; */
    padding: 0 10% 0 0;
}
.div1left h6{
    font-size: 14px;
    font-weight: 700;
    color: rgb(83, 82, 82);
}
.div1left h1{
    font-size: 50px;
    font-weight: 700;
    padding: 15px 0;
}
.div1left p{
    font-size: 18px;
    color: rgb(83, 82, 82)
}
.div1right{
    width: 55%;
    /* background-color: aqua; */
    display: flex;
     margin: auto;
    align-items: center;
    /* justify-content: center; */
}
.div1rightimg{
    width: 700px;
    height: 310px;
     overflow: hidden;
}
.div1right img{
    width: 100%;
    object-fit: cover;      
    object-position: center; 
    display: block;
    margin-right: 0%;
}
.CYVN{
    font-size: 17px;
    font-family: "Poppins";
    font-weight: 400;
    color: white;
    background: linear-gradient(to right, #2E5581, #167B83);
    padding: 12px 22px;
    border: none;
    border-radius: 5px;
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 70px 15%;
    text-align: center;
    font-family: "Poppins";
}

.stat h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

.stat p {
    font-size: 15px;
    color: #777;
}

.MOT{
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: auto;
    margin-bottom: 10%;
    justify-content: center;
    align-items: center;
    /* font-family: "Poppins"; */
}
.MOTheader{
    text-align: center;
    width: 45%;
    margin: 70px;
}

.MOTheader h2{
    font-weight: 700;;
}

.MOTheader p{
    font-size: 13px;
    font-weight: 300;;
}

.MOTgrid{
    /* width: 70%; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;

}

.staff>img{
    width: 290px;
    height: 200px;
    object-fit: cover;      
    object-position: center; 
}
.staff{
    border-radius: 20px;
    overflow: hidden;
    align-items: center;
    text-align: center;
    background-color: white;
}

.staff h5{
    font-size: 13px;
    font-weight: 600;
    padding: 15px 0;
    margin: 0px;
    /* background-color: #167B83; */
}
.staff h6{
    font-size: 12px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    padding-bottom: 15px;
    /* background-color: #2E5581; */
}
.staff span{
    display: flex;
    justify-content: space-around;
    padding: 0px 80px 30px 80px;
}
.staff span img{
    width: 22px;
}