.students-feedback {
  .custom-slider-nav {
    gap: 0.769rem; /* 10px */
  }

  .uk-slider-container {
    margin-top: 2.538rem; /* 33px */
  }

  .uk-border-circle {
    width: 3.077rem;     /* 40px */
    height: 3.077rem;    /* 40px */
    object-fit: fill;
  }

  .students-feedback-title h2 {
    font-family: 'Canela Trial', serif !important;
    font-weight: 700;
    font-size: 3.077rem;    /* 40px */
    line-height: 1.5;
    vertical-align: middle;
  }

  .students-feedback-slider {
    margin-top: 1.846rem;
  }

  .custom-nav-button {
    width: 3.077rem;      /* 40px */
    height: 3.077rem;     /* 40px */
    background-color: #25014b;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
  }
}