
.about-bottom {
    padding: 90px 0px;
    position: relative;
  }
  
  .about-bottom-container {
    box-sizing: border-box;
    padding: 0px 10px 15px; 
    max-width: 100%;
    background: #edf5f5;
    background-size: cover;
  }
  
  .row {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 20px; 
  }
  
  .bottom-box {
    align-items: center;
    background-color: rgb(208, 206, 206);
    display: flex;
    flex-direction: column;
    margin: 10px; 
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px 30px;
    flex: 1; 
    max-width: 310px; 
  }
  
  .bottom-box-img {
    align-items: center;
    background: #fff;
     border-radius: 100%; 
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
     display: flex; 
    width: 100px;
    height: 100px;
    justify-content: center;
     margin: -55px 0 15px; 
     position: relative; 
  }
  
  .bottom-box-img img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%; 
  }
  
  .bottom-box p {
    padding: 0px 10px;
  }
  
 
  @media screen and (max-width: 768px) {
    .row {
      flex-direction: column; 
    }
  
    .bottom-box {
      margin: 10px 0; 
    }
  }
  
.sectionPad {
    margin-bottom: 80px;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}


#heyBro{
  background-color: rgb(234, 252, 252);
}