
.faqs{
    margin-top: 40px;
}

.comlinksFrame{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.comlink{
    color: black !important;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 15px;
    border-radius: 4px;
    margin: 5px;
    margin-right: 10px;
    background-color: #FCB040;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.comlink i{
    margin-right: 6px;
}

.comlink:hover{
    background-color: #a0712b;
}