header .title, header h1 span {
    font-family: playfair;
    color: var(--title-brown);
    font-size: 45px;
}
header {
    overflow: visible !important;
}
.flowerAndSubtitle {
    position: relative;
    padding: 30px 0 150px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 105% -30px;
    background-image: url('../images/fiori_bg/03.png');
}
.flowerAndSubtitle p {
    font-family: rubik;
    font-size: 16px;
    margin: auto;
    display: block;
    max-width: 50%;
    text-align: center;
}
.scopri-btn {
    border-radius: 40px;
    background-color: #fff;
    border: 1px solid var(--brown-text);
    text-align: center;
    display: block;
    width: max-content;
    font-family: rubik;
    font-size: 16px;
    color: var(--brown-text);
}
.scopri-btn:hover {
    text-decoration: none;
    color: var(--brown-text);
}
.mb-10 {
    margin-bottom: 6rem !important;
}
.abs_flw {
    position: absolute;
    top: 0;
    left: 15px;
    transform: translate(-50%, -50%);
    z-index: -1;
    user-select: none;
    width: 250px;
}
.serv-fl-bg {
    background-image: url('../images/viaggi.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
    box-shadow: 2px 5px 6px grey;
}
.viaggio-card {
    position: relative;
    border: 1px solid var(--brown-text);
    height: 100%;
    padding-bottom: 35px;
}
.viaggio-card figure {
    padding-bottom: 35px;
}
.viaggio-card h4 {
    font-size: 18px;
    font-weight: 700;
}
.viaggio-card p {
    position: relative;
    font-size: 16px;
}
.viaggio-card h4, .viaggio-card p {
    font-family: rubik;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.viaggio-card .scopri-btn {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
    .mini-container {
        max-width: 700px !important;
    }
}
@media screen and (max-width: 991px) {
    .flowerAndSubtitle p {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .flowerAndSubtitle {
        background-image: none;
    }
}