.types-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.types-container h1 {
  text-align: center;
  font-weight: 600;
  font-style: SemiBold;
  line-height: 180%;
  letter-spacing: 0%;
  color: var(--brandColor);
  margin: 0 0 0.226rem 0;
}
.treatment-box {
  background: #fff0f4;
  width: 33.509rem;
  height: 8.07rem;
  border-radius: 0.45rem;
  margin: 0 0 0.377rem 0;
}
.treatment-box h2 {
  margin: 0.45rem 0 0 0.905rem;
  color: #2d2d2d;
}
.icons-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6.301rem;
  margin: 0.6037rem 0 0 0;
}
.icon-card img {
  width: 2.26rem;
  height: 2.26rem;
  margin: 0 0 0.377rem 0;
}
.b1 {
  text-align: center;
  color: #2d2d2d;
  font-weight: 500;
  font-style: Medium;
  /* line-height: 140%; */
  letter-spacing: 2%;
}

@media screen and (max-width: 768px) {
  .types-container {
    display: flex;
    flex-direction: column;
  }

  .types-container h1 {
    font-weight: 600;
    font-size: 1rem;
    font-style: SemiBold;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: start;
    color: var(--brandColor);
    margin: 0rem 0rem 0.26rem 1.8rem;
  }
  .treatment-box {
    background-color: #fff0f4;
    width: 16.54rem;
    height: 18.81rem;
    border-radius: 16px;
  }
  .treatment-box h2 {
  margin: 0.36rem 0 0 0.72rem;
  color: #2d2d2d;
}
.icons-wrapper{
    display: flex;
    flex-direction: column;
    gap: 0.72rem 0;
}
.icon-card{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.icon-card img{
    width: 2.90rem;
    height: 2.90rem;
    margin: 0 0.54rem 0 0.727rem;
}
.b1{
    text-align: start;
}
}
