.experience-section {
  padding: 118px 0 120px;
  background: var(--rsf-white);
}

.experience-shell {
  width: min(1275px, calc(100% - 48px));
}

.experience-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  margin-bottom: 121px;
  color: var(--rsf-dark);
  text-align: center;
}

.experience-header .rsf-title {
  width: 100%;
  color: var(--rsf-dark);
  font-size: 48px;
  font-weight: 300;
  line-height: 1.5;
}

.experience-header .rsf-title strong {
  background: var(--rsf-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}

.experience-header .rsf-copy {
  display: flex;
  flex-direction: column;
  width: 681px;
  max-width: 100%;
  color: var(--rsf-dark);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.experience-header .rsf-copy strong {
  font-weight: 700;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 43px 50px;
}

.experience-card {
  display: flex;
  align-items: center;
  gap: 29px;
  min-width: 0;
}

.experience-card img {
  width: 212px;
  height: 334px;
  flex: 0 0 212px;
  border-radius: 23.514px;
  object-fit: cover;
}


.experience-card--vila img {
  object-position: center;
  transform: rotate(0.28deg);
}

.experience-card div {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 357px;
  min-width: 0;
}

.experience-card h3 {
  margin: 0;
  color: var(--rsf-dark);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.experience-card p {
  margin: 0;
  color: var(--rsf-muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.experience-card p span {
  display: block;
}

@media (max-width: 1180px) {
  .experience-grid {
    grid-template-columns: 1fr;
  }

  .experience-card {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .experience-section {
    padding: 54px 0 62px;
  }

  .experience-shell {
    width: min(358px, calc(100% - 32px));
  }

  .experience-header {
    gap: 2.569px;
    margin-bottom: 16px;
  }

  .experience-header .rsf-title {
    width: 286px;
    font-size: 20px;
  }

  .experience-header .rsf-copy {
    width: 252px;
    font-size: 15px;
  }

  .experience-grid {
    gap: 37px;
    margin-top: 3rem;
  }

  .experience-card {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    width: 100%;
  }

  .experience-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 326 / 232;
    flex: 0 0 auto;
    border-radius: 4.648px;
  }

  .experience-card--higino img {
    height: auto;
  }

  .experience-card--vila img {
    height: auto;
  }

  .experience-card--viva img {
    height: auto;
  }

  .experience-card div {
    gap: 0;
    width: 100%;
  }

  .experience-card h3 {
    font-size: 20px;
  }

  .experience-card p {
    font-size: 15px;
  }

}
