.atf-come-raggiungerci {
  height: 60vh;
  width: 100%;
}

.atf-come-raggiungerci img {
  object-fit: cover;
  height: 100%;
}

.come-raggiungerci h1.title {
  color: var(--Nero, #000);
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-bottom: 24px;
}
.come-raggiungerci h2.title {
  color: var(--Nero, #000);
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .come-raggiungerci h1.title {
    font-size: 46px;
  }
  .come-raggiungerci h2 {
    font-size: 32px;
  }
}

.come-raggiungerci .text {
  color: var(--Grigio1, #828282);
  font-family: Bicyclette;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  margin-bottom: 60px;
}

.come-raggiungerci .drag-container {
  /* margin-top: 60px; */
}

.come-raggiungerci .boxes {
  display: grid;
  gap: 12px;
  overflow-x: auto;
  grid-template-columns: repeat(4, 1fr);
}
.come-raggiungerci .boxes:nth-child(odd) {
  margin-top: 12px;
}
@media (max-width: 991px) {
  .come-raggiungerci .boxes {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 1400px) {
  .come-raggiungerci .boxes {
    margin: 0 -12px;
  }
}
.come-raggiungerci .boxes.mobile {
  margin: 0 -20px;
}

.come-raggiungerci .box {
  padding: 26px;
  background-color: var(--Grigio4, #f6f6f6);
  border-radius: 4px;
  font-weight: normal;
  /* width: calc(25% - 12px); */
  min-width: 300px;
  min-height: 287px;
}
@media (max-width: 768px) {
  .come-raggiungerci .box {
    min-width: 350px;
  }
}
@media (max-width: 1400px) {
  .come-raggiungerci .box:first-child {
    margin-left: 50px;
  }
  .come-raggiungerci .box:last-child {
    margin-right: 50px;
  }
}
.come-raggiungerci .box .icon-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 50%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  aspect-ratio: 1 / 1;
}

.come-raggiungerci .box .icon-container svg {
  width: 30px;
  height: 30px;
}

.come-raggiungerci .box .icon-container path {
  /* fill: var(--green); */
  width: 30px;
  height: 30px;
}
.come-raggiungerci .box p.h4 {
  color: var(--Nero, #000);
  font-family: Bicyclette;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 13px;
  margin-bottom: 8px;
}
.come-raggiungerci .box p {
  color: var(--Grigio1, #828282);
  font-family: Bicyclette;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
}

.come-raggiungerci #building-gallery {
  /* height: 70vh; */
  height: 645px;
}
@media (max-width: 991px) {
  .come-raggiungerci #building-gallery {
    /* height: 70vh; */
    height: 40vh;
  }
}
.come-raggiungerci .mind-sansiro {
  display: flex;
  padding: 90px;
  gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  background: var(--Grigio4, #f6f6f6);
  height: 645px;
}
@media (max-width: 991px) {
  .come-raggiungerci .mind-sansiro {
    padding: 30px;
    height: 40vh;
  }
}
.come-raggiungerci .mind-logo {
  width: 215px;
  height: auto;
}

.come-raggiungerci .mind-sansiro .text {
  color: var(--Nero, #000);
  font-family: Bicyclette;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  margin: 0;
}

.come-raggiungerci.map {
  padding: 65px 0;
}

.come-raggiungerci.map h2 {
  color: var(--Nero, #000);
  font-size: 46px;
  font-style: normal;
  font-weight: 100;
  line-height: 58px; /* 126.087% */
  letter-spacing: 0.92px;
}
.come-raggiungerci.map h2 b {
  font-weight: 300;
}
.come-raggiungerci.map img.map {
  object-fit: cover;
}

@media (max-width: 991px) {
  .come-raggiungerci.map {
    min-height: 40vh;
  }
  .come-raggiungerci.map h2 {
    font-size: 32px;
  }
}