#scroll-top{
    display: flex;
    background-color: #343a48;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin: 30px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    transition: opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#scroll-top.show{
    visibility: visible;
    opacity: 1;
}

#scroll-top > i {
    display: flex;
}

#scroll-top:hover {
    cursor: pointer;
    background-color: #11b499;
}

#scroll-top:hover > i {
    color: #fff;
}

#faq-section-list {
    min-width: 130px;
}
#faq-section-list > h4 {
    color: #11b499;
}

#faq-section-list > ul{
    list-style: none;
}

#faq-section-list > ul > li {
    margin-bottom: 10px;
}

h5 {
    color: #11b499;
}

.btm-margin-40px {
    margin-bottom: 40px !important;
}

/*div.columns > section > div.container > h2{*/
/*    text-align: center;*/
/*}*/