#qa-section h1 {
    font-size: 52px;
    font-weight: 500;
    position: relative;
}

#qa-section h1::before{
    position: absolute;
    content: '';
    left: -650px;
    top: 0;
    width: 100%;
    height: 100px;
    background: url(../images/title.png);
    background-position: top center;
    background-size: inherit;
    background-repeat: no-repeat;
}

.qa-title {
    background: #f0f0f0;
    text-decoration: none;
    display: block;
    padding: 20px 30px;
    text-align: left;
    border-radius: 0 40px 0 0;
    margin-bottom: 5px;
    position: relative;
}

.qa-title {
    color: #242424;
    font-size: 20px;
    font-weight: 500;
}

.opened .qa-title{
    background: #f59b11;
}

.qa-title:hover,
.qa-title:focus {
    color: #242424;
    background: #f59b11;
}

.box-icon span {
    position: absolute;
    top: 35%;
    right: 22px;
}

.opened span {
    transform: rotate(360deg);
    opacity: 1;
}

.qa-content {
    display: none;
    padding: 30px;
    padding-bottom: 10px;
    border-radius: 0 0 40px 0;
    background-color: #f59b11;
    color: #5e5e5e;
    margin-bottom: 8px;
}

.qa-content tr {
    color: #f5f5f5;
}

@media(min-width:992px){
}