
  #x0acs4ys484nf67bibm1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer; /* Makes the whole card feel clickable */
  }
  
  #x0acs4ys484nf67bibm1 img {
    width: 100%;
    max-width: 200px;
    object-fit: contain;
    margin-right: 1rem;
    margin-bottom: 2rem;
  }
  
  #x0acs4ys484nf67bibm1 .copy {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  #x0acs4ys484nf67bibm1 .copy p {
    font-weight: 400;
  }

  @media(min-width: 992px) {
    #x0acs4ys484nf67bibm1 {
      flex-direction: row;
    }
    
    #x0acs4ys484nf67bibm1 img {
      width: 30%;
      max-width: 200px;
      margin-bottom: 0;
    }
  }
