.top-info {
  background: #bcd4f3;
}

.icon-img {
  width: 48px !important;
  height: 48px !important;
}

.huge .description {
  margin-top: 1em;
}

/*Desktop*/

@media screen and (min-width: 1024px) {
  .subscription,
  .huge {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .huge {
    display: grid;
    grid-template-columns: 48px 1fr;
  }

  .huge .description {
    margin-top: 0;
    margin-left: 1em;
  }

  .huge .description .button {
    line-height: 1.2;
    text-underline-offset: 3px;
  }

  .huge .description .button:hover {
    text-decoration: none !important;
  }

  .huge .image {
    display: flex;
    align-items: center;
  }
}
