.openingBanner {
  display: flex;
  justify-content: center;
  position: relative;
  background: #ffcd9b;
  padding: 30px;
}
.openingBanner a {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 20px 30px 0px rgba(239, 115, 1, 0.3);
  transition: 0.3s !important;
}
@media screen and (max-width: 768px) {
  .openingBanner a {
    flex-direction: column;
    max-width: 340px;
  }
}
.openingBanner a:hover img {
  opacity: 1 !important;
}
@media (hover: hover) {
  .openingBanner a:hover {
    opacity: 1;
    transform: translateY(-5px);
  }
  .openingBanner a:hover img {
    opacity: 1 !important;
  }
}
.d_menuOverlay .d_menu {
  align-items: flex-start;
  padding-block: 70px;
}
.d_menuOverlay .openingBanner {
  background-color: transparent;
}
.d_menuOverlay .openingBanner a {
  box-shadow: none;
}
