#secondary-banner.about-secondary-banner {
  background:
    linear-gradient(rgba(0, 0, 0, .42), rgba(0, 0, 0, .62)),
    url("../img/slider/AGG_rev_slider_1560x860.e12cbd7d7f08.jpg") center center / cover no-repeat;
}

.about-company-page .about-main-image {
  max-width: 310px;
}

.about-company-page .equipment-directions {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.about-company-page .equipment-card {
  min-height: 178px;
  padding: 22px 18px;
  background: #f7f7f7;
  border: 1px solid #e7e7e7;
}

.about-company-page .equipment-card i {
  display: block;
  color: var(--accent-color);
  font-size: 34px;
  line-height: 1;
  margin-bottom: 15px;
}

.about-company-page .equipment-card h4 {
  color: var(--accent-color);
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.about-company-page .equipment-card p {
  margin-bottom: 0;
}

.about-company-page .about-brand-note {
  color: #666;
  font-size: 13px;
  line-height: 21px;
  margin-top: 10px;
}

.about-company-page .recent_blog_posts .thumb-image img {
  width: 116px;
  height: 74px;
  object-fit: cover;
}

.home-map-section iframe {
  display: block;
  width: 100%;
  height: 390px;
  border: 0;
  filter: grayscale(100%) saturate(0%) contrast(105%) brightness(94%);
}

@media (max-width: 767px) {
  .about-company-page .about-main-image {
    float: none;
    display: block;
    max-width: 100%;
    margin: 12px 0 20px;
  }

  .about-company-page .equipment-card {
    min-height: 0;
    margin-bottom: 18px;
  }
}
