.wp-block-genesis-custom-blocks-pinterest-read-later .card {
  display: flex;
  max-width: none;
  padding: 1rem;
  text-decoration: none;
  align-items: center;
  color: #404040;

  img {
    height: 150px;
    margin-right: 20px;
  }
  
  .h4 {
    font-size: 20px;
    font-weight: 800;
  }
  
  p {
    font-size: 15px;
  }

  .d-none, .btn--social .d-xs-none {
    display: none;
  }
}