.uc-examples {
  padding: 60px 0 80px;
}

.uc-examples .section-content {
  max-width: 1200px;
  margin: 0 auto;
}

.uc-examples__title {
  margin-bottom: 48px;
}

.uc-examples__slider-wrap {
  position: relative;
  padding: 0 56px;
  margin-bottom: 48px;
}

.uc-examples__slider:not(.owl-carousel) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.uc-examples__slider .uc-examples__card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 350px;
  height: 100%;
  padding: 28px 24px 32px;
  border: 1px solid #d8d8d8;
  border-radius: 16px;
}

.uc-examples__card-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}

.uc-examples__card-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.uc-examples__card-logo img {
  display: block;
  max-height: 48px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.uc-examples__list {
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uc-examples__list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.45;
  color: #4a4a4a;
}

.uc-examples__list li:last-child {
  margin-bottom: 0;
}

.uc-examples__list li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #ffc100;
  border-radius: 50%;
}

.uc-examples__cta {
  text-align: center;
}

.uc-examples__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.uc-examples__arrow--prev {
  left: 0;
}

.uc-examples__arrow--next {
  right: 0;
}

.uc-examples__arrow span {
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #005e92;
  border-right: 2px solid #005e92;
}

.uc-examples__arrow--prev span {
  transform: rotate(-135deg);
  margin: 12px 0 0 14px;
}

.uc-examples__arrow--next span {
  transform: rotate(45deg);
  margin: 12px 0 0 10px;
}

.uc-examples__arrow:hover {
  opacity: 0.65;
}

.uc-examples__slider.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.uc-examples__slider.owl-carousel .owl-item {
  display: flex;
  align-items: stretch;
  height: auto;
}

@media (min-width: 1100px) {
  .uc-examples__slider.owl-carousel .owl-item {
    width: auto !important;
  }
}

@media (max-width: 767px) {
  .uc-examples {
    padding: 60px 0 0px;
  }
  .uc-examples__title {
    margin-bottom: 20px;
  }
  .uc-examples__slider-wrap {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .uc-examples__card-head {
    justify-content: flex-start;
    margin-bottom: 16px;
  }
  .uc-examples__card-logo img {
    max-height: 44px;
  }
  .uc-examples__list li {
    margin-bottom: 10px;
    padding-left: 16px;
    font-size: 13px;
  }
  .uc-examples__list li::before {
    top: 6px;
  }
  .uc-examples__cta {
    margin-top: 0;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .uc-examples__slider-wrap {
    padding: 0 28px;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .uc-examples__slider-wrap {
    padding: 0 48px;
  }
  .uc-examples__slider.owl-carousel .owl-item,
  .uc-examples__slider.owl-carousel .owl-item.active {
    width: auto !important;
  }
}
