
  .amazon-wrapper {text-align: center;padding:25px;background: linear-gradient(rgb(0,19,155) 70%, rgb(3,14,90) 30%)}
  .amazon-title {display: block;color:white;font-family: var(--font-heading-family);font-style: var(--font-heading-style);font-weight: var(--font-heading-weight);font-size: 3rem;}
  .amazon-img {display: block;width:100%;max-width:100%;}
  .amazon-button {display: block;background-color: rgb(42,161,174);color: white;border-radius: 7px;padding: 10px;margin: 10px 20px; text-decoration: none !important;}
  @media (min-width: 600px) {
    .amazon-wrapper {display: none;}
  }
  
