#mask{
  width: 100%;
  margin: auto;
}

#map-placeholder{
  width: 80%;
  margin: auto; 
}

/* Sezioni */
.section {
  width: 80%;
  margin: auto; 
  padding: 80px 20px;
  text-align: center;
}

.section h2 {
  font-size: 3em;
  margin-bottom: 20px;
}
.section p {
  margin-bottom: 20px;
}

i {
  font-size: 1em;
}


.ritiroLorica {
  width: 40%;
  display: flex;
  margin: 50px auto;
  flex-direction: row;
}

.price{
  width: 100%;
  /* min-width: 60%; */
  /* font-size: 2em; */
  align-items: center;
  margin: auto; 
  border: .1px solid #ffc100ff;
}


#wrapRitiroLorica{
  display: flex;
  width: 100%;
  flex-direction: row;
  /* align-content: center; */
  margin: auto;
}

.ritiroLorica {
  width: 40%;
  display: flex;
  margin: 50px auto;
  flex-direction: row;
}


#contact{
    display: flex;
    width:100%;
    flex-direction: column;
}

@media (max-aspect-ratio: 1.5/1) { 
    #map-placeholder{
        width: 100%;
    }
    #wrapRitiroLorica {
        flex-direction: column;
    }
    .ritiroLorica {
        width: 80%;
        display: flex;
        margin: 10px auto;
        flex-direction: row;
    }
    .section{
        width: 100%;
    }
}