body {
    font-family: 'Afacad', sans-serif;
    margin: 0;
    padding: 0;
    color: var(--primary-color) !important; 
    background-color: #fff;
}
.lead {
    font-size: 1.15rem !important;
    color: var(--primary-color) !important; 
}
.list-group > .list-group-item {
    color: var(--primary-color); 
    border-bottom: none;
}
.list-group > .list-group-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.link-text {
    cursor: pointer;
    font-weight: 500;
    color: var(--secondary-color) !important;
}
.container {
    padding-right: 6em !important;
    padding-left: 6em !important;
}
.address-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 6px 6px 20px;
}
.address-text {
    margin: 2px;
    text-align: center;
    font-size: 14px;
    color: #9C9C9C;
    font-weight: 400;
}
.address-text > a {
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #9C9C9C;
    font-weight: 400;
    text-decoration: none;
}
.border-bottom {
    border-bottom: 1px solid #e9ecef !important;
}
@media (max-width: 768px) {
    .container {
        padding-right: 2em !important;
        padding-left: 2em !important;
    }
}