body .wrapper .dreamHoliday {
  margin-bottom: 140px;
  display: flex;
  justify-content: space-between;
}
body .wrapper .dreamHoliday .blockForVideo {
  position: relative;
}
body .wrapper .dreamHoliday .blockForVideo .dreamImgMain {
  width: 484px;
  height: 268px;
}
body .wrapper .dreamHoliday .blockForVideo .dreamImgSecond {
  position: absolute;
  width: 550px;
  height: 325px;
  left: -110px;
  top: 50px;
  transition: scale 1.5s, translate 2s;
}
body .wrapper .dreamHoliday .blockForVideo .dreamImgSecond:hover {
  scale: 1.05;
  translate: 40px;
}
body .wrapper .dreamHoliday .blockForTitle .title {
  color: #1B75BB;
  font-family: Roboto, cursive;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
body .wrapper .dreamHoliday .blockForTitle .content {
  width: 420px;
  color: #081F32;
  font-family: Gelasio cursive;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 40px;
}
body .wrapper .dreamHoliday .blockForTitle .btnViewMore {
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #1B75BB;
  color: #FFF;
  font-family: Roboto, cursive;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border: 0;
  transition: 500ms;
}
body .wrapper .dreamHoliday .blockForTitle .btnViewMore:hover {
  cursor: pointer;
  transform: scale(0.98);
  background-color: #0f5c98;
}

/*# sourceMappingURL=dreamHoliday.css.map */
