 /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  $Id: poet.css, v 3.0.0 2021/01/06 10:38:00 poet Exp $

  Poet Hsiao, a Professional Web Designer

  Copyright(c) 2021 WebCss
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
@charset "UTF-8";
body {
  position: relative;
  height: 100%;
  letter-spacing: 1px;
  width: 100%;
  line-height: 1.8em;
  color: #333;
  font-size: 16px;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}
body {
  font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", "Microsoft JhengHei", Helvetica, "Helvetica Neue", Arial;
  font-weight: 500;
  background-attachment: fixed;
}
a {
  text-decoration: none;
}
td,
th {
  padding: 1rem !important;
}
.table a {
  text-decoration: none;
}
.link-primary {
  text-decoration: none;
}
.link-primary:hover, .link-primary:focus {
  color: #FF0000;
}
@media screen and (max-width: 991px) and (min-width: 0px) {
  body {
    margin-bottom: 30px;
  }
}
header {
  width: 100%;
  height: 105px;
  display: block;
  /*vertical-align: baseline;*/
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  z-index: 99;
  -moz-box-shadow: #aaa 0 0 10px;
  -webkit-box-shadow: #aaa 0 0 10px;
  box-shadow: #aaa 0 0 10px;
}
@media screen and (max-width: 991px) and (min-width: 0px) {
  header {
    height: 85px;
    min-height: 85px;
    background-color: #582E15;
    z-index: 100001;
  }
  header.active {
    height: 100%;
  }
}
footer {
  padding: 10px;
  width: 100%;
  height: auto;
  background: #000000;
  display: block;
  text-align: center;
  color: rgb(190, 190, 190);
  z-index: 9;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer a:hover {
  color: #FFF;
}
footersm {
  position: fixed;
  padding: 5px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #000000;
  display: block;
  text-align: center;
  line-height: 1.4;
  font-size: 1rem;
  color: rgb(190, 190, 190);
  z-index: 9;
}
footersm a {
  color: inherit;
  text-decoration: none;
}
footersm a:hover {
  color: #FFF;
}
nav {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
}
nav a {
  color: inherit;
  text-decoration: none;
}
.main {
  position: relative;
  width: 100%;
  height: calc(100% - 105px);
  height: expression(100% - 105px);
  display: block;
  padding-top: 105px;
}
@media screen and (max-width: 991px) and (min-width: 0px) {
  .main {
    padding-top: 85px;
    height: auto;
    min-height: calc(100vh - 85px);
    min-height: expression(100vh - 85px);
  }
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0,0,0, 0.5);
}
/* 選中的文本背景&字體顏色 */
/*::selection {
  background: #a3d046;
  color: #ffffff;
}
::-moz-selection {
  background: #a3d046;
  color: #ffffff;
}*/
/* Customize */
/*.img-fluid {
  max-width: 100%;
  display: block;
  height: auto;
}*/
.center img {
  display: block;
  margin: auto;
}
.text-red {
  color: #FF0000 !important;
}
.text-yellow {
  color: #FFFF00 !important;
}
.rounded-mvp {
  border-radius: 2rem !important;
}
.shadow-mvp {
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 27px -9px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 10px 27px -9px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 10px 27px -9px rgba(0, 0, 0, 0.11);
}
.bg-lightgrey {
  background-color: #F3F4F7 !important;
}
.bg-coffee {
  background-color: #642608 !important;
}
.bg-mblue {
  background-color: #4F8195 !important;
}
.bg-mvp {
  background-color: #592E15 !important;
}
.bg-pink {
  background-color: #FD7792 !important;
}
.bg-black {
  background-color: #000000 !important;
}
a.bg-black:hover,
a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: #272727 !important;
}
.bg-info2 {
  background-color: #00A9D4 !important;
}
a.bg-info2:hover,
a.bg-info2:focus,
button.bg-info2:hover,
button.bg-info2:focus {
  background-color:  #76e4ff !important;
}
.btn-mvp {
  color: #fff !important;;
  background-color: #592E15;
  border-color: #592E15;
}
.btn-mvp:hover {
  color: #CE0000 !important;;
  background-color: #FFF;
  border-color: #CE0000;
}
.btn-check:focus + .btn-mvp, .btn-mvp:focus {
  color: #fff !important;;
  background-color: #592E15;
  border-color: #592E15;
  box-shadow: 0 0 0 0.25rem rgba(255, 175, 96, 0.5);
}
.btn-check:checked + .btn-mvp, .btn-check:active + .btn-mvp, .btn-mvp:active, .btn-mvp.active, .show > .btn-mvp.dropdown-toggle {
  color: #fff !important;;
  background-color: #592E15;
  border-color: #592E15;
}
.btn-check:checked + .btn-mvp:focus, .btn-check:active + .btn-mvp:focus, .btn-mvp:active:focus, .btn-mvp.active:focus, .show > .btn-mvp.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 175, 96, 0.5);
}
.btn-mvp:disabled, .btn-mvp.disabled {
  color: #fff;
  background-color: #592E15;
  border-color: #592E15;
}
.btn-pink {
  color: #fff !important;;
  background-color: #FD7792;
  border-color: #FD7792;
}
.btn-pink:hover {
  color: #FD7792 !important;;
  background-color: #FFF;
  border-color: #FD7792;
}
.btn-check:focus + .btn-pink, .btn-pink:focus {
  color: #fff !important;;
  background-color: #FD7792;
  border-color: #FD7792;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-pink, .btn-check:active + .btn-pink, .btn-pink:active, .btn-pink.active, .show > .btn-pink.dropdown-toggle {
  color: #fff !important;;
  background-color: #FD7792;
  border-color: #FD7792;
}
.btn-check:checked + .btn-pink:focus, .btn-check:active + .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-pink:disabled, .btn-pink.disabled {
  color: #fff;
  background-color: #FD7792;
  border-color: #FD7792;
}
.btn-coffee {
  color: #fff;
  background-color: #592E15;
  border-color: #592E15;
}
.btn-coffee:hover {
  color: #fff;
  background-color: #842B00;
  border-color: #BB3D00;
}
.btn-check:focus + .btn-coffee, .btn-coffee:focus {
  color: #fff;
  background-color: #842B00;
  border-color: #BB3D00;
  box-shadow: 0 0 0 0.25rem rgba(253, 158, 49, 0.5);
}
.btn-check:checked + .btn-coffee, .btn-check:active + .btn-coffee, .btn-coffee:active, .btn-coffee.active, .show > .btn-coffee.dropdown-toggle {
  color: #fff;
  background-color: #842B00;
  border-color: #BB3D00;
}
.btn-check:checked + .btn-coffee:focus, .btn-check:active + .btn-coffee:focus, .btn-coffee:active:focus, .btn-coffee.active:focus, .show > .btn-coffee.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 158, 49, 0.5);
}
.btn-coffee:disabled, .btn-coffee.disabled {
  color: #fff;
  background-color: #BB5E00;
  border-color: #BB5E00;
}
.btn-white {
  color: #592E15;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-white:hover {
  color: #592E15;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #592E15;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #592E15;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #592E15;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* Headline-store */
.storeline {
  width: 100%;
  border-top: 1px solid #000;
}
.storetl {
  margin: 0;
  color: #000;
  list-style-type: none;
  font-feature-settings: normal;
  line-break: auto;
  font-synthesis: none;
  line-height: calc(1em + 8px);
  margin: 0;
  display: inline-block;
  word-break: break-word;
  font-size: 30px;
  line-height: 40px;
  text-transform: none;
/*  border-top: 8px solid #000;*/
  margin: 0 0 24px;
  font-weight: 400;
}
@media screen and (max-width: 991px) and (min-width: 0px) {
  .storetl {
    font-size: 30px;
  }
}
/* title line&icon */
.divider-custom {
  margin: 1rem 0 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.divider-custom .divider-custom-line-black {
  width: 100%;
  max-width: 5rem;
  height: 1px;
  background-color: #000	;
  border-radius: 1rem;
  border-color: #000	 !important;
}
.divider-custom .divider-custom-line-black:first-child {
  margin-right: 1rem;
}
.divider-custom .divider-custom-line-black:last-child {
  margin-left: 1rem;
}
.divider-custom .divider-custom-line {
  width: 100%;
  max-width: 5rem;
  height: 1px;
  background-color: #A23400	;
  border-radius: 1rem;
  border-color: #A23400	 !important;
}
.divider-custom .divider-custom-line:first-child {
  margin-right: 1rem;
}
.divider-custom .divider-custom-line:last-child {
  margin-left: 1rem;
}
.divider-custom .divider-custom-icon {
  color: #A23400 !important;
  font-size: 2rem;
}
.divider-custom .divider-custom-title {
  color: #A23400 !important;
  font-size: 4rem;
  font-family: 'Pinyon Script', cursive;
	font-weight: 500;
}
graphTitle,
.graphTitle {
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.2;
  font-size: 2rem;
  color: #840000 !important;
}
h1title,
.h1title {
  margin-bottom: 0.5rem;
  font-weight: 800;
  line-height: 1.2;
  font-size: 2.5rem;
  color: #842b00 !important;
}
h2title,
.h2title {
  margin-bottom: 2rem;
  font-weight: 800;
  line-height: 1.2;
  font-size: 1.5rem;
  color: #000 !important;
}
h4title,
.h4title {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-size: 1.5rem;
  color: 	#009100 !important;
}
.display-dark1 {
  color: #f27083;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}
.navbar-brand {
  margin: 0; 
  padding: 0; 
  border: 0; 
  font-size: 100%; 
  font: inherit; 
  vertical-align: baseline; 
}
.navbar-brand img {
  width: 320px;
}
.header-link img {
  width: 40px;
  height: 85px;
}
@media (max-width: 991px) {
  .header-link img {
    width: 40px;
    height: 40px;
    margin: 0px auto;
    display: block;
  }
}
.header-brand-dark {
  width: 100%;
  background-color: #582E15;
}
.header-brand-dark img {
  width: 320px;
  display: block;
  margin: auto;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #FFFF00;
}
.center80 {
  width: 80% !important;
  margin: 0 auto;
  float: none;
  padding: 1rem;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,

.carousel-fade .carousel-inner .active.left,

.carousel-fade .carousel-inner .active.right {
 opacity: 0;
}
.carousel-fade .carousel-inner .active,

.carousel-fade .carousel-inner .next.left,

.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,

.carousel-fade .carousel-inner .prev,

.carousel-fade .carousel-inner .active.left,

.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* Banner Section */
.single-banner {
  width: 100%;
  height: 100%;
  position: inherit;
  background-size: cover;
/*  background-image: url(../img/contact.jpg);*/
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
@media (max-width: 1199.98px) {
  .single-banner {
    background-position: center center !important;
  }
}
.single-banner.single-banner-2 {
  height: 400px;
}
.single-text {
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.3);
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 50px;
  width: 80%;
  text-align: center;
}
.single-text h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  font-family: 'Noto Sans TC', sans-serif, "微軟正黑體";
  line-height: 1.3;
  text-shadow: 0px 3px 25px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 768px) {
  .single-banner.single-banner-2 {
    height: 150px;
  }
  .single-text {
    padding: 20px;
  }
  .single-text h1 {
    font-size: 36px;
  }
}
/* slicknav */
#nav_menu ul {
	list-style: none;
	position: relative;    /* So the first submenu can be positioned within the main menu */
}
#nav_menu ul li {
	float: left;
}
#nav_menu ul ul {
	display: none;         /* Don't display submenu until hover of the li element */
	position: absolute;
	top: 100%;             /* Position the submenu at the bottom of the main menu */
}
#nav_menu ul ul li {
	float: left;           /* Display the submenus Horizontal, vertically use none */
	position: relative;    /* So the second submenu can be positioned within the first submenu */
}
#nav_menu ul ul li ul {
	position: absolute;
	left: -100%;           /* Position the second submenu at the left side of the li element */ 
	top: 0;                /* Position the second submenu at the top of the li element */
}
#nav_menu ul li:hover > ul {
	display: inline-block; /* Display the submenu on hover of the li element */
}
#nav_menu ul::after {
	content: "";
	clear: both;
	display: inline-block;
}

