body{
  font-family: 'Montserrat', sans-serif !important;
}



.firstpara{
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}
.arrow {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
  }
  .arrow2 {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px
  }
  
  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .img_name::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color:white transparent;
    border-width: 0 20px 20px;
    top: -20px;
    left: 50%;
    margin-left: -20px;
  
  }
  .img_name{
      width: 350px;
      height: 115px;
      position: relative;
      background: white;
      text-align: center;
     
      padding: 0px;
  
  }
  .css-button {
    font-family: Arial;
    color: #FFFFFF !important;
    font-size: 21px !important;
    border-radius: 5px;
    padding: 10px 13px;
    background: #a287d4 !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center !important;
  }
  .img_name_shadow{
    width: 100%;
    position: relative;
    background: white;
    text-align: center;
    padding: 0px;
    box-shadow: 0px -2px 8px 1px #8888881c;
  }
  .img_name_shadow::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color:white transparent;
    border-width: 0 20px 20px;
    top: -20px;
    left: 50%;
    margin-left: -20px;
  }
  .flip-card {

  width: 400px;
  height: 540px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.flip-card-back {
  transform: rotateY(180deg);
}

.clas_padding{
  padding: 0px 25px;
}
.extra_css{
  font-family:'Montserrat', sans-serif !important;

}
#section2ffffff{
  background-image: url("img/our-leadership-team/BG_image.png");
    background-repeat: no-repeat;
    background-size: cover;
}