.faq-topics-module-container {
    display: flex;
    flex-wrap: wrap;
	padding:0;
}

.faq-topic-wrapper {
    padding: 10px;
}

.faq-topic-wrapper-inner {
    padding: 12px 12px 40px;
    border: 1px solid;
    border-color: #ECEEEE #E9EAEC #DDDDDF;
    height: 100%;
    border-radius: 8px;
    position: relative;
}

.faq-topic-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
}


.topic_title {
    margin: 0;
    padding-left: 30px;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
}

.faq-topic-img {
    width: 20px;
    height: 20px;
    float: left;
}


.faq-topic-question {
    line-height: 16px;
    margin: 12px 0 0;
    font-size: 13px;
}

.topic_link_all {
    opacity: .8;
	font-size: 13px;
}


.topic_link_all:hover,.topic_link_all:focus {
    opacity: 1;
}