@media (min-width: 1200px) {
  .multiple-columns-body .benefitBanner__item {
    flex: 1 1 25% !important;
  }
}
@media (min-width: 480px) {
  #header .site-name a img {
    max-height: 75px;
  }
}
.news-item .text .description {
  display: none;
}

div#newsWrapper {
  display: grid !important;
  grid-template-columns: auto auto !important;
  margin-top: 4em !important;
}

#newsWrapper .news-item {
  flex-direction: column !important;
  align-items: center !important;
}

#newsWrapper .news-item .image {
  margin-right: 0 !important;
}

#footer .site-name {
  flex-basis: 30%;
  display: block;
  position: unset;
  max-width: 30%;
}

#footer .custom-footer {
  padding-left: 0px;
  justify-content: space-around;
  border-top: 0;
}
.fot-tel div,
.fot-tel div a {
  color: var(--color-secondary);
  font-size: 20px !important;
  margin: 20px;
  margin-bottom: 5px;
  text-align: center;
}

.banner [data-ec-promo-id="12"] > div > p {
  margin: 0px;
}
footer#footer {
  background: #f6f6f6;
}

#footer > .container.footer-rows {
  background: #f6f6f6 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-rows .site-name a img {
  max-height: unset;
}

.footer-rows .site-name a img {
  max-height: unset;
}

.custom-footer.elements-2 {
  flex-basis: 70%;
}

.site-name [data-testid="linkWebsiteLogo"] {
  display: block;
  width: 100%;
}

i.icon-email::before {
  content: "\e924";
}
i.icon-location::before {
  content: "\e923";
}

.custom-footer ul li {
  color: #000;
  font-size: 14px;
}

.custom-footer ul li i::before {
  margin-right: 10px;
  font-size: 20px;
}
#footer > .container {
  background: #f6f6f6;
}

#footer span[data-ec-promo-id="75"] ul li:before,
#footer [data-ec-promo-id="81"] ul li:before {
  display: none;
}

.container.footer-rows .row.custom-footer.elements-4 {
  width: 100%;
}

span[data-ec-promo-id="81"] ul {
  display: flex;
  gap: 10px;
}

#footer .footer-contact strong,
#footer [data-ec-promo-id="78"] strong {
  font-size: 20px;
  font-weight: 500;
}

#footer a.social-icon {
  color: var(--color-primary) !important;
}

#footer a.social-icon:hover {
  background: #dde2e3 !important;
  color: #046eb8 !important;
}