.coaching-leaders {
  background-color: transparent;
}

.coaching-leaders__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 4.308rem;
  /* 56px */
}

.coaching-leaders__content {  
  max-width: 55%;
}

.coaching-leaders__image {  
  max-width: 40%;
}

.coaching-leaders__logo {
  width: 7.692rem;
  /* 100px */
  height: 7.692rem;
  /* 100px */
  margin-bottom: 1.231rem;
  /* 16px */
}

.coaching-leaders__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coaching-leaders__title {
  font-size: var(--font-size-40);
  line-height: 100%;
  font-family: var(--font-canela) !important;
  margin-bottom: 1.231rem;
  font-style: Bold;
  font-weight: var(--font-weight-700);
  color: rgba(31, 41, 55, 1);
}

.coaching-leaders__subtitle {
  font-weight: var(--font-weight-400);
  font-size: var(--font-size-18);
  line-height: var(--line-height-28);
  color: rgba(55, 65, 81, 1);
  margin-bottom: var(--mp16);
}

.coaching-leaders__bottom {
  padding-left: 3.077rem;
  /* 40px */
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.coaching-leaders__list {
  list-style: none;
  padding: 0;
  margin-bottom: 2.308rem;
  /* 30px */
}

.coaching-leaders__list-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.923rem;
  /* 12px */
}

.coaching-leaders__item-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}

.coaching-leaders__icon-box {
  width: 100px;
  height: 100px;
  border-radius: var(--border-radius-12);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.coaching-leaders__icon-box img {
  width: 64px !important;
  height: 64px !important;
}

.coaching-leaders-content__text {
  flex: 1;
  gap:var(--mp8);
}

.coaching-leaders-content__title {
  font-weight: var(--font-weight-700);
  font-size: var(--font-size-20);
  line-height: var(--line-height-28);
  color: rgba(31, 41, 55, 1);
}

.coaching-leaders-content__subtitle {
  font-weight: var(--font-weight-400);
  font-size: var(--font-size-16);
  line-height: var(--line-height-24);
  color: rgba(75, 85, 99, 1);
}

.coaching-leaders__list-item-title {
  line-height: 1.846rem;
  /* 24px */
  letter-spacing: 0%;
  vertical-align: middle;
  color: #4B5563;
}

.coaching-leaders__list-item img {
  width: 1.538rem;
  /* 20px */
  height: 1.538rem;
  /* 20px */
  margin-right: 0.769rem;
  /* 10px */
}

.coaching-leaders__button {
  border-radius: 9999px;
  width: fit-content;
  padding-top: 0.769rem;
  /* 10px */
  padding-bottom: 0.769rem;
  /* 10px */
}

.coaching-leaders__image img {
  border-radius: 1.231rem;
}

@media (max-width: 768px) {
  .coaching-leaders__wrapper {
    flex-direction: column;
    gap: 2rem;
  }

  .coaching-leaders__content,
  .coaching-leaders__image {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .coaching-leaders__logo {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .coaching-leaders__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .coaching-leaders__title {
    text-align: center;
    font-size: var(--font-size-30);
  }

  .coaching-leaders__subtitle {
    text-align: left;
    font-size: var(--font-size-16);
  }

  .coaching-leaders__bottom {
    padding-left: 0;
    border-left: none;
  }

  .coaching-leaders__list {
    margin-bottom: 2rem;
  }

  .coaching-leaders__list-item {
    margin-bottom: 1.5rem;
  }

  .coaching-leaders__item-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
    text-align: left;
  }

  .coaching-leaders__icon-box {
    width: 80px;
    height: 80px;
    border-radius: var(--border-radius-12);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .coaching-leaders__icon-box img {
    width: 48px !important;
    height: 48px !important;
    object-fit: contain;
    display: block;
  }

  .coaching-leaders__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  .coaching-leaders__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .coaching-leaders-content__title {
    font-size: var(--font-size-18);
  }

  .coaching-leaders-content__subtitle {
    font-size: var(--font-size-14);
  }

  .coaching-leaders__image img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
  }

  .coaching-leaders__button {
    margin-left: auto;
    margin-right: auto;
  }

  @media (max-width: 1024px) {
  .coaching-leaders__wrapper {
    flex-direction: column;
    gap: 3rem;
  }

  .coaching-leaders__content,
  .coaching-leaders__image {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .coaching-leaders__title {
    font-size: var(--font-size-36);
    text-align: center;
  }

  .coaching-leaders__subtitle {
    text-align: center;
    font-size: var(--font-size-16);
    margin-bottom: 1.5rem;
  }

  .coaching-leaders__bottom {
    padding-left: 0;
    border-left: none;
    margin-top: 1.5rem;
  }

  .coaching-leaders__list-item {
    align-items: flex-start;
    gap: 1rem;
  }

  .coaching-leaders__item-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.2rem;
  }

  .coaching-leaders__icon-box {
    width: 80px;
    height: 80px;
  }

  .coaching-leaders__icon-box img {
    width: 56px !important;
    height: 56px !important;
  }

  .coaching-leaders-content__title {
    font-size: var(--font-size-18);
  }

  .coaching-leaders-content__subtitle {
    font-size: var(--font-size-14);
  }

  .coaching-leaders__image img {
    width: 100%;
    height: auto;
  }

  .coaching-leaders__button {
    margin-left: auto;
    margin-right: auto;
  }
}

}
