.site-blocks-cover.inner-page-cover {
    background-image: url(../../../images/bg_about.jpg) !important;
}

.site-blocks-cover.overlay:before {
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4) !important;
    /* background: rgba(0, 0, 0, 0.4); */
}
.luxury-link {
    border-bottom: 1px solid #c4a47c; /* Riga sottile color oro/sabbia */
    padding-bottom: 2px;
    text-transform: capitalize;
    color: #fff;
    cursor: default; /* Fa capire che non &#65533; necessariamente un link se non vuoi che lo sia */
}

.section-properties {
  background: #53686a;
}

.site-section {
    padding: 40px 0 !important;
}

@media (max-width: 767.98px) {
	.site-blocks-cover h1 {
        font-size: 23px !important;
        line-height: 35px !important;
    }
}
