.medium-widget-container {
    margin: auto;
    align-self: center;
}

section.medium-widget {
    padding-top: 0;
    padding-bottom: 0;
}

.medium-widget-article__title {
    font-size: 20px;
    line-height: normal;
}

.medium-widget-readmore {
    padding-top: 10px;
    font-size: 16px;
}

.medium-widget-article__image img {
    max-width: none;
}

.btn-filter:focus, .btn-filter:active {
    box-shadow: none;
    outline: none !important;
}

.btn-filter {
    color: #000;
    border: none;
    min-width: 100px;
}

.btn-filter.selected {
    background: #5edcd0;
    color: #fff;
}
