#moreSupport {
    width: 100%;
}
.supportBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    border-style: solid;
    border-color: var(--primary);
    text-decoration: none;
    font-size: 1rem;
    cursor: pointer;
    margin: 2rem 0.5rem 2rem 0.5rem;
    min-width: 9.5rem;
    padding: 0rem 1rem;
    border-bottom-width: 0.125rem;
}
#moreSupport .kbSupportTitle {
    font-weight: 700;
    font-size: 1.375rem;
}
.supportBtn > img {
    filter: brightness(100);
    width: 2.50rem !important;
    margin: 0rem 1rem 0rem 0rem !important;
}
.supportBtn:hover > img {
    filter: none;
}
#multiLineBtn {
    display: flex;
    text-align: left;
    flex-direction: column;
}
#multiLineBtn > strong {
    padding-bottom: 0.313rem;
}
#multiLineBtn > p {
    margin: auto 0rem;
}

@media screen and (max-width: 1024px) {
    .supportBtn {
        width: 25%;
    }
}
@media screen and (max-width: 767px) {
    .supportBtn {
        width: 35%;
    }
}
@media screen and (max-width: 550px) {
    .supportBtn {
        width: 40%;
    }
}
@media screen and (max-width: 480px) {
	.supportBtn {
        width: 45%;
    }
}