:root {
    /* --theme-color: #FF5F13; */
    /* --theme-color: #e59b24; */ /* logo icon color  */
    /* --theme-color: #d59226;
    --primary-color: #02665b;
    --secondary-color: #25aca3;
    --text-primary-color: #222222;
    --text-secondary-color: #4a5568;
    --background-color: #2faea513;
    --heading-color: #013b34; */
  
  }




/* board of directors start here  */
.board-directors-main{
    padding-top: 100px;
}

.mg-director-img img{
    width: 100%;
    aspect-ratio: 16/16;
    object-fit: cover;
}

.mg-director-header h3{
    font-size: 22px;
    text-transform: uppercase;
    color: var(--text-primary-color);
    font-weight: 600;
}
.mg-director-header p{
    font-size: 18px;
    text-transform: uppercase;
    color: var(--theme-color);
    margin-top: 15px;
}
.director-desc p{
    font-size: 14px;
    text-align: justify;
    padding-right: 100px;
    color: var(--text-secondary-color);
}
/* board of directors start here  */


/* director start here  */
.director-img img{
    width: 100%;
    aspect-ratio: 16/16;
    object-fit: cover;
}
.director-info {
    margin-top: 20px;
}
.director-info h3{
    font-size: 22px;
    text-transform: uppercase;
    color: var(--text-primary-color);
    font-weight: 600;
}
.director-info p{
    font-size: 18px;
    text-transform: uppercase;
    color: var(--theme-color);
    margin-top: 15px;
}

/* director end here  */

/* senior managing director start here  */

.senior-managing-main{
    padding-top: 100px;
}



.senior-manager-img img{
    width: 100%;
    aspect-ratio: 16/16;
    object-fit: cover;
}

.senior-manager-header h3{
    font-size: 22px;
    text-transform: uppercase;
    color: var(--text-primary-color);
    font-weight: 600;
}
.senior-manager-header p{
    font-size: 18px;
    text-transform: uppercase;
    color: var(--theme-color);
    margin-top: 15px;
}
.senior-manager-desc p{
    font-size: 14px;
    text-align: justify;
    padding-right: 100px;
    color: var(--text-secondary-color);
}
/* senior managing director start here  */

.the-team-main{
    margin-top: 100px;
}
.team-img {
    position: relative;
}

.team-img :hover img{
    transform: scale(1.10);
}
.team-img img{
    width: 100%;
    aspect-ratio: 16/8;
    object-fit: cover;
}

.the-team-desc-main{
    margin-top: 100px;
}

.the-team-desc p{
    padding-right: 100px;
    text-align: justify;
    font-size: 14px;
}


/* media queries start here  */
@media screen and (max-width: 576px){

    .mg-director-header h3{
        font-size: 20px;
        
    }
    .mg-director-header p{
        font-size: 16px;
        text-transform: uppercase;
        color: var(--theme-color);
        margin-top: 15px;
    }


    .director-info h3{
        font-size: 18px;
      
    }
    .director-info p{
        font-size: 16px;
        
    }
}

@media screen and (max-width: 768px){
    .director-desc p{
        padding-right: 0;
    }
    
    /* senior managing director start here  */

    .senior-manager .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .senior-manager-desc p{
       
        padding-right: 0;
    }
    /* senior managing director start here  */

    .the-team-desc p{
        padding-right: 0;
        text-align: justify;
        font-size: 14px;
    }
}