.wrap {
  background-color: #eaeaea;
}

.block_style {
  background-color: white;
  padding: 1rem;
  border-radius: 5px;
}

.buyer_guide_item_block > hr {
  background-color: #009491;
  width: 40px;
  height: 3px;
  margin: 0 0 0 0;
  opacity: 1;
}

.bread_block {
  background-color: #e5e7eb;
}

.bread_block h1 {
  margin: 0;
  line-height: 1.8;
}

.bread_block nav > .breadcrumb {
  margin: 0;
  line-height: 1.8;
}

.bread_block nav > .breadcrumb > li a:hover {
  color: #009491;
}

.bread_block nav > .breadcrumb > li:first-child a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f015";
  margin-right: 5px;
}

.banner img {
  width: 100%;
  min-height: 200px;
}

.banner .container {
  position: relative;
}

.banner h1 {
  position: absolute;
  color: white;
  line-height: 1.8;
  font-size: 2rem;
  bottom: 0;
  margin-bottom: 1rem;
  font-weight: 900;
}

.buyer_guide_item_block > .title {
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  padding: 0 0 5px 0;
}

.buyer_guide_item_block > .title h4 {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 0;
}

.buyer_guide_item_block > .title span {
  font-size: 1rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .buyer_guide_item_block > .title span {
    font-size: 0.9rem;
  }
}

.buyer_guide_item_block .content {
  padding: 1rem;
}

.buyer_guide_item_block .content a:hover {
  color: #009491;
}

.buyer_guide_item_block .content img {
  width: 100%;
}

.buyer_guide_item_block .content h3 {
  font-size: 1rem;
  line-height: 1.8;
}
