/* ---------- GET IN TOUCH (static) ---------- */
.services-content .get-in-touch {
  background-image: url("https://ignitevisibility.com/wp-content/uploads/2023/08/light-img-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.services-content .get-in-touch .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.services-content .get-in-touch .col {
  flex: 1;
  min-width: 300px;
}
.services-content .get-in-touch h3 {
  margin-bottom: 10px;
  font-size: 1.5em;
  color: #333;
}
.services-content .get-in-touch h2 {
  margin-bottom: 20px;
  font-size: 2em;
  color: #07607d;
}
.services-content .get-in-touch p {
  margin-bottom: 15px;
  font-size: 1em;
  color: #666;
}
.services-content .get-in-touch h6 {
  margin-top: 15px;
  font-weight: 700;
  font-size: 1em;
  color: #333;
}

@media screen and (max-width: 767px) {
  .services-content .get-in-touch {
    padding: 40px 20px;
  }
  .services-content .get-in-touch .wrap {
    flex-direction: column;
  }
  .services-content .get-in-touch .col {
    width: 100%;
  }
  .services-content .get-in-touch .mobile-center {
    text-align: center;
  }
  .services-content .get-in-touch h2 {
    font-size: 1.5em;
  }

  .services-content .get-in-touch h2 br {
    display: block;
  }
}
