.hero_area {
  background-image: url("../img/banners/notre-histoire.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.top_con_area {
  padding-top: 17rem;
  padding-bottom: 7rem;
}

.history_area {
  background-image: url("../img/history-sec-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 10rem;
}
.history_area .row > * {
  padding: 7rem 0;
  padding-top: 0;
}
.history_area .cpl {
  padding-left: 6rem;
}
.history_area .cpr {
  padding-right: 6rem;
}
.history_area .sec_title {
  font-family: "Bodoni 72";
  font-size: 9.5rem;
  line-height: 100%;
  margin-bottom: 1rem;
  color: #1b3b6f;
  font-weight: 500;
}
.history_area .con {
  font-family: "VISBY-CF";
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 400;
}
.history_area .con strong {
  font-weight: 600; 
}
.history_area .con_wrap img {
  max-width: 32.3rem;
  max-height: 33.2rem;
  object-fit: cover;
  /* margin-top: 2rem; */
}
.history_area .lborder {
  border-right: 1px solid #ffe800;
  position: relative;
}
.history_area .lborder::before {
  content: url("../img/history-border.svg");
  position: absolute;
  right: -0.9rem;
  top: 0;
}

.hero_area .hero_inner {
  backdrop-filter: blur(1px) brightness(0.3) !important;
}
