﻿body {
}

.btn-faq {
    background: #fff;
    color: #000;
    min-width: 100%;
    text-align: left;
    box-shadow: none;
    line-height: 3;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #b7b7b7;
}
@media (max-width: 768px) {
    .btn-faq {
        min-width: 100%;
        text-align: left;
        line-height: 1.5;
    }
}
#main-container {
    padding: 2rem !important;
}
.btn-faq:hover {
     background: #aaa;
     color: #000;
     text-decoration: none
}