.section-icon-field {
  margin-bottom: 30px;
}

.section-image img {
  height: 460px;
  padding-right: 20px;
}

.image-content-section .views-row:nth-child(even) .section-content-field .section-content-field-inner,
.image-content-section .views-row:nth-child(odd) .section-content-field .section-content-field-inner {
  margin-top: 0;
}

.image-content-section .views-row:nth-child(odd):first-child .section-content-field .section-content-field-inner {
  margin-top: 0;
}

.photo-frame-block {
  width: 100%;
  max-width: 457px;
  height: 100%;
  right: 0px;
  margin-right: 20px;
}

.image-content-section .views-row:nth-child(2n) .photo-frame-block {
  height: 100%;
  left: 0px;
  margin-right: 0;
  margin-left: 20px;
}

.image-content-section .views-row:nth-child(2n) .section-image img {
  padding-right: 0;
  padding-left: 20px;
}

.image-block-section-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}

.section-content-field {
  padding: 0px;
  display: flex;
  justify-content: center;
  padding: 22px;
  margin-bottom: 55px;
}

.image-content-section .views-row:nth-child(2n) .image-block-section-wrapper {
  display: flex;
  flex-direction: column-reverse;
  column-gap: 30px;
}

.image-content-section .views-row:nth-child(2n) .section-content-field {
  display: flex;
  justify-content: center;
  padding: 22px;
}

.image-content-section .views-row:nth-child(2n) .section-image-text {
  left: 14%;
  font-size: 17px;
  line-height: 18px;
}

.image-content-section .views-row:nth-child(even) .section-image-field {
  left: 0;
  width: 100%;
}

.section-content-field-inner {
  width: 100%;
  max-width: 600px;
}
