@media print, screen and (min-width: 1024px) {
  .block-bg1 {
    padding-top: 1.3888888889vw;
    background-color: #EAE5CF;
  }
  .block-bg3 {
    padding-top: 1.3888888889vw;
    padding-bottom: 8.3333333333vw;
    background-color: #EAE5CF;
  }
  .mod-beams-photos-num {
    color: #8E0123 !important;
  }
  .mod-beams-photos-num:after {
    background: #8E0123 !important;
  }
  .mod-beams-btn-styling {
    color: #8E0123 !important;
  }
}
@media screen and (max-width: 1023px) {
  .block-bg1,
  .block-bg3 {
    padding-top: 5.3333333333vw;
    background-color: #EAE5CF;
  }
  .mod-beams-photos-num {
    color: #8E0123 !important;
  }
  .mod-beams-photos-num:after {
    background: #8E0123 !important;
  }
  .mod-beams-btn-styling {
    color: #8E0123 !important;
  }
}