.hero_area {
  background-image: url("../img/vente-banner-bg.png");
  background-size: 100% 100% !important;
}
.hero_area .top_con_area {
  padding-top: 22rem;
  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;
  max-width: 65rem;
}
.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;
}

.card_wrap {
  background-color: #fbfbfb;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.card_wrap .card_item {
  background: #fff;
  padding: 3rem 4rem;
  margin-bottom: 1.5rem;
  width: 100%;
  height: calc(100% - 1.5rem);
}
.card_wrap .card_item .sec_title {
  font-family: "Bodoni 72";
  font-size: 2.7rem;
  color: #1b3b6f;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}
.card_wrap .card_item .sec_sub_title {
  font-family: "VISBY-CF";
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.card_wrap .card_item .con {
  padding: 0;
  margin: 0;
}
.card_wrap .card_item .con li {
  font-family: "VISBY-CF";
  font-size: 1.5rem;
  color: #000;
  font-weight: 400;
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
}
.card_wrap .card_item .con li img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.8rem;
  display: inline-block;
}

/* comment area */
.comment_procedons_area {
  background-color: #ffffff;
  padding: 4rem 0;
}
.comment_procedons_area .sec_title {
  font-family: "Bodoni 72";
  color: #1b3b6f;
  font-weight: 500;
  margin-bottom: 0;
}
.comment_procedons_area .sec_sub_title {
  font-family: "VISBY-CF";
  font-size: 2.1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  margin-bottom: 4rem;
}
.comment_procedons_area .comment_procedons_inner * {
  padding: 0;
  margin: 0;
}
.comment_procedons_area .comment_procedons_inner .comment_item {
  padding-left: 4.5rem;
  padding-right: 4rem;
  border-left: 1px solid #ffe800;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.comment_procedons_area .comment_procedons_inner .comment_item .top {
  margin-bottom: 5rem;
}
.comment_procedons_area .comment_procedons_inner .comment_item .sec_title {
  font-family: "Bodoni 72";
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
  color: #1b3b6f;
}
.comment_procedons_area .comment_procedons_inner .comment_item .con {
  font-family: "VISBY-CF";
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
}
.comment_procedons_area .comment_procedons_inner .item_1 {
  width: 32%;
  position: relative;
}
.comment_procedons_area .comment_procedons_inner .item_1::before {
  content: url("../img/nos-service-m-icon.svg");
  width: 1.8rem;
  height: 1.5rem;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: -0.9rem;
}
.comment_procedons_area .comment_procedons_inner .item_2 {
  width: 36%;
  padding-right: 3.5rem;
}
.comment_procedons_area .comment_procedons_inner .item_3 {
  width: 32%;
}
