.hero_area {
  background-image: url("../img/banners/gestion-locative.jpg");
  background-position: center right;
}
.hero_area .top_con_area {
  padding-top: 20rem;
  padding-bottom: 6rem;
}

.gestion_locative_area {
  padding: 4.5rem 0;
  background: #fff;
}
.gestion_locative_area .sec_title {
  font-family: "VISBY-CF";
  font-size: 1.7rem;
  font-weight: 600;
  color: #1b3b6f;
}
.gestion_locative_area .con {
  font-family: "VISBY-CF";
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.gestion_locative_area .gestion_locative_icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  max-width: 88rem;
}
.gestion_locative_area .gestion_locative_icons li {
  max-width: 14rem;
  display: flex;
  align-items: center;
  font-family: "VISBY-CF";
  font-size: 1.3rem;
  line-height: 1.4;
}
.gestion_locative_area .gestion_locative_icons li img {
  max-height: 3.1rem;
  object-fit: contain;
  margin-right: 0.8rem;
}

/* comment area */
.service_compet_area {
  background-image: url("../img/service-compet-area-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4rem 0;
}
.service_compet_area .sec_title {
  font-family: "Bodoni 72";
  color: #1b3b6f;
  font-weight: 500;
  margin-bottom: 0;
}
.service_compet_area .sec_sub_title {
  font-family: "VISBY-CF";
  font-size: 2.1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  margin-bottom: 4rem;
}
.service_compet_area .service_compet_inner .service_compet {
  margin-bottom: 8rem;
  background-repeat: no-repeat;
  position: relative;
  max-width: 43rem;
}
.service_compet_area .service_compet_inner .service_compet .sec_title {
  font-family: "VISBY-CF";
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1;
  color: #1b3b6f;
}
.service_compet_area .service_compet_inner .service_compet .bg_image {
  position: absolute;
  top: -2rem;
  left: -7rem;
}
.service_compet_area .service_compet_inner .service_compet .con {
  margin: 0;
  padding: 0;
}
.service_compet_area .service_compet_inner .service_compet .con li {
  font-family: "VISBY-CF";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #000000;
  display: flex;
  align-items: baseline;
}
.service_compet_area .service_compet_inner .service_compet .con li img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.8rem;
}
.service_compet_area
  .service_compet_inner
  .service_compet_wrap_2
  .service_compet {
  margin-bottom: 6rem;
}
.service_compet_area
  .service_compet_inner
  .service_compet_wrap_2
  .service_compet
  .bg_image {
  left: -5.8rem;
}
.service_compet_area .service_compet_inner .item_6 {
  max-width: 45rem;
}
.service_compet_area .service_compet_inner .item_2 {
  margin-top: 9rem;
}
.hero_area .hero_inner {
  backdrop-filter: blur(4px) brightness(0.3) !important;
}
