.btn-support-link {
    background: white;
    color: black !important;
    border-radius: 5px;
    text-decoration: none;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 18px;
    display: inline-block;
}

.btn-support-link:hover {
    background: white;
}

.btn-support-link .material-icons {
    vertical-align: top;
    display: inline-block;
}

.btn-support-link h3 {
    vertical-align: top;
    display: inline-block;
}

.btn-notice {
    cursor: default;
    box-shadow: none;
    border-radius: 0;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

#tile-groups{
    margin-top: 5px;
}

.tile-group{
    border-radius: 5px;
    width: 100%;
}

.tile-group:hover {
    color: #f3f3f3;
}

.tile-group-container{
    padding: 4px;
}

.tile-group-title{
    color:white;
    text-decoration: none;
    font-size: 11px;
    background-color: #374354!important;
    border-radius: 5px;
    padding: 5px 10px;
    word-spacing: 2px;
    height: 40px;
    width: 100%;
}

.tile-group-title:hover {
    color: #f3f3f3;
    text-decoration: none;
    background-color: #4e5d71!important;
}

@media(max-width: 992px) {
    .faq-full-title{
        font-size: small;
    }
}

