.myths-accordion h3 {
    color: #15063f;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding: 20px;
}

.myths-category { 
    padding: 0 10px;
}

.myth-item h4 {
    align-items: normal;
    background-color: #f0f1f5;
    box-shadow: none !important;
    cursor: pointer;
    display: flex;
    margin-top: 12px;
    padding: 20px;
    width: 100% !important;
    flex-flow: column;
    cursor: pointer;
    align-self: normal;
    font-size: 17px;
    text-align: left;
}

.myth-content {
    display: none;
    padding: 33px;
    0: 1;
}

.myth-symbol {
    text-decoration: none;
    float: right;
    text-align: center;
    width: auto;
    height: auto;
    margin-right: 15px;
    padding: 2px 0px 0px 2px;
    line-height: 1;
    border-style: solid;
    border-width: 0;
    position: absolute;
    right: 0;
	margin-top: 6px;
    cursor: pointer;
}
}

.myth-symbol.myth-togled{
    font-family: 'ewd-toggle-icon';
}
.myth-item{
	width:100%;
	position:relative;
}
.myth-item.myth-toggled .myth-symbol:before{
    content: '\f068' !important;
    /* font-family: 'FontAwesome' !important; */
}
    
.myth-item .myth-symbol:before{
    font-family: 'FontAwesome' !important;
    font-size:19px;
    position:relative;
    top:13px;
    content:'\2b'
}