@charset "utf-8";
/***Managment team css

[Table of Contents]

1. section style
2. Div style for all the managment team cards
3. Font style for the names of the management team
4. iamge style
5. paragraph style

***/

/************************************************************************************************************************************
1 . controls the section that holds all the 4 management team
**********************************************************************************************************************************/

.managment-team{
margin-top: 20px;
margin-bottom: 120px;
background-color: white;
}
/************************************************************/

/**************************************************************************************************************************
2. controls the style of the div holding the management team pic and paragraph
****************************************************************************************************************************************/
.managment_card {
  margin-top: 20px;
  box-shadow: 0 4px 18px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  height: auto;
  padding: 10px;

  border-radius: 20px;
}

.managment {
  align-content: center;
  background-color:#fff;
}
/************************************************************/

/**************************************************************************************************************************
  3. Font style for the names in the managment team
  ************************************************************************************************************************ **/
.managment h4{

  font-size: 20px;
  font-weight: bold;
  color: #007bff;
  text-align:center;
}

.managment h5{
  font-size: 16px;
  text-align:center;

}
/************************************************************/

/**********************************************************************************************************************
4. image style
********************************************************************************************************************/
img {

width: 100%;
padding: 30px;
border-radius: 40px;
}

/**************************************************************************************************************
5. paragraph style with font style
**************************************************************************************************************/
p{
  padding-top: 50px;

  
}
/************************************************************/
