@media(max-width:767px) {
  .investment_philosophy {
    padding: 2rem 1rem !important;
  }

  .investment_philosophy_inner{
    flex-wrap: nowrap;
    overflow: auto;
  }
  .investment_philosophy .col-lg-4 {
    margin-bottom: 24px;
    width: 310px;
    margin-right: 24px;
} 
  
  .investment_philosophy_inner .card {
    height: 200px;
    padding: 48px 24px 24px;
    width: 310px;
}

  .investment_philosophy_inner h5 {
    font-size: var(--font-size-20);
    margin-bottom: 8px;
  }

  .investment_philosophy_inner p {
    font-family: 'manrope';
    font-size: var(--font-size-14);
  }
  .investment_philosophy .card-footer {
    padding: 24px 0px 0px;
    background-color: rgb(255 255 255 / 3%);
    border-top: 0;
    position: absolute;
    bottom: 24px;
}


  .risk_targeting img {
    clip: rect(11px,68px,151px,0px);
}



  .investment_philosophy .heading_text h1 {
    /* font-size: var(--font-size-26); */
    color: var(--Grey-900, #101828);
    /* Semibold (Heading)/20 */
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
  }

  .investment_philosophy .heading_text p {
    color: var(--Grey-700, #344054);
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .enhance_performance {
    padding: 0rem 16px 40px;
    /* background-color: #EBEBEB; */
}

.enhance_performance .col-md-6{
  margin-bottom: 24px;
}

  .enhance_performance h2 {
    font-size: 24px;
  }

  .enhance_performance .card h5 {
    font-size: var(--font-size-20);
    font-weight: 600;
    margin-bottom: 8px;
}

.enhance_performance .card {
  height: 184px;
  padding: 24px;
  border-radius: 16px;
  box-shadow: none;
}

  .enhance_performance .card p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 1rem;
    font-family: PPMori-Regular;
  }
}