*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  } 


    @font-face {
    font-family:Google_Sans_Flex;
    src: url('../fonts/project-v2/Google_Sans_Flex/GoogleSansFlex-VariableFont_GRAD\,ROND\,opsz\,slnt\,wdth\,wght.ttf');
  }

  .red-bg {
    
    background: linear-gradient(90deg, #A73737 0%, #7A2828 100%);
  }

  .inner-content {
height: 100%;
width: 81%;
  }

  .inner-img {
    object-fit: cover;
  }

  .inner-img img {
    object-fit: cover;
    object-position: left;
  }

  .content-heading-about{
    font-family: Google_Sans_Flex;
    color: #fff;
    font-size: 19px;
    margin: 0;
    padding-bottom: 15px;
    letter-spacing: 0.75px;
  }

  .para-heading-about {
font-family: Google_Sans_Flex;
    font-weight: 300;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.75px;
    line-height: 180%;
  }

  .highlight-icon {
    width: 40px;
  }
  

  .highlights-v2-heading {
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.75;
   font-family: Google_Sans_Flex;
    color: #000;
  }

  .highlight-box {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
  }

.sub-heading-about {
    font-family: Google_Sans_Flex;
    color: #000;
    font-size: 15px;
    margin: 0;
    padding-bottom: 15px;
    letter-spacing: 0.75px;
}

.Founder-main img{
    width: 250px;
    border-radius: 10px;
}

@media (max-width:991px) {
    .inner-content {
        width: 100%;
    }
}