.cv-services__title {
  text-align: center;
  margin-bottom: 40px;
}

.cv-services__title h2 {
  margin: 0;
}

.cv-services__title--small > span:first-child {
  text-transform: uppercase;
  margin-right: .25rem;
}

.cv-services__title--small > span:last-child {
  font-family: "Caveat";
  font-size: 1.8rem;
  color: var(--secondary-color);
}

.cv-services__row {
  position: relative;
  z-index: 9 !important;
}

.cv-services__background span {
  font-family: "Caveat";
  font-size: 20vh;
  opacity: .03;
  font-weight: 900;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-55%);
  z-index: 0;
  width: auto;
  white-space: nowrap;
}

.service {
  background-color: white;
  border-radius: 20px;
  padding: 30px 30px 60px 30px;
}

.service__title--small {
  font-size: .8rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 60px;
}

.service__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--dark-color);
}

.service__description {
  font-size: .9rem;
  margin-top: 1rem;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: var(--primary-color) !important;
  width: .7rem;
  height: .7rem;
  border: 4px solid var(--dark-color) !important;
}

.owl-carousel button.owl-dot:not(:last-child) {
  margin-right: 1rem;
  position: relative;
}

.owl-carousel button.owl-dot:not(:last-child):before {
  content: '';
  position: absolute;
  left: 100%;
  top: calc(50% - 2px);
  width: calc(1rem + 4px);
  border-top: 4px solid var(--dark-color);
}

.owl-carousel button.owl-dot {
  transition: all .5s ease-in-out;
}

.owl-carousel button.owl-dot.active {
  background: var(--secondary-color) !important;
  width: 1rem;
  height: 1rem;
}

.owl-dots {
  text-align: center; 
  margin-top: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
}