.cont {
    background-color: #F0F0EC !important;
}

.cont-directors {
    display: flex;

    flex-direction: column;
    background-color: #FBF4EC;
    width: 100%;
    padding: 20px 20px;
    border-radius: 30px;
}

.cont-directors-wrapper {
    display: flex;

    flex-direction: row;
    background-color: #FBF4EC;
    width: 100%;
}

.cont-directors-wrapper2 {
    display: flex;

    flex-direction: row;
    background-color: #FBF4EC;
    width: 0%;
    display: none;
}

.cont-directors-sub-img {
    width: 20%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.cont-directors-sub-body {
    width: 70%;
    display: flex;
    flex-direction: column;
}

.cont-directors-sub-img-circle {
    background: white;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    display: block;
}

.cont-directors-sub-image {
    display: block;
    width: 100%;
    border-radius: 50%;
    width: 220px;
    height: 220px;
}

.cont-directors-sub-body-name {
    color: #7F1416;
    font-size: 22px;
    padding: 0px 10px;
    /* font-family: 'Alkatra', cursive !important; */
}

.cont-directors-sub-body-designation {
    padding: 0px 10px;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Poppins bold', sans-serif !important;
    color: black !important;
}

.cont-directors-sub-body-body {
    padding: 0px 10px;
    font-size: 13px;
    font-family: 'Poppins bold', sans-serif !important;
    color: black !important;
}

.view {
    display: flex;
    justify-content: center;
}

.cont-directors-sub-view-more {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 40%;
}

.view-more {
    padding: 0px 10px;
    font-size: 15px;
    color: #7F1416;
    font-family: 'Poppins regular', sans-serif !important;
}

.btn-left {
    margin-left: 180%;
}

.cont-directors-sub-view-more-cirle-btn {
    background: #FBF4EC;
    border: 1px solid #7F1416;
    color: #7F1416;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {

    .cont-directors,
    .page,
    .cont-directors-wrapper {
        display: flex;
        flex-direction: column !important;
    }

    .container23 {
        height: 100vh;
    }

   
    .page {
        height: 100vh;
    }

    .cont-directors-sub-body {
        width: 100%;
    }

    .cont-directors-sub-img {
        margin: auto;
        width: 50%;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/* *{
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
} */

.btn-leader {
    border: 1px solid #7F1416;
    border-radius: 50%;
    padding: 15px 25px;
    font-weight: bold;
    background-color: #FBF4EC;
    color: #7F1416;
}

button:hover {
    transform: scale(1.05);
}

.container23 {
    width: 100%;
    height: 50vh;
    overflow: hidden;
    margin-top: 2%;
    margin-bottom: 2%;
    background-color: #FBF4EC;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.pages {
    display: flex;
    width: 210%;
    box-sizing: border-box;
    background-color: #FBF4EC;
}

.page {
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.7s;
    color: white;
    background-color: #FBF4EC;
}

.one {
    background-color: #FBF4EC;

}


.four {
    background-color: #FBF4EC;

}