
.firmHeading {
/* height: 90px; */

font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
font-size: 60px;
line-height: 90px;
/* identical to box height, or 150% */

text-align: center;
text-transform: capitalize;

color: #231A19;
animation-name: titleAnimation;
  animation-timing-function:ease;
  animation-duration: 1.2s;
  }
  
  .firmSubHeading {
/* height: 90px; */
margin-top: 24px;
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 30px;
/* or 167% */

text-align: center;

color: #231A19;
  }

  .firmHeadImage {
    width: 860px;
height: 385px;
border-radius: 8px;
margin-top: 36px;
  }

  .fontAdjust {
    font-weight: 600;
  }

  .advisoryHead {
/* height: 228px; */
margin-top: 36px;
font-family: 'Playfair Display';
font-style: normal;
font-weight: 600;
font-size: 50px;
line-height: 76px;
/* or 152% */

text-transform: capitalize;

color: #231A19;
  }

  .advisorySubHead {
    /* width: 605px; */
/* height: 90px; */
margin-top: 24px;
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 30px;
/* or 167% */


color: #231A19;
  }

  .advisory-container{
    padding-top: 24px;
    padding-bottom: 24px;
    width: 605px;
height: 411px;

background: #FDF6F5;
border-radius: 8px;
  }

  .subHead2{
    /* height: 36px; */
font-family: 'Playfair Display';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 150%;
text-transform: capitalize;
color: #231A19;
margin-bottom: 24px;
margin-left: 6px;
  }

  .advisorySubHead2 {
    /* width: 220px; */
  }

.subpoints {
    /* height: 26px; */

font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 26px;
color: #231A19;
opacity: 0.8;
}
.advisoryPoints {
    /* width: 534px; */
}

.subpoints li {
    list-style: none;
    padding-left: var(--gutter);
    margin-bottom: 24px;
    margin-left: 2px;
    margin-right: 7px;
  }
  .subpoints i {
    color:#D14A3F;
    margin-right: 18px;
  }

.businessHead { 
/* height: 60px; */
margin-top: 16px;
margin-bottom: 26px;
font-family: 'Playfair Display';
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 150%;
/* identical to box height, or 60px */

text-transform: capitalize;

color: #231A19;
}

.businessImage {
    width: 604px;
height: 450px;
border-radius: 8px;

}

.businessPoints {
    /* width: 606px; */
/* height: 84px; */

font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
/* or 175% */


color: #231A19;



}

.businessPoints li {
  margin-bottom: 24px;
  margin-left: 20px;
}

.investmentHead {
    /* width: 261px; */
}
  
  .introImage {
    border-radius: 16px;
    width: 606px;
  height: 419px;
  }
  
  .headingAboutUs {
    width: 650px;
  /* height: 75px; */
  
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 150%;
  /* identical to box height, or 75px */
  
  
  color: #231A19;
  }
  
  .subHeadingAboutUs {
    width: 237px;
  height: 28px;
  
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  /* identical to box height, or 156% */
  
  
  color: #231A19;
  
  opacity: 0.8;
  }
  
  .textAboutUs {
    width: 605px;
  height: 78px;
  
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  
  
  color: #231A19;
  
  opacity: 0.8;
  }
  
  .btnAboutUs {
    display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 36px;
  gap: 10px;
  
  width: 154px;
  height: 52px;
  
  background: #D14A3F;
  border-radius: 8px;
  }
  
  .btnAboutUsText {
    width: 82px;
  height: 28px;
  
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  /* identical to box height, or 156% */
  
  text-transform: capitalize;
  
  color: #FFFFFF;
  }
  
  .founderImage {
    width: 465px;
  height: 465px;
  border-radius: 16px;
  }
  
  .founderHeading {
    width: 711px;
  height: 75px;
  
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 150%;
  /* identical to box height, or 75px */
  
  
  color: #231A19;
  }
  
  .founderText {
    width: 711px;
  height: 180px;
  
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  /* or 180% */
  
  
  color: #231A19;
  
  opacity: 0.8;
  }

  .about-container {
    display: flex;
  flex-direction: column;
  align-items: center;
  }

  .investments-container{
    padding-top: 24px;
    padding-bottom: 24px;
    width: 1240px;
height: 284px;
background: #FDF6F5;
border-radius: 8px;
  }

  .italicFont{
    font-weight: 400;margin-left: 38px;font-style: italic;
  }

  .investmentSubPoints{
    height: 126px;
  }

  .mobile-break{
    display: none;
  }

  @media (max-width: 992px) {
    .mobile-break{
      display: none;
    }
    .firmHeading{
      font-size: 32px;
line-height: 48px;
text-align: left;
    }

    .firmSubHeading{
      font-size: 14px;
line-height: 24px;
margin-bottom: 60px;
text-align: left;
    }

    .firmHeadImage{
      width: 328px;
height: 226.79px;
margin-bottom: 86px;
    }

    .advisoryHead{
      font-size: 36px;
line-height: 150%;

    }

.advisorySubHead{
  font-size: 14px;
line-height: 24px;
margin-bottom: 16px;
}

.advisory-container{
  width: 328px;
height: 357px;
padding: 16px;
margin-bottom: 80px;
margin: 16px;
}

  .advisorySubHead2{
    font-size: 24px;
line-height: 150%;
  }

.subpoints{
  font-size: 14px;
line-height: 24px;
}
.italicFont{
  font-size: 12px;
  margin-left: 28px;
}

.subpoints li {
  list-style: none;
  padding-left: var(--gutter);
  margin-bottom: 16px;
  margin-left: 1px;
}
.subpoints i {
  color:#D14A3F;
  margin-right: 10px;
}

.businessHead{
  font-size: 36px;
line-height: 150%;
}

.businessPoints{
  font-size: 14px;
line-height: 26px;
}

.businessImage{
  width: 328px;
height: 244.37px;
}
  
.investments-container{
  width: 328px;
height: 392px;
padding: 16px;
margin-bottom: 64px;
}

.subHead2{
  font-size: 24px;
line-height: 150%;
}

.investmentSubPoints{
  height: 192px;
}

  }