
.breadcrumb-div .breadcrumb {
  padding: 0;
  background-color: #e9ecef00;
  font-family: Manrope;
  margin-bottom: var(--font-size-16);
}
.breadcrumb-div .breadcrumb a {
  color: var(--Grey-500, #667085);
}


.investment_philosophy {
  padding: 3rem 7rem 0rem 7rem;
}


.investment_philosophy .heading_text h1 {
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: var(--font-size-42);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.investment_philosophy .heading_text p {
  color: var(--Grey-700, #344054);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 64px;
}


.investment_philosophy .col-md-4 h5{
  font-size: var(--font-size-18) !important;
}
 .investment_philosophy .col-md-4 p{
  font-size: var(--font-size-12);
  font-family: 'Manrope';
}

.enhance_performance{
  padding: 16px 112px 88px;
}
.enhance_performance h2{
  font-family: 500 !important;
  /* font-size: var(--font-size-36); */
  margin-bottom: 40px;
  color: var(--Grey-900, #101828);
/* Semibold (Heading)/H4 */
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.enhance_performance .card {
  border-radius: 15px;
  height: 375px;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--Grey-100, #F2F4F7);
  background: var(--White, #FFF);
  position: relative;

/* Shadow 1 */
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
}

.enhance_performance .card .only-india{
  position: absolute;
  right: 20px;
  top: 35px;
  background-color: #f8f7ff;
  border: 1px solid var(--purple-dark);
  font-family: manrope;
  padding: 4px 8px;
  font-size: var(--font-size-12);
  border-radius: 20px;
  font-weight: 600;
  color: var(--grey-900);
  text-transform: uppercase;
}

.enhance_performance .card .img_box {
    height: 150px;
}
.enhance_performance .card h5{
  font-size: var(--font-size-18);
  font-weight: 600;
  color: var(--Grey-900, #101828);
/* Semibold (Heading)/H5 */
  font-family: Manrope;
  /* font-size: 24px; */
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.enhance_performance .card p{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 1rem;
  font-family: PPMori-Regular;
  color: var(--Grey-600, #475467);
/* Regular/18 regular */
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.enhance_performance .card .card-body{
  padding: 0;
  position: relative;
}


.enhance_performance .card .card-body a{
  position: absolute;
  bottom: 0;
  /* color: var(--Pink-Dark, #D57BC8); */
/* Semibold (Heading)/16 semibold */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 12px 24px;
}


.enhance_performance img{
  width: 125px;
  height: auto;
  margin-bottom: 32px;
}


.truncate {
  width:100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  background:#fff;
}


.img-box-course{
  height: 140px;
}

@media screen and (max-width:768px) {
  .investment_philosophy {
    padding: 20px;
  }
  .investment_philosophy .heading_text h1 {
    font-weight: 500;
    font-size: var(--font-size-24);

}
  .enhance_performance {
    padding: 16px 20px 16px;
}
.investment_philosophy .heading_text p {
  font-size: 12px !important;
  margin-bottom: 0px !important ;
}
}
