.photo-frame-inner-lists span {
  background: transparent !important;
  padding: 0;
}

.is-photo-frame-animated .photo-frame-inner-2 {
  font-size: 13px;
  padding: 20px 0;
}

.photo-frame-inner-contents li:not(:last-child) {
  margin-bottom: 10px;
}

.image-block-section-wrapper:nth-child(1) {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 26px;
  margin-bottom: 40px;
}

.image-content-section .views-row:nth-child(2n) .image-block-section-wrapper {
  display: flex;
  flex-direction: column-reverse;
  column-gap: 26px;
}

.image-content-section .views-row:nth-child(2n) .section-image-text {
  top: 55px;
  left: 22%;
  font-size: 10px;
  line-height: 14px;
}

.image-content-view .view-content .views-row:last-child .image-block-section-wrapper {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.section-content-field {
  padding: 0px;
  display: flex;
  justify-content: center;
  padding: 22px;
  margin-bottom: 0;
}

.image-content-section .views-row:last-child .section-content-field {
  margin-bottom: 0px;
}

.image-content-section .views-row .section-content-field {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* image size reduce */

.section-image-field-inner {
  max-width: 375px;
}

.section-image img {
  height: 190px;
}

.photo-frame-block {
  max-width: 225px;
}
