  .fit-content {
    width: fit-content;
  }

  .logo-acreditacion {
      object-fit: contain;
      filter: grayscale(100%);
      transition: filter 0.3s ease;
  }

  .logo-acreditacion:hover {
      filter: grayscale(0%);
  }

  .slick-track {
      display: flex;
      align-items: center;
  }

  .fondo-gris {
      background-color: #D9D9D9;
  }

  .fondo-amarillo {
      background-color: #ffdd0080;
  }

  .icono-caracteristica {
      width: 50px;
      height: 50px;
      object-fit: contain;
  }

  #admissions-counselor {
      background-color: #E9E9E9;
  }

  .fondo-calibaja {
      background-color: #333;
      background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  }

  #life-calibaja {
      position: relative;
      overflow: hidden;
  }

  .calibaja-bg {
      position: absolute;
      top: 0;
      height: 100%;
      width: 50%;
      object-fit: cover;
  }

  .calibaja-bg--left {
      left: 0;
  }

  .calibaja-bg--right {
      right: 0;
  }

  .calibaja-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 1;
  }

  /* Current US Students */
  .current-students__eyebrow {
      display: block;
      width: 100px;
      height: 4px;
      background: #f5c800;
      margin-bottom: 16px;
  }

  .slick-students__item .ratio {
      border-radius: 0.5rem;
      overflow: hidden;
  }