.service-hero {
  height: 425px;
  position: relative;
}

.service-hero .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-hero h1 {
  max-width: 750px;
}

.service-hero .btn-container {
  margin-top: 24px;
}


@media (max-width: 738px) {
  .service-hero .btn-container {
    flex-direction: column;
  }
	
  .service-hero .btn {
    width: fit-content;
  }
}