.latest-newsletter{
  flex-direction: row;
  column-gap: 4rem;

  & > * {
   width:calc(50% - 2rem);
 }

 @media (width < 600px){
   flex-direction: column;

   & > * {
     width: 100%;
   }
 }
}

.pdf-preview {
  width: 100%;
  max-width: 800px;
}

.docs:hover::after {
  display: none !important;
}
