/* Block: offer
 * Extracted from theme CSS by wp-arch-agent.
 * Classes: hp-offer__inner, hp-offer__left, hp-offer__grid, hp-offer__item, cnm-icon, offer
 */

.hp-whoweare__text h2,
.hp-content-row__text h2,
.hp-offer__left h2,
.hp-locations__detail h3 {
  color: #230704;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.hp-whoweare__text p,
.hp-content-row__text p,
.hp-offer__left p,
.hp-locations__detail p {
  color: #666;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 30px;
}

.hp-offer__inner {
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
  gap: 120px;
  align-items: flex-start;
}

.hp-offer__left {
  flex: 0 0 30%;
  max-width: 35%;
  align-self: center;
}

.hp-offer__grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 43px 40px;
}

.hp-offer__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #230704;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.hp-offer__item .cnm-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  color: #230704;
}

.hp-offer__item:last-child:nth-child(3n + 1) {
  grid-column: 3;
}

.hp-locations__buttons .btn-layout .cnm-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

@media (max-width: 991px) {
  .hp-whoweare__text h2,
    .hp-content-row__text h2,
    .hp-offer__left h2,
    .hp-locations__header h2,
    .hp-locations__detail h3,
    .hp-testimonials__inner h2 {
    font-size: 36px;
  }
  
  .hp-offer__inner {
    flex-direction: column;
    gap: 20px;
  }
  
  .hp-offer__left {
    flex: none;
    max-width: 100%;
  }
  
  .hp-offer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 40px;
  }
  
  .hp-offer__item:last-child:nth-child(2n + 1) {
    grid-column: 2;
  }
}

@media (max-width: 768px) {
  .hp-offer__grid {
    display: flex;
    flex-flow: column;
  }
  
  .hp-offer__item:last-child:nth-child(2n + 1) {
    grid-column: auto;
  }
}

@media (max-width: 600px) {
  .hp-whoweare__text h2,
    .hp-content-row__text h2,
    .hp-offer__left h2,
    .hp-locations__header h2,
    .hp-locations__detail h3,
    .hp-testimonials__inner h2 {
    font-size: 31px;
  }
  
  .hp-offer__grid {
    display: flex;
    flex-flow: column;
    gap: 14px;
  }
}

.contact-info .info-body,
.contact-info .info-body *:not(.cnm-icon) {
  color: var(--leather, #230704) !important;
  font-family: "Open Sans" !important;
}

.contact-info .info-body .cnm-icon {
  font-size: 18px;
  color: #230704;
}

.contact-info .info-group--location > .info-head .cnm-icon {
  flex: 0 0 auto;
  color: #230704;
  font-size: 24px;
}

.location-info-section .contact-info .info-body .cnm-icon {
  font-size: 18px;
  color: #230704;
}

.lt-cta .cnm-icon {
  font-size: 16px;
}