/* The styles for the formatting of the multi-tier navigation menu */
#nav_menu ul {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  position: relative;
}
#nav_menu ul li {
  display: inline-block;
  margin: 3px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  text-align: left;
}
#nav_menu ul li a {
  color: #333;
  padding: 33px 12px;
  font-weight: 700;
  display: block;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
}
#nav_menu ul li > a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  background: #FF8000;
  height: 3px;
  width: 0;
  transition: 0.3s;
}
#nav_menu ul li:hover > a::before {
  width: 100%;
}
#nav_menu ul li.active > a::before {
  width: 100%;
}
#nav_menu ul ul.submenu {
  padding: 0;
  width: 580px;
  margin-left: 50px;
  overflow: hidden;
  text-align: center;
  z-index: 9;
  top: auto;
  overflow: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}
#nav_menu ul ul.submenu > li {
  margin-left: 7px;
  display: block;
}
#nav_menu ul ul.submenu > li > a {
  padding: 1px 10px !important;
  text-align: left;
  font-weight: 100;
  color: #FFF;
  font-size: 15px;
}
/*#nav_menu ul ul.submenu > li > a::before {
  position: absolute;
  content: "";
  left: -5px;
  background: #FFFF00;
  height: 2px;
  width: 0;
  transition: 0.3s;
  top: 50%;
}*/
#nav_menu ul ul.submenu > li > a:hover {
  color: #ffca00;
