.about-ui-card__icon {
  display: none;
}

.coach-cutout-filter {
  position: absolute;
  pointer-events: none;
}

@media (max-width: 760px) {
  #achievements.achievements-section {
    min-height: 0;
    padding: 0;
    overflow: hidden;
    background:
      radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.76), transparent 42%),
      #f7f1ed !important;
  }

  #achievements .about-achievements-shell {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 72px 32px 42px;
  }

  #achievements .about-achievements-shell::before {
    position: absolute;
    top: 42px;
    right: -18px;
    z-index: 1;
    display: block;
    width: 244px;
    height: 244px;
    border-radius: 50%;
    background: #e9ded7;
    content: "";
  }

  #achievements .about-achievements-copy {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: none;
    padding: 0;
    transform: none;
  }

  #achievements .fit-kicker {
    margin: 0 0 22px;
    color: #318a79;
    font-size: 12px;
    letter-spacing: 0.28em;
  }

  #achievements .about-achievements-copy h2 {
    width: 72%;
    max-width: 280px;
    margin: 0;
    font-family: "Arial Narrow", "Roboto Condensed", "Manrope", Arial, sans-serif;
    font-size: clamp(31px, 8.2vw, 34px);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 0.96;
  }

  #achievements .about-achievements-lead {
    width: 63%;
    max-width: 238px;
    margin: 24px 0 0;
    color: rgba(42, 39, 38, 0.62);
    font-size: 13px;
    line-height: 1.72;
  }

  #achievements .about-actions {
    display: flex;
    width: max-content;
    max-width: 100%;
    margin: 14px 0 0;
  }

  #achievements .about-button-diplomas {
    width: auto;
    min-height: 40px;
    justify-content: center;
    padding: 7px 12px;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
  }

  #achievements .about-coach-figure {
    position: absolute;
    top: 70px;
    right: 40px;
    z-index: 2;
    display: flex;
    width: 232px;
    height: 414px;
    min-height: 0;
    margin: 0;
    align-items: flex-end;
    justify-content: center;
    overflow: visible;
  }

  #achievements .about-coach-figure::after {
    display: none;
  }

#achievements .about-coach-figure img {
  width: auto;
    max-width: none;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: center bottom;
  filter: url("#coach-white-to-transparent");
  mix-blend-mode: normal;
  box-shadow: none !important;
}

  #achievements .about-achievements-visual,
  #achievements .about-visual-grid {
    position: relative;
    z-index: 4;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 0;
    gap: 10px;
  }

  #achievements .about-achievements-visual {
    margin-top: 158px;
  }

  #achievements .about-ui-card,
  #achievements .about-ui-card-large,
  #achievements .about-visual-grid .about-ui-card:nth-child(2),
  #achievements .about-visual-grid .about-ui-card:nth-child(3) {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: grid;
    width: 100%;
    min-height: 102px;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    padding: 12px 17px;
    border: 1px solid rgba(180, 156, 141, 0.14);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 15px 32px rgba(91, 69, 56, 0.08);
    transform: none;
  }

  #achievements .about-ui-card__icon {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border-radius: 50%;
    background: rgba(252, 248, 245, 0.92);
    color: #b4937d;
    box-shadow: 0 5px 16px rgba(117, 88, 69, 0.08);
  }

  #achievements .about-ui-card__icon svg {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
  }

  #achievements .about-ui-card__icon img {
    display: block;
    width: 38px;
    height: 38px;
    filter: saturate(1.45) contrast(1.35) brightness(0.9);
    object-fit: contain;
  }

  #achievements .about-ui-card strong,
  #achievements .about-visual-grid .about-ui-card:nth-child(2) strong {
    width: 100%;
    max-width: none;
    font-size: 17px;
    letter-spacing: -0.025em;
    line-height: 1.05;
  }

  #achievements .about-ui-card p {
    width: 100%;
    max-width: none;
    margin: 8px 0 0;
    color: rgba(42, 39, 38, 0.62);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.35;
  }
}
