.note-text-para {
  font-size: 13px;
}

.description-yellow-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 198px;
  height: 37px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #38457b;
  background-image: linear-gradient(to right, #f6cf7f, #feb859);
  /* background-image: linear-gradient(to right, #E35304, #F78B01); */

  /* background-color: #F6D081; */
  border-radius: 3.125rem;
  border: none;
  text-decoration: none;
}

.description-yellow-btn::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #38457b;
  border-top: 2px solid #38457b;
}

.description-orange-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 31px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  background-image: linear-gradient(to right, #e35304, #f78b01);
  background: #e35304;
  border-radius: 3.125rem;
  border: none;
  text-decoration: none;
}

.para-text-24 {
  font-size: 24px;
}

.para-text-22 {
  font-size: 22px;
}
.para-text-18 {
  font-size: 18px;
}
.profile-img {
  width: 85px;
  height: 147px;
  margin-top:-0.875rem;
}
.notepad-icon {
  width: 30px;
  height: 43px;
}
.hospital-icon {
  width: 44px;
  height: 42px;
}
.hands-icon {
  width: 43px;
  height: 35px;
}
.index-subheading {
    font-size: 18px;
    font-weight: 500;
}
.doctor-description {
    font-size: 24px !important;
}
.mt-doc-7 {
    margin-top: 5rem;
}
@media (max-width: 767.98px) {
  .profile-img {
    width: 112px;
    height: 193px;
  }
    .mt-doc-7 {
        margin-top: 7rem;
    }
  .notepad-icon {
    width: 53px;
    height: 73px;
  }
  .hospital-icon {
    width: 76px;
    height: 73px;
  }
  .hands-icon {
    width: 73px;
    height: 60px;
  }
}
@media(min-width:768px) and (max-width:1024px) {
    .profile-img {
        margin-top: 1rem;
    }

    .female-colluage {
        margin-top: 2.5rem !important;
    }
}