.card {
    margin: 10px 0;
    background: #FAFAFA96 0 0 no-repeat padding-box;
    box-shadow: 0 40px 40px #EBE2D83E;
    border: 1px solid #F4F4F4;
    height: calc(100% - 20px);
    transition: 0.5s;
}
.card a {
    color: inherit;
    text-decoration: none;
}
.card:hover {
    box-shadow: 0 0 40px #03548c21;
}
.card-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.card-text {
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}
.card-cat {
    position: absolute;
    left: 20px; top: 15px;
    background: #03548c;
    color: #fff!important;
    padding: 4px 10px;
    font-weight: 400;
    font-size: 14px;
}



.pagination-line {
    margin: 50px 0;
}
.pagination-card {
    border: solid 1px rgba(0,0,0,.11);
    background: #fff;
    color: #000;
    box-shadow: 0 40px 40px #EBE2D83E;
    text-align: center;
    transition: 0.5s;
}
.pagination-card a {
    text-decoration: none;
    color: inherit;
    display: block;
    line-height: 40px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
}
.pagination-card a svg {
    height: 25px; width: 25px;
    stroke: #000;
    transition: 0.5s;
}
.pagination-card:hover {
    border: solid 1px rgba(0,0,0,1);
    background: #000;
    color: #fff;
}
.pagination-card:hover a svg {
    stroke: #fff;
}















section.tags h1 {
    font-size: 40px;
}
section.tags p.description {
    font-size: 18px;
}
section.tags .content {
    font-size: 16px;
}
section.tags .tag-card {
    background: #FAFAFA96 0 0 no-repeat padding-box;
    box-shadow: 0 40px 40px #EBE2D83E;
    border: 1px solid #F4F4F4;
    border-radius: 28px;
    width: 100%;
    padding: 20px;
    margin: 10px 0;
    transition: 0.5s;
}
section.tags .tag-card:hover {
    box-shadow: 0 20px 40px #01548C3E;
}
section.tags .tag-card a {
    text-decoration: none;
    color: inherit;
}
section.tags .tag-card img {
    border-radius: 15px 15px 0 0;
}
section.tags .tag-card h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin: 10px 0;
}
section.tags .tag-card h3 {
    font-size: 16px;
    font-weight: bold;
    border-left: solid 3px #01548C;
    padding-left: 5px;
    margin-top: 15px;
    line-height: 16px;
}
section.tags .tag-card p {
    margin: 0;
    font-size: 15px;
    color: #575f6b;
}
