.faqwrapper.centered-panel {

    &.white{
     h2{
        color:#143C3C;
     }
    }
    .card{
        margin-top: -1px;
    }
    .card-header{
        border-radius: 0;
    }
    .card-body{
        strong{
            font-family: sans-serif;
        }
    }

    .panelheader{
        margin-left: auto;
        margin-right: auto;
    }
    .panelheadercontent{
        text-align: center;
    }
    .panelheaderleft{
        justify-content: center;
    }
    .introtext{
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }
    @media screen and (min-width:950px){
        .container-fluid{
            max-width: 950px;
        }
        h2{
            font-size: 36px;
        }
        .card-title{
            font-size: 25px;
        }
    }
}