#MainWrapper {
    background: #ffffff;
}

.MainH1 {
    color: #000;
    font-family: 'ISBold';
    font-size: 33px !important;
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.FaqTypeBack{
border-color: #000;
}
.FaqTypeBackActive {
    border-color: #33a7f0 !important;
}
.FaqTypeBackActive img
{
filter: brightness(0) saturate(100%) invert(52%) sepia(99%) saturate(867%) hue-rotate(175deg) brightness(95%) contrast(97%);
}
.FaqTypeBack p{
display: block;
    text-align: center;
    margin-top: 5px;
    height: 39px;
    overflow: hidden;
    margin-bottom: 5px;
}
.FaqTypeBackActive p {
    color: #000;
}
.FaqTypeBackActive{
border-color:#33a7f0 !important;
}