﻿
.spp__customerFaqBackgroundImg{
   max-width:100%;
}

.spp__customerFaqBackgroundImg img{
    display:none;
}
@media(min-width:786px){
    .spp__customerFaqBackgroundImg img{
        display:block;
        width:100%;
    }
}

.spp__hamburgerIcon{
    display:inline;
}
@media(min-width:786px){
    .spp__hamburgerIcon{
        display:none;
    }
}

.spp__footerWrapper{
    width: 100%;
}

.spp__custumerFAQ{
    margin-top: 1.3rem;
}
@media(min-width:786px){  
.spp__custumerFAQ{
        margin-top: 2rem;
    }
}

.spp__custumerFAQ h2{
    margin:0 20px 0 20px;
    color:#CB0033;
    font-family: dosis, sans-serif;
    font-size:16px;
    padding-bottom: 5px;
}
@media(min-width:786px){
    .spp__custumerFAQ h2{
        font-size:25px;
        padding-bottom: 10px;
    }
}

.spp__custumerFAQ h3{
    margin:5px 20px 0 20px;
    color:#CB0033;
    font-family: dosis, sans-serif;
    font-size:13px;
}
@media(min-width:786px){
    .spp__custumerFAQ h3{
        font-size:18px;
    }
}

.spp__custumerFAQ .spp__customerQAWrapper {
    margin: 20px;
    font-size: 18px;
    font-family: dosis, sans-serif;
}

.spp__custumerFAQ .spp__customerQAWrapper .spp__customerQ {
    padding: 12px;
    background-color: #e6e6e0;
    color: black;
    cursor: pointer;
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
    font-family: dosis, sans-serif;
    transition: 0.3s ease;
    font-family: dosis, sans-serif;
}
@media(min-width:786px){
    .spp__custumerFAQ .spp__customerQAWrapper .spp__customerQ{
        font-size:15px;
    }
}

.spp__custumerFAQ .spp__customerQAWrapper .spp__customerQ:hover{
    background-color:gray;
}

.spp__custumerFAQ .spp__customerQAWrapper .spp__customerAnswer {
    padding: 12px;
    background-color: #e6e6e0;
    color: black;
    display: none;
    font-size: 15px;
    font-family: dosis, sans-serif;
    line-height:25px;
}