.hero_area {
  background-image: url("../img/banners/nos-services.jpg");
  background-size: cover;
  background-position: center bottom;
}
.hero_area .top_con_area {
  padding-top: 22rem;
  padding-bottom: 6rem;
}

.nos_service_area {
  padding: 4.5rem 0;
  background: #fff;
}
.nos_service_area .sec_title {
  font-family: "VISBY-CF";
  font-size: 1.7rem;
  font-weight: 600;
  color: #1b3b6f;
}
.nos_service_area .con {
  font-family: "VISBY-CF";
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}

/* comment area */
.comment_procedons_area {
  background-image: url("../img/nos-service-comment-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  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: 6rem;
  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 {
  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 {
  padding-right: 3.5rem;
}

.hero_area .hero_inner {
  background: rgb(10 45 111 / 66%) !important;
  backdrop-filter: blur(3px) brightness(0.3) !important;
}
