#logo,
#logo a {
  position: relative;
  z-index: 2;
}

/* Media query for tablets (landscape orientation) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-main-news .news-headline {
    font-size: 20px;
  }
	.footer-primary-title .section-title-main {font-size: 13px}
	.footer-sub-title {font-size: 12px;}
}

@media screen and (min-width: 1125px) {
  #logo {
    width: 316px !important;
  }
  .logo-center .logo img {
    margin-top: 5px !important;
    height: 66px !important;
  }
  #logo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 83px;
    background-size: 100% 100%;
    background-image: url("/wp-content/uploads/2024/09/image.png");
    z-index: 1;
  }
}

@media screen and (min-width: 850px) and (max-width: 1366px) {
  .header-full-width .container {
    padding: 0 15px !important;
  }
  #logo {
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .header-nav li a {
    font-size: 13px !important;
  }
}
