.featured-content h2 {
    background-color: white;
    display:inline;
}

.featured-content p {
    background-color: white;
    display:inline;
    font-weight: bold;
}
/*
.page-head-inside h1 {
    background-color: white;
    display:inline;
}
*/
::-moz-selection { /* Code for Firefox */
    color: white;
    background: black;
}
::selection {
    color: white;
    background: black;
}

.iubenda-cs-content {
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
}

.iubenda-cs-rationale {
    max-width: 100% !important;
}

@media (max-width: 767px) {
    #portfolio-item-filter {
        margin-top: -130px !important;
    }
}