.services-mobile {
  display: none;
  margin-top: 60px;
  font-family: "Montserrat", sans-serif;
  background-color: #2ad768;
  background-image: linear-gradient(to left, #2ad768, #1f823e);
  color: #fff;
  padding-top: 60px;
  padding-bottom: 50px;
}

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

.services-mobile .owl-carousel-services-mobile {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  color: #000;
}

.services-mobile .owl-carousel-services-mobile .services-card {
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 90%;
  height: fit-content;
}

.services-mobile
  .owl-carousel-services-mobile
  .services-card
  .services-content {
  min-height: 400px;
}

.services-mobile
  .owl-carousel-services-mobile
  .services-card
  .services-content
  img {
  width: 100%;
  border-radius: 12px 12px 0 0;
  object-fit: cover;
  min-height: 188px;
}

.services-mobile
  .owl-carousel-services-mobile
  .services-card
  .services-content
  .service-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  min-height: 200px;
}

.services-mobile
  .owl-carousel-services-mobile
  .services-card
  .services-content
  .service-text
  h4 {
  font-weight: 600;
  margin-top: 16px;
  text-align: center;
  margin-bottom: 24px;
  font-size: 20px;
}

.services-mobile
  .owl-carousel-services-mobile
  .services-card
  .services-content
  .service-text
  ul {
  padding: 0 32px 0 32px;
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 500;
}

.services-mobile
  .owl-carousel-services-mobile
  .services-card
  .services-content
  .service-text
  ul
  li
  p {
  font-weight: 400;
  color: #8b8b8c;
  text-align: justify;
  list-style: disc;
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 8px;
  line-height: 1.2;
}

.services-mobile
  .owl-carousel-services-mobile
  .services-card
  .services-content
  .service-text
  a {
  padding: 16px 32px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

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