h2.sub-title {
  color: #e43935;
  font-weight: 700;
  font-family: Katibeh, cursive;
  font-size: 26px;
}



.accordion {
    background-color: #f4f4f4;
    color: #777777;
    /* color: inherit; */
    cursor: pointer;
    padding: 15px;
    width: 100%;
    margin-top: 3px;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.8s;
    border-radius: 0;
    border: 2px solid #dddddd;
}

.active, .accordion:hover {
    color: #e43935;
    /* color: #b41c18; */
}

.panel {
    padding: 10px 10px 5px 10px;
    display: none;
    color: #585858;
    line-height: 1.8;
    font-size: 13px;
    background-color: white;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    border-radius: 0;
    max-height: 0;
    transition: max-height 0.2s ease-out;

}

button .glyphicon {
  float: right;
}
