.our-service-title {
  margin: 80px 0;
  margin-top: 0;
}
.our-service-title p {
  font-size: 21px;
  margin-left: 20px;
}
.our-service-title span {
  color: #FF9F5A;
}
.our-service-title .box-border {
  border-left: 1px solid white;
}

.services .service-box {
  margin-bottom: 50px;
}
.services h1 {
  font-size: 21px;
  margin: 10px 0px 15px 0px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 52px;
  margin-bottom: 0;
}
.services p {
  font-size: 15px;
}
.services h1 span {
  color: #FF9F5A;
}
.services .cvn-play {
  color: #FF9F5A;
  text-decoration: none;
  transition: 0.5s;
}
.services .cvn-play img {
  margin-right: 10px;
}
.services .cvn-play:hover {
  padding-left: 10px;
}

.inner {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 37%;
  opacity: 0;
  transition: 0.5s;
  font-size: 18px;
  color: #FF9F5A;
}

.cvn-play:hover {
  color: #FF9F5A;
}

.cvn-play img {
  width: 15px;
  height: 15px;
  margin-top: 5px;
}

a.cvn-play {
  display: flex;
}

.image {
  position: relative;
  width: 100%;
}
.image .serv-img {
  width: 100%;
}

.image:hover .inner {
  opacity: 1;
  z-index: 999;
}

.gradient {
  background: linear-gradient(175.28deg, rgba(0, 0, 0, 0.57) 96.19%, rgba(0, 0, 0, 0.57) 96.19%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}

.image:hover .gradient {
  opacity: 1;
}

.para-height {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .our-service-title p {
    margin-left: 0 !important;
  }
  .box-border {
    border: none !important;
  }
  .our-service-title {
    margin: 0;
  }
  .services .service-box {
    width: 50%;
    margin-bottom: 30px;
  }
  .services h1 {
    font-size: 18px;
    height: 44px;
  }
  .our-service-title p {
    font-size: 18px;
  }
}
@media screen and (max-width: 390px) {
  .services .service-box {
    width: 100%;
  }
}
