.container {
  max-width: 1200px;
 
}

.content {
  padding-bottom: 50px;
}

/*
* Custom translucent site header
*/

.site-header {
  background-color: #E8E8E8;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
    font-size: 16px;
  color: #000000;
  transition: color 0.15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
* Dummy devices (replace them with your own or something else entirely!)
*/

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

/*
* Extra utilities
*/

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}

.hero {
  background-image: url("/static/images/hero.png");
  background-size: 100% 100%;
  height: 400px;
  /* z-index: -1; */
}
@media only screen and (max-width: 600px) {
  .hero {
    height: 200px;
  }
}
.hero-title {
  color: #FFFFFF;
  font-size: 26px;
}
footer {
    background-color: #251D00;
    color: #FFFFFF;
}
.feature-row a {
  /* text-decoration: none; */
}
.feature-cell {
    /* background-color: #E8E8E8; */
    cursor: pointer;
}

.feature-reason {
    padding: 40px 0px;
    background-color: #FFA20040;
    border-radius: 20px;
    /* color: #FFFFFF; */
}
.feature-reason-container div:nth-child(even) > div{
    background-color: #FFA20090;
}
.feature-reason span {
    padding: 10px;
    display: inline-block;
    font-weight: 700;
}
.feature-image {
    width: 100%;
    height: 164px;
}
.feature-adventage-container {
  font-size: 20px;
  text-align: center;
}
.feature-adventage {
  margin: 10px;
  padding: 20px 40px;
  border-radius: 30px;
}
.feature-adventage {
  background-image: linear-gradient(270deg, rgba(221, 167, 73, 0.19) 1.37%, rgba(209, 170, 101, 0.19) 49.96%, rgba(179, 177, 174, 0.19) 100%);
}
.feature-adventage:nth-child(even) {
  background: linear-gradient(90deg, rgba(221, 167, 73, 0.19) 0%, rgba(209, 170, 101, 0.19) 49.26%, rgba(179, 177, 174, 0.19) 100%);
}
.feature-adventage-cell {
  padding: 20px;
  width: 50%;
}
.feature-adventage-cell img.icon {
  width: 30px;
  height: 30px;
  background-color: #DDA749;
  border-radius: 10px;
  padding: 5px;
  margin: 5px;
}
.feature-adventage-cell img.emongolia {
  height: 200px;
}
.feature-howwework-container{
  text-align: center;
}
.feature-howwework-container div{
  padding: 10px 40px;
  margin: 10px;
}
.feature-howwework-container img{
  height: 100px;
  width: 100px;
  display:block;
  margin: auto;
}
h2 {
    font-size: 24px;
    color: #DDA749;
    margin: 20px 0 15px 0;
}

h3 {
    font-size: 18px;
}

h3 a {
    color: #000000;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

div.faq h5 {
  background-color: #F2F2F2;
  padding: 5px;
  margin-bottom: 0;
}
div.faq div {
  padding: 5px;
}
div.faq div>div {
  background-color: #E7E6E6;
}