.anony {
  background-color: #f4f9ff;
  padding: 80px 0 180px;
}
@media (width < 768px) {
  .anony {
    padding: 40px 0 100px;
  }
}