@import url("https://fonts.googleapis.com/css?family=Geo");
.text-center {
  text-align: center;
}

h3 {
  margin-top: 100px;
}

div.blocks {
  list-style: none;
  margin: 0;
}
div.blocks div.block {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  margin-bottom: 50px;
}
div.blocks div.block .window.macpro {
  width: 256px;
  position: absolute;
  top: 11px;
  left: 12px;
}
div.blocks div.block .window.macpro img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 155px;
}
div.blocks div.block .window.imac {
  width: 292px;
  position: absolute;
  top: 12px;
  left: 79px;
}
div.blocks div.block .window.imac img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 182px;
}
div.blocks div.block .window img {
  transition: 5s all ease;
}
div.blocks div.block .window img:hover {
  -o-object-position: bottom;
     object-position: bottom;
}
div.blocks svg {
  width: 280px;
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  border-radius: 30px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}