@media (min-width: 768px) {
  .team-growth__overlay .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .team-growth__milestone-bubble {
    display: flex;
    flex-direction: column;
  }

  .team-growth__overlay {
    align-items: center;
  }
  .team-growth {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    display: flex;
    align-items: center;
  }

  .team-growth__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(33, 33, 33, 0.8);
    display: flex;
  }

  .team-growth .sevensun-section__title {
    color: white;
    margin-top: 0 !important;
    font-size: 2.15rem;
  }

  .team-growth__subtitle {
    color: white;
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.5em;
    opacity: 0.8;
    max-width: 600px;
    margin-top: -1.85rem;
  }

  .team-growth__chart {
    position: relative;
    width: 100%;
    max-width: 750px;
    height: 320px;
    background-image: url("data:image/svg+xml,%3Csvg width='1450' height='448' viewBox='0 0 1450 448' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-357 379.07C31.047 388.492 934.113 330.267 1442 22' stroke='%23F9D80C' stroke-width='16' stroke-linecap='round'/%3E%3Cpath d='M-357 379.07C31.047 388.492 934.113 330.267 1442 22' stroke='%23D0B200' stroke-width='12' stroke-linecap='round' stroke-dasharray='0.1 32'/%3E%3Cpath d='M1394.16 8.89966L1441.74 22.0473L1428.59 69.6238' stroke='%23F9D80C' stroke-width='16' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='106' y='302' width='112' height='112' rx='56' fill='%23F9D80C'/%3E%3Crect x='358' y='286' width='96' height='96' rx='48' fill='%23F9D80C'/%3E%3Crect x='599' y='229' width='118' height='118' rx='59' fill='%23F9D80C'/%3E%3Crect x='851' y='150' width='150' height='150' rx='75' fill='%23F9D80C'/%3E%3Crect x='1130' y='47' width='164' height='164' rx='82' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .team-growth__milestone-wrapper {
    position: relative;
    min-height: 280px;
  }

  .team-growth__milestone {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  /* fixed positions for text inside bubbles  */
  .team-growth__milestone:nth-child(1) {
    left: 2rem;
    top: 88%;
    width: 112px;
    height: 59px;
  }

  .team-growth__milestone:nth-child(2) {
    left: 21.5%;
    top: 84%;
    width: 97px;
    height: 50px;
  }

  .team-growth__milestone:nth-child(3) {
    left: 37.5%;
    top: 74%;
    width: 118px;
    height: 60px;
  }

  .team-growth__milestone:nth-child(4) {
    left: 54%;
    top: 64%;
    width: 150px;
    height: 60px;
  }

  .team-growth__milestone:nth-child(5) {
    left: 73%;
    top: 41%;
    width: 158px;
    height: 80px;
  }

  .team-growth__milestone-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

  .team-growth__milestone-count {
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin-bottom: 5px;
  }

  .team-growth__milestone-label {
    color: #333;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
  }

  .team-growth__milestone:nth-child(1) .team-growth__milestone-count {
    font-size: 1.5rem;
  }
  .team-growth__milestone:nth-child(1) .team-growth__milestone-label {
    font-size: 0.875rem;
  }

  .team-growth__milestone:nth-child(2) .team-growth__milestone-count {
    font-size: 1.5rem;
  }
  .team-growth__milestone:nth-child(2) .team-growth__milestone-label {
    font-size: 0.75rem;
  }

  .team-growth__milestone:nth-child(3) .team-growth__milestone-count {
    font-size: 1.75rem;
  }
  .team-growth__milestone:nth-child(3) .team-growth__milestone-label {
    font-size: 0.9rem;
  }

  .team-growth__milestone:nth-child(4) .team-growth__milestone-count {
    font-size: 2.25rem;
  }
  .team-growth__milestone:nth-child(4) .team-growth__milestone-label {
    font-size: 1.25rem;
  }

  .team-growth__milestone:nth-child(5) .team-growth__milestone-count {
    font-size: 2rem;
  }

  .team-growth__milestone:nth-child(5) .team-growth__milestone-label {
    font-size: 1rem;
    width: 80px;
    font-weight: bold;
    text-wrap: wrap;
  }

  .team-growth__milestone--current .team-growth__milestone-count,
  .team-growth__milestone--current .team-growth__milestone-label {
    color: #333;
  }

  .team-growth__milestone::after {
    content: attr(data-year);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    margin-top: 10px;
  }
}

@media (min-width: 1024px) {
  .team-growth .sevensun-section__title {
    margin-top: 4rem !important;
  }

  .team-growth__content {
    padding-top: 6rem;
  }

  .team-growth__chart {
    max-width: 1024px;
    height: 570px;
    background-position: center;
  }

  .team-growth {
    min-height: 650px;
  }

  /* fixed positions for text inside bubbles  */
  .team-growth__milestone:nth-child(1) {
    left: 4.5rem;
    top: 122%;
    width: 107px;
    height: 75px;
  }

  .team-growth__milestone:nth-child(2) {
    left: 23.5%;
    top: 117%;
    width: 91px;
    height: 69px;
  }

  .team-growth__milestone:nth-child(3) {
    left: 39.5%;
    top: 105%;
    width: 120px;
    height: 74px;
  }

  .team-growth__milestone:nth-child(4) {
    left: 56%;
    top: 85%;
    width: 160px;
    height: 100px;
  }

  .team-growth__milestone:nth-child(5) {
    left: 76%;
    top: 60%;
    width: 150px;
    height: 110px;
  }

  .team-growth__milestone:nth-child(5) .team-growth__milestone-label {
    font-size: 1.3rem;
  }

  .team-growth .sevensun-section__title {
    margin-top: 3rem !important;
    font-size: 2.5rem;
  }

  .team-growth__subtitle {
    font-size: 1.25rem;
    margin-top: -1rem;
  }
}
