#solution-filter-wrapper {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.solution-filter-btn {
    display: inline-block;
    padding: 0;
    background: transparent;
    color: #000;
    border: 0;
    font-weight: 700;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
}
.flex {
    display: flex;
}
.justify-between {
    justify-content: space-between;
}
.solution-filter-btn-sec {
  border-color: transparent;
}
.solution-filter-btn-sec:hover {
    color: #fff;
    border-color: transparent;
    background-color: transparent;
}
.solution-filter-btn:hover {
    color: #621E7D;
    border-color: transparent;
    background-color: transparent;
}
.link-wrapper {
    justify-content: center;
}
.more-link {
    padding: 10px 15px;
    background: #621E7D;
    color: #fff !important;
    border: 1px solid #621E7D;
    font-weight: 700;
    border-radius: 20px;
    font-size: 15px !important;
    cursor: pointer;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.more-link:hover {
    color: #621E7D !important;
    background-color: transparent;
}
#solution-filter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 24px;
}
.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solution-filter-group {
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.solution-filter-title {
    font-weight: 700;
    display: block;
    padding: 0;
    margin: 12px 0 15px;
    font-size: 15px;
    line-height: normal;
    padding-top: 15px;
    border-top: 1px solid rgba(0,0,0,0.5);
}
.solution-filter-title:first-child {
    border: 0;
}

.solution-filter-option {
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    cursor: pointer;
    font-size: 14px;
}
.filtes-weapper {
    width: 20%;
    background-color: rgba(98, 30, 125, 0.2);
    border: 1px solid rgba(98, 30, 125, 1);
    padding: 25px 15px;
    border-radius: 20px;
}
#solution-filter-results {
    width: 77%;
}
#solution-filter-results .solution-filter-results-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
#solution-filter-results .solution-box {
    width: 100%;
    max-width: 32%;
    background-color: rgba(98, 30, 125, 0.2);
    padding: 12px;
    border-radius: 15px;
}
#solution-filter-results .solution-box .lang-icon {
    border-radius: 50px;
}
#solution-filter-results .solution-box h3 {
    text-align: center;
    font-size: 20px;
    margin: 10px 0 0;
}
#solution-filter-results .solution-box .logo-wrapper {
    margin: 20px 0;
}
#solution-filter-results .solution-box .disability-wrapper {
    margin: 12px 0;
    align-items: center;
}
#solution-filter-results .solution-box .dis-title {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
}
#solution-filter-results .solution-box .disabilities {
    gap: 10px;
}
#solution-filter-results .solution-box .desc p {
    font-size: 15px;
    line-height: normal;
}
#solution-filter-results .solution-box .disabilities .disability {
    padding: 5px 7px;
    color: #000;
    border-radius: 10px;
    border: 1px solid #621E7D;
    text-align: center;
    font-size: 14px;
}
