* {
    margin: 0;
  }
  

  
  html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  }



.aboutUsCard{
    webkit-box-shadow: 0px 10px 20px #0000001c;
    /* box-shadow: 0px 10px 20px #0000001c; */
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    /* margin-bottom: 30px; */
    border-radius: 10px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* min-height: 250px; */
    padding: 10px 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;

}
.aboutUsCard .aboutUsPerson{
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   
    overflow: hidden;
    border: 2px solid transparent;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;

}
.aboutUsCard:hover .aboutUsPerson img{
    border: 2px solid #f9ae00;
    
}
.aboutUsCard .aboutInfo{
    padding: 20px 0px 0 0;
}
 .aboutInfo .aboutInfoOne{
    color: #222222;
  
   
    font-size: 15px;
}
 .aboutInfo .aboutInfoTwo{
    font-size: 13px;
    color: #666666;
    margin-top: 4px;
}
.aboutUsCard .aboutUsPerson img{
    
    width: 85%;
   
    
    object-fit: cover;
}
 .executiveSection h1{
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    /* color: #222; */

    border-bottom: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9ae00), to(#f9ae00)) bottom center no-repeat;
    background: linear-gradient(#f9ae00, #f9ae00) bottom center no-repeat;
    background-size: auto;
    background-size: 100px 3px;
    margin-bottom: 30px;
    /* background: transparent linear-gradient(270deg, #f9ae00 0%, #f9ae00 100%) 0% 0% no-repeat padding-box; */
    color: #000;
    
    display:inline-block;
    padding: 7px 20px;
    position:relative;
}

/* .executiveSection h1:before{
    content: " ";
    position: absolute;
    height: 0;
    border-top: 39px solid transparent;
    border-left: 60px solid #f9ae00;
    bottom: 0;
    right: -59px;
    
    clip-path: polygon(0 0, 0 100%, 60% 100%);
} */
.executiveSection h1:before, .executiveSection h1:after{
    background-color: #c50000;
    position:absolute; 
    content: '';
    height: 7px;

    width: 7px; border-radius:50%;
    bottom: 12px;
}
.executiveSection h1:before{
    left:3px;
}
.executiveSection h1:after{
    right:3px;
}



.about-box{
    margin-bottom:25px;
}


@media(min-width:600px) and (max-width:767px){
    .executiveSection h1{
        font-size:16px;
    }
    /* .executiveSection h1:before{
        border-top: 34px solid transparent;
    } */
}
@media(min-width:360px) and (max-width:559px){
    .executiveSection h1{
        font-size:12px;
    }
    /* .executiveSection h1:before{
        border-top: 29px solid transparent;
        border-left: 52px solid #f9ae00;
        right:-51px;
    } */
}
   