.accordion-content {
    color: #222;
}
.support-solutions-h3{
    width:100% !important;
    padding:5px !important;
    text-align: left !important;
    font-size:20px !important;
    font-weight: lighter !important;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif !important;
    border-bottom:solid 1px #dedede;
    margin: 0 auto 20px auto;
    color:#222222 !important;
}
.support-solutions-h4{
    width:100% !important;
    padding:10px 5px !important;
    text-align: left !important;
    font-size:16px !important;
    font-weight:bold !important;
    color:#444444 !important;
    margin: 10px auto;
}
.support-solutions-link{
    margin: 5px auto;
    padding: 5px 15px;
    display:flex;
    justify-content: space-between;
    background-color:#efefef;
    transition: all .2s ease-in-out;
    border-radius: 5px;
    color: #19648a;
}
.support-solutions-link:hover, .support-solutions-link:focus {
    background-color: #19648a !important;
    color: white !important;
    cursor:pointer;
}
.support-solutions-link:hover > a{
    color:white !important;
}
