.container {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding:0px 10px;
}

.card {
    background: rgb(255 255 255 / 5%);
    border-radius: 15px;
   
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 5%);
}
.card__picture {
    display: block;
    width: 100%;
    height: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.card-infos {
    padding: 20px 20px 10px;
}
.card__title {

    font-size: 1.3rem;
    font-weight: 600;

}
.card__text {
    line-height: 22px;
}
.card__text--high {
    font-weight: 600;
}

.header__title {
    margin: auto;
    font-weight: 300;
    font-size: 3.2rem;
    color: #fff;
}
.header__title--high {
    font-weight: 600;
}
.sortable__nav {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.nav__link {
    padding: 0 20px 4px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    display: block;
    border-bottom: 2px solid transparent;
}

.footer__list.list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list__item.item {
    display: flex;
}
.item__link.link {
    margin: 0;
}
.item__link.link:not(:first-child) {
    margin-left: 20px;
}
.link__icon {
    height: 2rem;
    width: 2rem;
}
.post-list .meta:first-child {
    padding: 0px;
    margin: 0px;
}
