  /** half donut**/
#section-card-1633573935533074 {
  background-image: url(/content/dam/uc/digital-images/shapes/Halfdonut.svg);
  background-position: top 3rem right -2rem;
  background-size: 30%;
  background-repeat: no-repeat;
}

#carousel-633432948517522 .slick-list {
  height: 150px;
}

#carousel-633432948517522 .card-body {
  padding: 0 !important;
}

#carousel-633432948517522 .card-title {
  padding: 1rem;
  text-align: center;
  background: #016c93;
  color: #fff !important;
}

#carousel-633432948517522 .text {
  padding: 0.5rem 0.7rem 0.1rem 0.7rem;
  text-align: center;
  font-size: 110%;
}

/* Featured courses */
#carousel-2945748568341794 .card>.image {
  border-bottom: 11px solid #009ABC;
}

#carousel-2945748568341794 .card-body {
  display: flex;
  flex-direction: column;
}

#carousel-2945748568341794 .card-body>.card-text {
  font-family: 'Verlag', sans-serif;
  font-size: 18px;
  color: #009ABC;
  text-transform: uppercase;
  order: 1;
}

#carousel-2945748568341794 .card-body>a {
  order: 2;
}

@media only screen and (max-width: 800px) {
  #section-card-1633573935533074 {
    background-image: unset;
  }
}

@media only screen and (min-width: 1500px) and (max-width:1620px) {
  #section-card-1633573935533074 {
    background-position: top 2rem right -2rem;
  }
}

@media only screen and (min-width: 1620px) {
  #section-card-1633573935533074 {
    background-position: right 5rem;
    background-size: 20%;
  }
}