:root {
  --color-primary: #002e5a;
  --color-secondary: #fe6d73;
  --color-tertiary: #fde21c; }

.news-container .large .single-news-wrapper .single-news-details-wrapper {
  overflow: hidden;
  position: relative; }
  .news-container .large .single-news-wrapper .single-news-details-wrapper:hover img {
    transform: scale(1.1); }
  .news-container .large .single-news-wrapper .single-news-details-wrapper img {
    height: 100%;
    max-height: 300px;
    object-fit: cover;
    transition: transform 0.3s;
    width: 100%; }
  .news-container .large .single-news-wrapper .single-news-details-wrapper .single-news-details {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-shadow: 2px 2px 8px #000; }

.news-container .category-news .category-title {
  border-left: 4px solid #fe6d73;
  padding-left: 10px; }

.news-container .category-news .single-news-wrapper {
  text-decoration: none;
  width: 100%; }
  .news-container .category-news .single-news-wrapper:hover .single_news-title {
    text-decoration: underline; }
  .news-container .category-news .single-news-wrapper .single-news-details {
    color: #000; }
    .news-container .category-news .single-news-wrapper .single-news-details .image-wrapper {
      padding-top: 56.25%;
      position: relative;
      width: 100%; }
      .news-container .category-news .single-news-wrapper .single-news-details .image-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }

.news-container .latest-news h5 {
  border-left: 4px solid #fe6d73;
  padding-left: 10px; }

.news-container .latest-news .single-latest-news a {
  color: #000; }
  .news-container .latest-news .single-latest-news a:hover .single_news-title {
    text-decoration: underline; }

.news-container .latest-news .single-latest-news .image-wrapper {
  padding-top: calc(56.25% * 3 / 10);
  position: relative;
  width: 30%; }
  .news-container .latest-news .single-latest-news .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.news-container .latest-news .single-latest-news .news-info {
  width: 70%; }
