.customer-service-block .content-left {
  height: auto;
}
.customer-service-block .content-left .background-full {
  width: 100%;
  height: 100%;
  padding: 5rem 0;
  background-image: var(--bg-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.customer-service-block .content-left .background-full .title-box {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 992px) {
  .customer-service-block .content-left .background-full .title-box {
    padding-left: 5rem;
  }
}
.customer-service-block .content-left .background-full .title-box h2 {
  margin-bottom: 2rem;
}
.customer-service-block .content-left .background-full .title-box h2, .customer-service-block .content-left .background-full .title-box h3 {
  background-color: #003727;
  color: #ffffff;
  box-shadow: 0px 0px 0px 11px #003727;
  line-height: 2.3;
  box-decoration-break: slice;
  -webkit-box-decoration-break: slice;
  display: inline;
}
.customer-service-block .content-left .background-full .title-box h2 {
  line-height: 2.6;
}
.customer-service-block .content-right {
  background-color: #003727;
  color: #ffffff;
  padding: 2.5rem 2rem;
}
@media (min-width: 992px) {
  .customer-service-block .content-right {
    padding: 2.5rem 5rem;
  }
}
.customer-service-block .content-right .border-dashed-secondary {
  border-bottom: 1px dashed #e6dcd0;
}
.customer-service-block .content-right .icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.customer-service-block .content-right .content h3 {
  color: #ffffff;
}
.customer-service-block .content-right .content a.link {
  color: #ffffff;
  text-decoration: underline;
}
.customer-service-block .content-right .content a.link:visited {
  color: #ffffff;
  text-decoration: underline;
  opacity: 0.42;
}
.customer-service-block .content-right .content a.link:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.customer-service-block .content-right .content a.link:active {
  opacity: 1;
  text-decoration: underline;
}
/*# sourceMappingURL=/wp-content/themes/houthandelbos/assets/css/customer-service-block.map */