.great-sale h1.title, .great-sale h2.title, .great-sale h3.title, .great-sale span.title {
  font-weight: 800 !important;
  color: #ffffff !important;
  font-size: 4em !important;
  display: block;
}
.great-sale .block-line {
  margin-top: 27px;
}


.great-sale .block-1, .great-sale .block-2, .great-sale .block-3 {
  display: inline-block;
  font-size: 2em;
}
.great-sale .block-1 {
  float: left;
  margin-left: 6em;
}
.great-sale .block-2 {
	font-size: 6em;
    font-weight: 800;
    margin-top: 20px;
}
.great-sale .block-3 {
  float: right;
}

@media (max-width: 768px){
    .great-sale h1.title, .great-sale h2.title, .great-sale h3.title, .great-sale span.title {
      font-size: 2em !important;
    }
    .great-sale .block-1 {
      margin-left: 3em;
    }
    .great-sale .block-2 {
	font-size: 4em;
    }

}