#sromember-page,
#document-page,
.event-card {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 0 85px 20px;
  font-size: 14px;
}

.modal {
  z-index: 99999;
}

.block-guide {
  position: absolute;
  right: 20px;
}

.article-3 img {
  filter: drop-shadow(0px 4px 10px rgba(124, 133, 155, 0.45));
  border-radius: 4px;
}

.article-3 a {
  text-decoration: underline;
}
.img-item-copy-r {
  float: right;
  max-width: 400px !important;
  margin-left: 15px;
  display: inline-block;
  margin-top: 10px;
}

.img-item-copy-l {
  max-width: 400px !important;
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-top: 10px;
}

.SearchHighlight {
  background: #ffa960;
}

.banner {
  height: auto;
  min-height: 180px;
}

.banner .flex-row {
  position: relative;
  height: 100%;
  align-items: stretch;
}

.banner-img {
  height: auto;
}

.banner-img .additional-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 100%;
  padding: 10px;
  font-family: "Montserrat";
  color: #283b5b;
  font-size: 16px;
  font-weight: 600;
  background: url(../img/background-fog.png) 00 no-repeat;
  background-size: cover;
  gap: 6px;
  line-height: 1.1;
}

@media (max-width: 650px) {
  .img-item-copy-l,
  .img-item-copy-r {
    max-width: 100% !important;
    margin: 0;
    margin-bottom: 10px;
  }

  .banner-img .additional-text {
    font-size: 12px;
  }
}

