.mb-4 {
    margin-bottom: 1.5em;
}
#block-slide img {
    height: auto;
}
.read-more {
    float: right;
    margin-top: 1em;
    font-weight: bold;
    text-transform: uppercase;
}

.read-more a {
    color: #008b9d;
}

.p-logo {
    border: 1px solid #ccc;
    padding: 1em 3em;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2em;
}
a.file {
    font-family: inherit;
    font-size: inherit;
    text-decoration: underline;
}

#sliding-popup .popup-content #popup-text {
     max-width: 70%;
     margin: 20px 0 0;
}
#popup-text span {
    font-size: 16px;
    font-weight: normal;
}
#sliding-popup .eu-cookie-compliance-default-button {
    font-size: 14px;
    letter-spacing: .56px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0.4rem;
    padding: 10px 18px;
    color: #008b9d;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
    background-image: unset;
}
@media screen and (max-width: 767px) {
    .region-navigation {
        padding: 0;
    }
}
@media screen and (max-width: 480px) {
    #block-slide img {
        object-fit: cover;
        height: 150px;
        object-position: 65% 50%;
    }
}