/* About the Company — approved 11 Sept prototype. */
.about-the-company,
.about-the-company-properties {
  padding-inline: 0;
}
.about-the-company__inner,
.about-the-company-properties__inner {
  width: min(100%, 70rem);
  margin-inline: auto;
  padding-inline: 1.5rem;
}
.about-the-company {
  padding-top: 2.25rem;
}
.about-the-company__title {
  margin: 0 0 2.75rem;
  color: var(--sjm-color-text);
  font-family: var(--sjm-font-sans);
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
  text-wrap: pretty;
}
.about-the-company__description,
.about-the-company__description .field__item,
.about-the-company__description p {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.8;
  text-wrap: pretty;
}
.about-the-company__description p {
  margin: 0 0 1.125rem;
}
.about-the-company__description p:last-child {
  margin-bottom: 0;
}
.about-the-company-properties {
  padding-top: 3.25rem;
  padding-bottom: 6.25rem;
}
.about-the-company-properties__title {
  margin: 0 0 1.5rem;
  color: var(--sjm-color-text);
  font-family: var(--sjm-font-sans);
  font-size: clamp(1.25rem, 2.6vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
}
.about-the-company-properties__view .swiper {
  overflow: visible;
}
.about-the-company-properties__view
  .views-element-container
  > [class*="js-view-dom-id"],
.about-the-company-properties__view .views-view-unformatted,
.about-the-company-properties__view .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
  gap: 3rem 2rem;
}
.about-the-company-properties__view .views-row,
.about-the-company-properties__view .swiper-slide {
  display: flex;
  flex-direction: column;
  width: auto !important;
  min-width: 0;
  border: 1px solid var(--sjm-color-line);
  background: var(--sjm-color-surface);
}
.about-the-company-properties__view .views-field-field-logo-image {
  position: relative;
  order: 1;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-bottom: 1px solid var(--sjm-color-line);
  background: #f1f1ef;
}
.about-the-company-properties__view .views-field-field-logo-image,
.about-the-company-properties__view
  .views-field-field-logo-image
  .field-content,
.about-the-company-properties__view .views-field-field-logo-image div,
.about-the-company-properties__view .views-field-field-logo-image img {
  width: 100%;
  height: 100%;
}
.about-the-company-properties__view .views-field-field-logo-image img {
  display: block;
  object-fit: cover;
  object-position: center;
}
.about-the-company-properties__view .views-field-title {
  order: 2;
  padding: 1.5rem;
}
.about-the-company-properties__view .views-field-title,
.about-the-company-properties__view .views-field-title a {
  color: var(--sjm-color-text);
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  text-wrap: pretty;
}
.about-the-company-properties__view .views-field-field-properties-images,
.about-the-company-properties__view .views-field-field-properties-description,
.about-the-company-properties__view .views-field-field-is-recommend,
.about-the-company-properties__view .views-field-field-url-key {
  display: none;
}
@media (max-width: 47.9375rem) {
  .about-the-company,
  .about-the-company-properties {
    padding-inline: 0;
  }
  .about-the-company__inner,
  .about-the-company-properties__inner {
    padding-inline: 2.25rem;
  }
  .site-content h1,
  .about-the-company__title {
    font-size: 4rem !important;
    line-height: 1.1 !important;
  }
  .about-the-company__description,
  .about-the-company__description .field__item,
  .about-the-company__description p {
    font-size: 1.5rem !important;
    line-height: 1.62 !important;
  }
  .about-the-company-properties__title {
    font-size: 2.375rem !important;
    line-height: 1.26 !important;
  }
  .about-the-company-properties__view
    .views-element-container
    > [class*="js-view-dom-id"],
  .about-the-company-properties__view .views-view-unformatted,
  .about-the-company-properties__view .swiper-wrapper {
    grid-template-columns: 1fr;
  }
  .about-the-company-properties__view .views-field-title,
  .about-the-company-properties__view .views-field-title a {
    font-size: 1.25rem !important;
    line-height: 1.35 !important;
  }
}
