/* =========================
   Introduction Layout
========================= */

.introduction-text {
  max-width: 100%;
  margin-bottom: 0px;
;
}

.gray-background {
  background-color: #f5f5f5;
  padding: 1.5rem 0;
}

.introduction-text > div {
  text-align: center;
  max-width: 100%;
}

.section-page-image {
  width: 60%;
  object-fit: cover;
  object-position: center;
  margin-top: 2.5rem; /* 40px */
}

.services-section-page-image {
  width: 40%;
  object-fit: cover;
  object-position: center;
  margin-top: 2.5rem; /* 40px */
}

/* =========================
   Service Description
========================= */

.verbose-service-description {
margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem; /* 48px */
}

/* Section heading */
.verbose-service-description > h3 {
  font-size: 2rem;          /* ~32px */
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0px;
}

/* Body copy */
.verbose-service-description {
  font-size: 1.125rem;      /* 18px */
  line-height: 1.6;
  width: 60%;
}

/* Body copy */
.verbose-service-description {
  font-size: 1.125rem;      /* 18px */
  line-height: 1.6;
  width: 60%;
  padding-bottom: 0%; 
  margin-bottom: 0px;
}

.verbose-service-description > p {
  padding-bottom: 0%; 
  margin-bottom: 0px;
}

.contact-us-button {
  margin-top: 60px;
} 

/* =========================
   Mobile Adjustments
========================= */

@media (max-width: 768px) {

  .section-page-image {
  width: 90%;
  }

    .services-section-page-image {
  width: 90%;
  }
  .verbose-service-description {
    width: 90%;
  }

  .verbose-service-description > h3 {
    font-size: 1.5rem;      /* ~24px */
    line-height: 1.35;
    margin-bottom: 0px;
  }

  .verbose-service-description > p {
    font-size: 1rem;        /* 16px */
    line-height: 1.5;
    text-align: center;
    width: 90%;
  }

  .home-page-section-tagline-main {
    font-size: clamp(1.5rem, 8vw, 3rem);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0px;
  }
  .contact-us-button {
  margin-top: 40px;
  margin-bottom: 50px;
} 
}


