﻿.help-center-card{
    width: 350px;
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
}
.help-center-card .card-body{
    min-height: 200px;
}
.help-center-card a,
.help-center-card a:hover,
.help-center-card a:visited {
    color: black;
    text-decoration: none;
}
    .help-center-card img {
        position: relative;
        top: 10px;
    }
.help-center-icon{
    color: white;
    font-size: 50px;
    position: relative;
    top: 10px;
}
.help-center-icon-background {
    background-color: #1e3a62;
    height: 70px;
    width: 70px;
}

.card-header {
    font-weight: bold;
}

.clickable {
    cursor: pointer;
}

.faq-expansion-indicator {
    color: black;
    text-decoration: none;
    font-size: 32px;
    position: relative;
    top: 8px;
}

.faq-img-responsive {
    width: 90% !important;
}

@media (min-width: 992px) {
    .faq-img-responsive {
        width: 60% !important;
    }
}
