.course-slider-wrap .courseSwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 44px;
  border: 2px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(190deg, #c6d3e3, #e8edf4, #dde5ee) border-box;
}

.course-slider-wrap .courseSwiper .swiper-slide {
  width: 25%;
  height: auto;
  opacity: 0.3;
  cursor: pointer;
}

.course-slider-wrap .courseSwiper .swiper-slide:hover,
.course-slider-wrap .courseSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.course-slider-wrap .swiper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.course-country {
  background: var(--clr-primary);
  border-radius: 50px;
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.course-country p {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.uni-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 2px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(190deg, #c6d3e3, #e8edf4, #dde5ee) border-box;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  gap: 1rem;
}

.uni-logo img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

.uni-title {
  font-weight: 500;
  font-size: 1rem;
  color: var(--clr-primary);
}

.course-btns-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 0 2rem;
}

.course-btns-wrap div {
  color: #fff;
  background: var(--clr-primary);
  border-radius: 12px;
  width: 44px;
  height: 44px;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1080px) {
  .uni-card {
    padding: 1rem 1.2rem;
  }

  .uni-logo {
    width: 50%;
  }

  .uni-title {
    font-size: 0.8rem;
    text-align: center;
  }
}
