.services-desktop {
  margin-top: 60px;
  font-family: "Montserrat", sans-serif;
}

.services-desktop h3 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-decoration: underline;
  margin-bottom: 32px;
}

.services-desktop .inner {
  height: fit-content;
  background-color: #2ad768;
  background-image: linear-gradient(to left, #2ad768, #1f823e);
  border-radius: 12px;
  padding: 48px 0 50px;
  width: calc(100% - 120px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
}

.services-desktop .inner .owl-carousel-services {
  position: relative;
}

.services-desktop .inner .owl-carousel-services .owl-dots .owl-dot span {
  background: #fff;
}

.services-desktop .inner .owl-carousel-services .owl-dots .active span {
  background: #001c0e;
  width: 16px;
}

.services-desktop .inner .owl-carousel-services .owl-nav {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  top: 0;
  pointer-events: none;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services-desktop .inner .owl-carousel-services .owl-nav button {
  padding: 10px 18px !important;
  background-color: #001c0e;
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  pointer-events: all;
  font-size: 24px;
}

.services-desktop .inner .services-card {
  color: #fff;
  border-radius: 12px;
  display: flex;
  max-height: 400px;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
}

.services-desktop .inner .owl-carousel-services .owl-dots {
  margin-top: 16px;
}

.services-desktop .inner .services-card .card-image {
  width: 50%;
}

.services-desktop .inner .services-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 0 0 12px;
}

.services-desktop .inner .services-card .card-content {
  width: 50%;
  background-color: #fff;
  border-radius: 0 12px 12px 0;
  padding: 12px 80px 12px 64px;
  min-height: 360px;
  color: #001c0e;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.services-desktop .inner .services-card .card-content h4 {
  font-size: 24px;
  font-weight: 600;
}

.services-desktop .inner .services-card .card-content ul {
  font-weight: 400;
  font-size: 16px;
  color: #8b8b8c;
  text-align: justify;
  list-style: disc;
}

.services-desktop .inner .services-card .card-content ul li p {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 12px;
  line-height: 1.2;
}

.services-desktop .inner .services-card .card-content a {
  text-decoration: none;
  font-size: 14px;
  color: inherit;
}

.services-desktop .inner .services-card .card-content span {
  font-size: 14px;
}

@media (max-width: 768px) {
  .services-desktop {
    display: none;
  }
}
