/** these styles are included on live site independently as overrides for common.css **/
.container_certification {
  margin-top: 64px;
  background: #fff;
}
.container_certification .title {
  justify-content: flex-start;
  align-items: inherit;
}
.container_certification h2 {
  margin-bottom: 24px;
}
.container_certification p:not(h2) {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 400;
  margin-top: 20px;
}

.container_certification .cell:not(.title_certification) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.container_certification .row_certification {
  margin-bottom: 30px;
}
.container_certification .row_certification:last-of-type {
  margin-bottom: 0px;
}

.text-block a:before {
  /*
  * We need a breakline to make it work
  * white-space: pre;
  */
  display: none;
}

.text-block a {
  border-bottom: 1px solid #b38f59;
}

@media (max-width: 991px) {
  .container_certification p:not(h2) {
    text-align: center;
  }
}
.news-post a {
  border-bottom: 1px solid #b38f59;
  color: #b38f59;
  font-weight: 600;
  position: relative;
}
.news-post ul {
  margin: 1rem 0;
  padding-left: 2rem;
}
.news-post ul li {
  margin-bottom: 10px;
  position: relative;
}
.news-post ul li:before {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #b38f59;
  border-radius: 50%;
  position: absolute;
  left: -1rem;
  top: 0.5rem;
}
.news-post ol {
  margin: 1rem 0;
  padding-left: 0.8rem;
}
.news-post ol li {
  margin-bottom: 10px;
  position: relative;
}
.news-post ol li::marker {
  color: #b38f59;
}
.cta__content_mobile {
  width: 200px;
  margin: auto;
  margin-bottom: 30px;
}
.cta__content_mobile ul {
  width: 100%;
  display: none;
  margin: auto;
}
.cta__content_mobile ul li {
  margin-bottom: 2px;
  display: flex;
  transform: translateY(100px);
  transition: all 1.6s ease;
}
.cta__content_mobile ul li:nth-child(1) {
  transition: all 1.6s ease;
}
.cta__content_mobile ul li:nth-child(2) {
  transition: all 1.7s ease;
}
.cta__content_mobile ul li:nth-child(3) {
  transition: all 1.8s ease;
}

.cta__content_mobile ul li a {
  background: #b28e59;
  width: 100%;
  padding: 18px 0px;
  text-align: center;
  transition: all 0.8s ease;
  font-family: \DINAlternate, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.cta__content_mobile ul li a:hover {
  background-color: #2e2e2e;
}
.cta__content_mobile ul.fadeIn li {
  transform: translateY(0);
}

@media (max-width: 1198px) {
  .menu-content__over {
    position: relative !important;
    margin: 0 auto;
  }
  .menu-opened .menu-content {
    overflow-y: scroll !important;
  }
  .menu-content__bot-inner .lang-list {
    display: flex !important;
  }
  .flex_column {
    flex-direction: column;
  }
  .menu-content__over nav {
    margin: 40px 0px 20px !important;
  }
  .cta__content_mobile ul {
    display: flex;
    flex-direction: column;
  }
}

.contains-img-88 img {
  width: 88px;
}