.publication {
    background-image: linear-gradient(to right, #54668e, #046bd2, #54668e);
    height: 24vh;
    text-transform: uppercase;

}

.publication h2 {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    border-bottom: 5px solid orange;
}

.publication-pdf-cover p {
    font-size: 1rem;
}

.publication-pdf-cover {
    transition: 0.3s;
}

.publication-pdf-cover:hover {
    transform: scale(1.05);
    cursor: pointer;
    transition: 0.3s;
}

.publication-pdf h3 {
    font-size: 1.8rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #060284;
}

.publication-pdf-h3-underline {
    height: 5px;
    background-color: orange;
    width: 100%;
    opacity: 1;
    border: none;
    width: 10%;
}
.resources-filter{
    width: 50%;
}

@media screen and (max-width: 600px) {
    .publication-pdf h3 {
        text-align: center;
    }

    .publication-pdf-h3-underline {
        width: 100%;
    }
    .resources-filter{
    width: 100%;
}
}