#first-block, #second-block, #third-block, #fourth-block, #fith-block, #sixth-block, #seventh-block, #eight-block {
text-align:center;
padding:3.5em 0;
}
#carousel {
text-align:center;
background:#e5e5e5;
}
#first-block {
background:#fff;
text-align:center;
}
#second-block {
background:#e5e5e5;
text-align:center;
}
#third-block {
background:#fff;
}
#fourth-block {
background:#e5e5e5;
}
#fith-block {
background:#fff;
}
#sixth-block {
background:#fff;
}
#seventh-block {
background:#fff;
}
#eight-block {
background:#e5e5e5;
}
footer {
background:#fff;
padding:3.5em 0;
}
@media screen and (max-width: 768px) {
  .right {
  float:none;
  }
}