section.faqs-wrapper {
    padding-top:60px;
    padding-bottom:60px;
}
section.faqs-wrapper h2 {
    font-family: 'Times Roman', sans-serif;
    font-size:32px;
    text-align:center;
    color:#000;
    margin-bottom:32px;
}
.accordion-btn {
    background-color: #ed1c24;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    box-shadow:none;
    margin-bottom:2px;
}

.active, .accordion-btn:hover {
    background-color: #000;
     box-shadow:none;
}

.panel {
    padding: 0 18px;
    background-color: #efefef;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

@media screen and (max-width:480px) {
    section.faqs-wrapper h2 {
        font-size:24px;   
    }
}