.hosting,
.client {
  width: 48.5%;
  display: inline-block;
  margin-bottom: 2.5em;
  margin-top: 4em;
}
.hosting {
  float: right;
}
.actions {
  background-color: #f4f8ff;
  padding: 1em 1.5em;
  margin: 1.8em 0;
}
.actions p {
  font-weight: 600;
  padding-bottom: 0;
}
.actions .button,
.actions a.button {
  display: inline-block;
  text-decoration: none;
  margin: 1em 0.8em 0.5em 0;
}
.actions .button.try,
.actions a.button.try {
  background-color: #F2C500;
  color: #ffffff;
}
.actions .button.try:hover,
.actions a.button.try:hover {
  background-color: #eabf00;
}
/* phone queries */
@media (max-width: 480px) {
  .hosting,
  .client {
    width: 100%;
    display: inline-block;
  }
  .hosting .button,
  .client .button {
    width: auto;
  }
  .client {
    margin-top: 4em;
  }
  .hosting {
    margin-top: 0;
    margin-bottom: 2em;
  }
}
