@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,800italic);
.offer{
}
.offer1{
  background-color: #e6fafc;
  color: #000;
  min-height: 460px;
  height: auto;

}
.offer1 li{
  list-style-type: disc;
  margin-left: 30px;
  line-height: 7.2;
  font-family: 'Raleway';
}
.offer2 li{
  list-style-type: disc;
  margin-left: 30px;
  line-height: 4.5;
}
.offer2{
  background-color: #d0ddd7;
  color: #000;
  min-height: 460px;
  height: auto;
}
@media only screen and (max-width: 800px) {
  .offer2 {
    min-height:900px;
  }
}
.offer1 h2{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-left: 20px;

}
.offer2 h2{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;

}
#myDIV1{
  background: #000;
  color: #fff;
  padding:2px 5px 2px 5px;
}
#myDIVS1{
  background: #000;
  color: #fff;
  padding:2px 5px 2px 5px;
}
#myDIVSS1{
  background: #000;
  color: #fff;
  padding:2px 5px 2px 5px;
  margin-left: 5px;
}
.content-image img{
  top:0;
  left:-90px;
  width: 100%;
  height: 80%;
}
.blink {
    background-color:#fff;
    -webkit-animation: blink 800ms step-end infinite;
            animation: blink 800ms step-end infinite;
}
@-webkit-keyframes blink { 50% { background-color: #b4436c;color: #fff;}}
        @keyframes blink { 50% { background-color: #b4436c;color: #fff; }}
