@charset "utf-8";
/* CSS Document */
.easter-day-theme-cruise-deals-page-title-style1 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  padding: 6px 10px;
  background: linear-gradient(89.04deg, #224830 30.77%, #748537 86.06%);
}
.easter-day-theme-cruise-deals-page-section1 {
  padding: 10px 0;
  background-color: #E8F7F5;
  position: relative;
  z-index: 0;
}
.easter-day-theme-cruise-deals-page-section2 {
  padding: 10px 0;
  position: relative;
}
.easter-day-theme-cruise-deals-page-section1-image-div-left {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
}
.easter-day-theme-cruise-deals-page-section1-image-div-right {
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 0px;
}
.easter-day-theme-cruise-deals-page-section2-image-div-left {
  position: absolute;
  z-index: -1;
  top: 50px;
  left: 0px;
}
.easter-day-theme-cruise-deals-page-section2-image-div-right {
  position: absolute;
  z-index: -1;
  top: 120px;
  right: 0px;
}
@media screen and (max-width: 575px) {
  .easter-day-theme-cruise-deals-page-section1-image-div-left, .easter-day-theme-cruise-deals-page-section1-image-div-right {
    display: none;
  }
  .easter-day-theme-cruise-deals-page-section2-image-div-left, .easter-day-theme-cruise-deals-page-section2-image-div-right {
    display: none;
  }
}