.image-content-section .views-row .section-content-field {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.image-content-section {
  --frame-border-width: 36px;
}

.photo-frame-border {
  padding-top: 36px;
  padding-bottom: 36px;
}

.image-content-section .section-image-field-inner:nth-child(1) {
  padding-top: 36px;
  padding-bottom: 36px;
}

.photo-frame-border:before {
  width: 36px;
}

.photo-frame-border::after {
  width: 36px;
}

.section-icon-field {
  margin-bottom: 20px;
}

.section-content-title {
  margin-bottom: 13px;
}

.section-link-section {
  margin-top: 20px;
}

/* image size reduce */

.section-image-field-inner {
  max-width: 450px;
  position: relative;
}

.section-image img {
  height: 215px;
}

.photo-frame-block {
  width: 100%;
  max-width: 246px;
}

.image-content-section .views-row:nth-child(even) .section-image-field {
  display: flex;
  justify-content: flex-end;
}
