.img-text-banner-photo-row-outer {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box; }

.img-text-banner-photo-row {
  max-width: 1440px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(0deg, #d8e8fb, #d8e8fb);
  box-shadow: 0px 18px 88px -4px rgba(59, 139, 235, 0.14), 0px 8px 28px -6px rgba(59, 139, 235, 0.12); }
  .img-text-banner-photo-row--no-bg {
    background: transparent;
    box-shadow: none; }

.img-text-banner-photo-row__title {
  padding: 6px 24px;
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  border-radius: 12px; }

.img-text-banner-photo-row__title span,
.img-text-banner-photo-row__title b {
  font-weight: 700;
  color: var(--amc-main-color, #3b8beb); }

.img-text-banner-photo-row__lead {
  max-width: 1050px;
  margin: 0 auto 24px;
  font-size: 31px;
  line-height: 140%;
  text-align: center;
  color: #000;
  font-weight: 500; }

.img-text-banner-photo-row__lead span,
.img-text-banner-photo-row__lead b {
  font-weight: 700; }

.img-text-banner-photo-row__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px; }

.img-text-banner-photo-row__card {
  grid-column: span 2;
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 16px;
  background: #d9d9d9; }

.img-text-banner-photo-row__card:nth-last-child(2):nth-child(3n + 1),
.img-text-banner-photo-row__card:nth-last-child(2):nth-child(3n + 1) ~ .img-text-banner-photo-row__card {
  grid-column: span 3; }

.img-text-banner-photo-row__media,
.img-text-banner-photo-row__media .picture,
.img-text-banner-photo-row__media .picture__image {
  display: block;
  width: 100%;
  height: 100%; }

.img-text-banner-photo-row__media {
  position: absolute;
  inset: 0; }

.img-text-banner-photo-row__media .picture__image {
  object-fit: cover; }

.img-text-banner-photo-row__card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.48) 100%);
  pointer-events: none; }

.img-text-banner-photo-row__card-text {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #ffffff; }

.img-text-banner-photo-row__divider {
  margin: 32px 0;
  border: none;
  border-top: 4px dashed white; }

.img-text-banner-photo-row__subtitle {
  margin: 0;
  padding: 16px 24px;
  text-transform: uppercase;
  background: transparent;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%; }

.img-text-banner-photo-row__subtitle span {
  color: var(--amc-main-color, #3b8beb); }

@media (max-width: 992px) {
  .img-text-banner-photo-row__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px; }

  .img-text-banner-photo-row__card {
    grid-column: auto;
    min-height: 240px; } }
@media (max-width: 768px) {
  .img-text-banner-photo-row {
    padding: 24px 16px; }

  .img-text-banner-photo-row__title {
    padding: 0px 16px;
    font-size: 28px; }

  .img-text-banner-photo-row__lead {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center; }

  .img-text-banner-photo-row__grid {
    grid-template-columns: 1fr;
    justify-content: stretch; }

  .img-text-banner-photo-row__card {
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
    height: 220px;
    min-height: 220px; }

  .img-text-banner-photo-row__card:nth-last-child(2):nth-child(3n + 1),
  .img-text-banner-photo-row__card:nth-last-child(2):nth-child(3n + 1) ~ .img-text-banner-photo-row__card {
    grid-column: auto;
    width: 100%;
    height: 220px;
    min-height: 220px; }

  .img-text-banner-photo-row__card-text {
    left: 16px;
    right: 16px;
    bottom: 16px;
    font-size: 18px; }

  .img-text-banner-photo-row__subtitle {
    padding: 12px 16px;
    font-size: 18px; } }

/*# sourceMappingURL=style.css.map */
