/* Services page */

.services-title {
  font-size: 2.4rem;
  margin-bottom: 1em;
}

.services-image-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
  margin: 0 auto 1.5em;
  max-width: 640px;
}

.services-image-row--doors {
  margin-bottom: 2em;
}

.services-photo {
  display: block;
  margin: 0;
  max-width: 100%;
  width: auto;
  height: auto;
  flex: 1 1 280px;
}

.services-photo--door {
  flex: 1 1 240px;
  max-width: 270px;
}

.services-list-section {
  max-width: 640px;
  margin: 0 auto 1.5em;
  text-align: left;
}

.services-include-heading {
  margin: 0 0 0.6em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #404040;
}

.services-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 3rem;
}

.services-list {
  margin: 0;
  padding: 0 0 0 1.4em;
  flex: 1 1 240px;
  font-size: 1.6rem;
  line-height: 1.55;
  color: #404040;
}

.services-list li {
  margin: 0 0 0.15em;
}

.services-brands {
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
}

.services-brands .section-heading {
  display: block;
  margin: 0.8em 0 0.4em;
  color: #ff0000;
  font-weight: bold;
}

.services-brands .brand-list {
  list-style: none;
  margin: 0 0 1.2em;
  padding: 0;
  font-size: 1.8rem;
  font-weight: normal;
  color: #404040;
}

.services-brands .brand-list li {
  margin: 0;
  padding: 0;
}

.services-brands .info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: normal;
  color: #404040;
}

@media screen and (max-width: 700px) {
  .services-title {
    font-size: 2rem;
  }

  .services-include-heading {
    font-size: 1.6rem;
  }

  .services-list {
    font-size: 1.5rem;
  }

  .services-brands {
    font-size: 1.7rem;
  }

  .services-brands .brand-list,
  .services-brands .info-list {
    font-size: 1.6rem;
  }
}
