
.news-detail-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 75px;
  }
  .detail-img {
    width: 100%;
    height: auto;
  }
  .section h2 {
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: bold;
  }
  .section {
    margin-bottom: 10px;
  }
.order-btn {
  margin-top: 75px;
}
@media (max-width: 768px) {
  .order-btn {
    margin-top: 15px;
  }
  .news-detail-wrapper {
    margin-bottom: 30px;
  }
  .news-detail-wrapper .section img {
    display: block;
    width: 90%;
    margin: 0 auto;
    }
}
.gurantee-menu-list span:after {
  display: none ;
}
.gurantee-menu-list span {
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 380px) {
  .gurantee-menu-list span {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.gurantee-menu-list {
  padding-top: 25px;
  padding-bottom: 25px;
  justify-content: center;
}
.btn-gold {
  background-color: #f8b500 !important;
}
.btn-gold:hover,.btn-gold:focus {
  background-color: #fff !important;
  color: #f8b500 !important;
  border-color: #fff !important;
}
.blog-item {
  float: none !important;
}