.service-title-excerpt-wrapper {
  gap: 128px;
  align-items: flex-start;
  max-width: 1137px;
  margin: auto;
}

.service-title-wrapper {
  flex: 1;
}

.small-service-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  color: var(--black);
  font-weight: 400;
}

.service-title {
  text-transform: capitalize;
  font-size: 6.67vw;
  line-height: 1;
  font-weight: 400;
  color: var(--black);
}

.service-excerpt-wrapper {
  flex: 1;
  align-self: flex-start;
}

.service-excerpt {
  color: var(--black);
  letter-spacing: 1.344px;
  line-height: 1.89vw;
  margin-bottom: 0;
  font-weight: 300;
  text-align: right;
  font-size: 21px;
}

.service-featured-image {
  width: 100%;
  height: 100vh;
  margin-top: 64px!important;
  max-width: 1137px;
  margin: auto;
  overflow: hidden;
  border-radius: 20px;
}

.service-featured-image img {
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
  border-radius: 20px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .service-title-excerpt-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .service-excerpt {
    text-align: left;
    font-size: 1rem;
    line-height: 1.7rem;
  }
}

@media (max-width: 767px) {
  .service-title-excerpt-wrapper {
    align-items: center;
  }

  .small-service-title {
    text-align: center;
  }

  .service-excerpt {
    width: 70%;
    margin: auto;
    text-align: center;
  }

  .service-title{
    font-size: 64px;
  }
	
	.service-featured-image{
		height: unset;
	}
	
	.service-detail-wrapper h4 {
		line-height: 5.78vw;
			
		}
}
