@charset "utf-8";

.customNewsWrapper { width: 100%; margin: 20px auto; border: 1px solid rgb(204, 204, 204); border-radius: 10px; overflow: hidden; background-color: rgb(242, 223, 206); display: flex; flex-wrap: wrap; }

.uniqueImageHolder { flex: 0 0 40%; max-width: 205px; }

.uniqueImageHolder a { display: flex; height: 100%; }

.uniqueImageHolder img { width: 100%; height: 100%; object-fit: cover; display: block; }

.distinctTextArea { flex: 1 1 60%; padding: 15px; color: rgb(51, 51, 51); }

.specialHeadline { font-size: 15px; line-height: 1.7rem; color: rgb(194, 21, 73); font-weight: 600 !important; }

.exclusiveContent { margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 18px !important; font-weight: 600 !important; line-height: 1.5 !important; margin-top: 8px !important; color: rgb(0, 0, 0) !important; }

.exclusiveContent a { font-size: 16px; text-decoration: none; color: rgb(194, 21, 73); }

@media (max-width: 480px) {
  .customNewsWrapper { flex-direction: column; }
  .uniqueImageHolder { flex: 0 0 100%; max-width: 100%; }
  .distinctTextArea { flex: 1 1 100%; }
}
