
.great-vibes-regular {
    font-family: "Great Vibes", Arial;
    font-weight: 450;
    font-style: normal;
  }

.TitleWrap {
    margin-top: 4.25%;
    text-align: center;
}

.Title {
    font-size: 4.5em;
    margin-bottom: 0.75%;
}

.SubTitle {
    font-size: 2em;
}

.immagineWrap {
    margin: 0 auto;
    margin-bottom: 2.5%;
    width: 85vw;
}

.immagineWrap img {
    display: block;
    height: auto;
    width: 100%;
}

.videoWrap {
    margin: 0 auto;
    margin-bottom: 2%;
    width: 80vw;
}

#calendly-iframe {
    display: block;
    height: 675px;
    margin: 0 auto;
    margin-bottom: 2.5%;
    width: 95%;
}

h2 {
    text-align: center;
}

.FAQsWrap {
    margin: 0 auto;
    padding: 20px;
    width: 80%;
}

.FAQitem {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.domandaFAQ {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 1.25em;
    justify-content: space-between;
    position: relative;
}

.domandaFAQ::after {
    content: "\002B";
    font-size: 1.65em;
    margin-left: 10px;
}

.aFAQ {
    display: none;
    margin-top: 10px;
}

.MappaWrap {
    margin: 0 auto;
    width: 95vw;
}

.MappaWrap iframe {
    display: block;
    height: 400px;
    width: 100%;
}

footer {
    background-color: black;
    clear: both;
    color: white;
    padding: 1em 0;
    text-align: center;   
}