.banner-detail h1{
  background: rgb(255 255 255 / 70%);
  color: #003C7E;
}

.aboutbox ul {
  margin-left: 30px;
}
.aboutbox li {
  list-style: disc;
  margin-top: 10px;
}

.about-faq li{
  padding-left: 33px;
  margin-top: 20px;
}
.about-faq-name{
  font-weight: bold;  
  position: relative;
  margin-bottom: 5px;
}
.about-faq-name:before{
  content: '';
  width: 22px;
  height: 22px;
  background: url("../img/about/icon-faq.png") no-repeat center center;
  position: absolute;
  left: -33px;
  top:0;
}
#manners .btn-green{
  width: 210px;
  max-width: 100%;
}









