.get-a-quote-2 {
  box-sizing: border-box;
  padding: 4rem 0 2rem;
}
.get-a-quote-2 .get-a-quote-2-row {
  display: flex;
  flex-flow: column;
  width: 100%;
  gap: 3.2rem;
}
@media (min-width: 1024px) {
  .get-a-quote-2 .get-a-quote-2-row {
    flex-flow: row;
  }
}
.get-a-quote-2 .get-a-quote-2-row .get-a-quote-2__col {
  width: 100%;
}
@media (min-width: 1024px) {
  .get-a-quote-2 .get-a-quote-2-row .get-a-quote-2__col {
    width: 50%;
  }
}
.get-a-quote-2__title {
  font-family: "Corben", serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 0 2rem;
}
.get-a-quote-2__copy {
  margin-bottom: 2rem;
  text-align: center;
}
.get-a-quote-2__features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .get-a-quote-2__features {
    text-align: left;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.get-a-quote-2__features .feature-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 0.75rem;
}
.get-a-quote-2__features .feature-description p {
  font-size: 0.9rem;
  line-height: 1.4;
}
.get-a-quote-2__img {
  display: block;
  margin: 0 0 2rem;
  width: 100%;
  height: auto;
  border-radius: 3rem;
  margin-top: 2.5rem;
  display: block;
}
.get-a-quote-2__img img {
  width: 100%;
  height: auto;
  border-radius: 3rem;
  margin-top: 3rem;
  display: block;
}
.get-a-quote-2__img2 {
  display: block;
  margin: 0 0 2rem;
  width: 100%;
  height: auto;
  border-radius: 0;
  max-width: 93%;
  margin: 1.1rem auto;
  display: block;
}
.get-a-quote-2__img2 img {
  width: 100%;
  height: auto;
  border-radius: 0;
  max-width: 93%;
  margin: 1.1rem auto;
  display: block;
}
.get-a-quote-2__text2 p {
  max-width: 93%;
  margin: 0 auto;
}/*# sourceMappingURL=styles.css.map */