.categories {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/*.categories .filters-item + .filters-item {*/
/*    margin-left: 22px;*/
/*}*/
.filters-item {
    display: flex;
    align-items: center;
    margin: 10px;
}
.filters-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 26px;
    width: 26px;
    z-index: 2;
}
.filters-item input:checked ~ span {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    border-color: transparent;
}
.filters-item input:checked ~ span + label {
    font-weight: 700;
}
.filters-item input:checked ~ span:after {
    display: block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: linear-gradient(131.82deg, #1b204c 14%, #727da3 85.42%);
}
.filters-item span:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
}
.filters-item span {
    display: inline-block;
    height: 26px;
    width: 26px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #1b204c;
    position: relative;
}
.filters-item span:after {
    content: '';
    position: absolute;
    display: none;
}
.filters-item label {
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #1b204c;
    margin-left: 6px;
}.categories{
     display: flex;
     align-items: center;
 }
.categories.filters-item + .filters-item {
    margin-left: 22px;
}
.filters-item {
    display: flex;
    align-items: center;
}
.filters-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 26px;
    width: 26px;
    z-index: 2;
}
.filters-item input:checked ~ span {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    border-color: transparent;
}
.filters-item input:checked ~ span + label {
    font-weight: 700;
}
.filters-item input:checked ~ span:after {
    display: block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: linear-gradient(131.82deg, #1b204c 14%, #727da3 85.42%);
}
.filters-item span:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
}
.filters-item span {
    display: inline-block;
    height: 26px;
    width: 26px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #1b204c;
    position: relative;
}
.filters-item span:after {
    content: '';
    position: absolute;
    display: none;
}
.filters-item label {
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #1b204c;
    margin-left: 6px;
}

.news-events-widget {
    background: url('../../../uploads/2021/09/section3-v2-bg.jpg') no-repeat;
    background-position: bottom;
    background-size: contain;
    padding-bottom: 300px;
    margin: 0;
}