.topic-but {
    border-radius: 15px;
    color: #000;
    background-color: #fff;
    border: 1px solid #2c7a48;
    font-size: 16px;
    line-height: 1.8em !important;
    padding: 0.6em 1.2em !important;
    width: auto;
    flex-grow: 1;
}

.topic-but:hover,
.topic-but-active {
    background-color: #2c7a48;
    color: #fff;
}
.topic-but-active-mobile {
    background-color: #2c7a48;
    color: #fff;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.answer-but {
    border-radius: 15px;
    color: #fff;
    background-color: #2c7a48;
    font-size: 16px;
    line-height: 1.8em !important;
    padding: 0.3em 1em !important;
    width: 100%;
    text-align: center;
}

.answer-but:hover,
.answer-but:active {
    background-color: #2c7a48;
    color: #fff;
    font-weight: bold;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.accordion-header {
    background-color: #fff !important;
}

.accordion-button:not(.collapsed) {
    background-color: #2c7a48 !important;
    color: #fff;
}

.accordion-body {
    padding: 0.6rem 1rem !important;
}

.accordion-button {
    border: 1px solid #2c7a48 !important;
}

.accordion-collapse {
    border: 1px solid #2c7a48 !important;
}

.desktop .questions {
    flex-grow: 1;
    border-right: 2px solid #2c7a48;
}

.desktop .answers {
    flex-grow: 2;
}

.desktop .accordion-collapse {
    border: 0 !important;
}

.contact-us-text a {
    border-radius: 15px;
    color: #fff;
    background-color: #2c7a48;
    padding: 0.3em 1em !important;
    width: 100%;
    text-align: center;
}

.contact-us-text a:hover,
.contact-us-text a:active {
    background-color: #2c7a48;
    color: #fff;
    font-weight: bold;
}
