.cards--issue-cover-preview {
	border-bottom: none !important;
}

.cards--issue-description {
  
	& h2 {
	  font-size: 1.3rem;
	  margin-bottom: 1rem;
	}
  
	& p {
	  margin-bottom: 1rem;
	}
  
	@media screen and (min-width: 760px) {
		margin: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
  }

 .issue-cover__image {

	& img{
		box-shadow: 0 4px 12px rgba(0,0,0,.4);
		max-height: 500px;
		margin: auto;
	}
}