/*  padding-left: 15px !important;*/
}
#nav_menu ul ul.submenu > li > a:hover::before {
  width: 0px;
}
#nav_menu ul > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
#nav_menu .overlay {
  width: 100%;
  height: 0px;
  background: rgba(88, 46, 21, 0.9);
  position: fixed;
  left: 0;
  top: 85;
  z-index: -1;
  display: block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#nav_menu ul li:hover .overlay {
  height: 38px;
}
.slicknav_menu {
	display: none;
}
@media only screen and (max-width: 991px) {
#nav_menu {
	display: none;
}
.slicknav_menu {
	display: block;
}
}
/* news */
.news-deck .thumb {
  width:auto;
  overflow: hidden;
}
.news-deck .thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.news-deck:hover img {
  transform: scale(1.1);
}
.news-deck:hover h5 {
  color: #FF0000;
  text-decoration: none;
}
.news-deck h5 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-deck a {
  color: #222;
  text-decoration: none;
}
.news-deck .date {
  background-color: #000;
  color: #fff;
  font-size: 9px;
  font-weight: 100;
  padding: 2px 15px;
  width: 120px;
  text-align: center;
  margin-top: 20px;
}
.date {
  background-color: #000;
  color: #fff;
  font-size: 9px;
  font-weight: 100;
  padding: 2px 15px;
  width: 120px;
  text-align: center;
  /*margin-top: 20px;*/
}
.news-footer {
  font-size: 80%;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
/*----- table-rwd -----*/
tr.tr-only-hide {color: #D20B2A;}

@media (max-width: 768px) {
  .table-rwd{min-width: 100%;}
  /*針對tr去做隱藏*/
  tr.tr-only-hide {display: none !important;}
  /*讓tr變成區塊主要讓他有個區塊*/
  .table-rwd tr{
    display: block;
    border: 1px solid #ddd;
    margin-top: 5px;
  }
  .table-rwd td {
    text-align: left;
    font-size: 15px;
    overflow: hidden;
    width: 100%;
    display: block;
	}
	.table-rwd td:before {
    content: attr(data-th) "";
    display: inline-block;
    text-transform: uppercase;
	  margin-right: 10px;
    color: #000000;
  }
  /*當RWD縮小的時候.table-bordered 會有兩條線，所以針對.table-bordered去做修正*/
  .table-rwd.table-bordered td,.table-rwd.table-bordered th,.table-rwd.table-bordered{border:0;}
  
}
/* poet add in storelist */
span.icon-map {
  display: inline-block;
  float: right;
}
tbody .tbl-title span.icon-search-more {
  display: inline-block;
  float: right;
  display: none;
}
tbody .tbl-title {
  font-weight: bolder;
}
@media only screen and (max-width: 768px) {
  tbody .tbl-title {
    font-weight: bolder;
    background-color:#dcdcdc;
  }
  tbody .tbl-title span.icon-search-more {
    display: block;
  }
}
/* mag effect */
.ftco-about .one-half {
  width: 100%;
  padding: 50px;
  z-index: 2;
}
@media (min-width: 991px) {
  .ftco-about .one-half {
    padding: 5% 10% 5% 5%;
    width: 50%;
  }
}
.ftco-about .one-half.img {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
}
@media (max-width: 991px) {
  .ftco-about .one-half.img {
    height: 200px;
    background-position: center center;
  }
}
@media (min-width: 991px) {
  .ftco-about .one-half .overlap {
    width: 38rem;
    margin-left: -150px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
  }
  .ftco-about .one-half .overlap2 {
    width: 38rem;
    margin-left: 80px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
  }
  .ftco-about .one-half .overlap3 {
    width: 55rem;
    margin-left: -350px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
  }
}
.heading-section {
  z-index: 2;
}
.heading-section .subheading {
  font-size: 50px;
  display: block;
  margin-bottom: 0;
  font-family: 'Pinyon Script', cursive;
  color: #FFD306;
  line-height: 1;
  margin-bottom: -21px;
  z-index: 2;
}
/* Brand Menu */
.menutree {
  background-color: #642100;
  border: 1px solid #842B00;
  border-radius: 10px;
  color: #EAC100;
  width: 100%;
  font-size: 13px;
  padding: 5px 20px;
  margin-bottom: 10px;
}
.menutree a {
  color: #EAC100;
}
.untree_co-tab-nav li {
  margin: 10px 0px;
  display: block;
  position: relative;
  z-index: 1;
}
.untree_co-tab-nav li a {
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  padding: 10px 10px;
  text-align: left;
  border-radius: 30px;
  color: #FFF;
}
.untree_co-tab-nav li a:hover {
  background: #fff;
  color: #592E15;
}
.untree_co-tab-nav li.active {
  position: relative;
  z-index: 2;
}
.untree_co-tab-nav li.active a {
  color: #ff5200;
  background: #ffffff;
  font-size: 17px;
  font-weight: bolder;
}

/* test */
/* Our Feature css */
.our_menu_area {
  padding: 30px 0px;
}
.menulist {
  background: #4F8195;
  text-align: center;
  width: 100%;
  height: 100%;
}
.menulist img {
  padding-top: 60px;
}
.menulist_text {
  color: #EDD87D;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  padding-bottom: 70px;
}
.menulist a {
  color: #EDD87D;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  padding-bottom: 70px;
}

/* End Our Feature css */