h1 {
  font-size: 24px;
}

.service-section {
  background-color: #E6EEE9;
}
.service-section .service-list {
  border: 1px solid #E1E1E1;
  padding: 15px;
  border-radius: 10px;
}
.service-section .service-list .name {
  font-size: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 28px;
}
.service-section .service-list .content {
  color: #707070;
  height: 78px;
  overflow: auto;
  padding-right: 5px;
  text-align: left;
}
.service-section .service-list .service-img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-section .service-list .enquire-now {
  display: none;
  background: rgba(0, 0, 0, 0.5411764706);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s;
}
.service-section .service-list .enquire-now button {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.service-section .service-list:hover .enquire-now {
  display: block;
}
.service-section .owl-theme .owl-dots {
  margin-top: 30px !important;
}
.service-section .owl-theme .owl-dots .owl-dot span {
  background: #D2DED8;
}
.service-section .owl-theme .owl-dots .owl-dot.active span,
.service-section .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #1A443D;
}

h2 {
  font-size: 21px;
}
