h2 {
    margin-bottom: 50px;
}
.hero {
  background-image: url(../image/solv_glove.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}    
.accordion-wrap{
    border-bottom: 1px solid #ddba4d;
}

.accordion-item{
  width: 100%;
  margin: 0 auto;
  cursor: pointer;

  margin-top: 30px;
}

.accordion-header{
  transition: ease-in-out 100ms;
}
.accordion-header span {
    font-size: 25px;
    font-weight: 900;
    padding-right: 10px;
}
.accordion-text{
  width: 100%;
  
  display: none;
  padding-top: 5px;
  padding-bottom: 20px;
 }
.accordion-text span {
    font-size: 25px;
    font-weight: 900;
    padding-right: 10px;
}

 .fa{
  transition: ease-in-out 300ms;
 }

 .rotate-fa{
  transform: rotate(180deg);
 }


 .accordion-header .fa{
  float: right;
  line-height: 35px;
 }

 .accordion-gold{
  color: #ddba4d;
 }

 .accordion-no-bar{
  border-bottom: 0;
}
#main {
    margin-bottom: 50px;
}
@media (min-width:766px) {
  .hero {
    background-image: url(../image/solv_glove.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    font-family: "Montserrat", sans-serif;
  }    
    #main {
        margin-left: auto;
        margin-right: auto;
        max-width: 900px;
    }
}