.help {
    padding: 15px 0px;
    background-color: var(--violet-lightest);
}

.help-card {
    padding: 35px 0px;
    border-radius: 16px;
    background-color: white;
    height: 194px;
    cursor: pointer;
}

.help-card img {
    height: 100px !important;
}

.mobile,
.email {
    background-color: white;
    border-radius: 16px;
    padding: 33px 60px;
    height: 221px;
}

.need-help p {
    margin: 0px;
}

.mobile h3,
.email h3 {
    color: var(--violet-heading);
}

.help a {
    all: unset;
}

.help a:hover {
    all: unset;
}

#helpSearch:focus {
    box-shadow: none;
    background-color: transparent;
}
