.MainWrapper {
background-color:#fff;
    padding-top: 0px;
    min-height: calc(100vh - 100px);
}

.FaqTypeHolder {
    width: calc((100% / 8));
}
.FaqTypeBack {  
    height: 125px;
}
.FaqTypeBack img {  
    width: 50px;
    height: 50px;
    margin-top: 10px;
}
.FaqTypeBack p {
    margin-top: 5px;
    height: 39px;
}


.FaqImageHolder{
display: block;
    margin: auto;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    height: 50px;
    padding-top: 8px;
}
.FaqImage{
width: 30px;
    margin: auto;
  filter: brightness(0) saturate(100%) invert(30%) sepia(36%) saturate(5283%) hue-rotate(319deg) brightness(105%) contrast(104%);
}
.FaqTitle{
font-family: 'ISBold';
    font-size: 20px !important;
    margin-top: 26px;
    margin-bottom: 20px;
text-align:center !important;
}

.FaqTitleCategory{
font-family: 'ISBold';
    font-size: 20px !important;
    margin-bottom: 20px;
text-align:center !important;
}
.FaqHeader{
text-align: center !important;
    font-size: 17px !important;
    line-height: 1.7em;
}
.FaqHeader2{
text-align: center !important;
    font-size: 14px !important;
    line-height: 1.7em;
}

.FaqTypeBackActive img{
filter: brightness(0) saturate(100%) invert(30%) sepia(36%) saturate(5283%) hue-rotate(319deg) brightness(105%) contrast(104%);
}


.FaqTypeBack {
    border-color: #757c89;
}
.FaqTypeBack p {   
    color: #757c89;
}

.FaqTypeBackActive {
    border-color: #ff2b85 !important;
}
.FaqTypeBackActive p {
    color: #ff2b85 !important;
}
.FaqHeader img{
margin-top: 12px !important;
}
