.sedi {
  padding-top: 54px;
  padding-bottom: 44px;
}
.sedi .intro-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
}
.intro-title {
  font-size: 34px;
  line-height: 34px;
  font-weight: 500;
  padding-bottom: 24px;
}
.intro-wrapper p {
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 48px;
}
.sedi-wrapper {
  display: grid;
  gap: 56px;
}
.sedi-wrapper-img {
  margin-bottom: 48px;
  overflow: hidden;
  border-radius: 15px;
  height: auto;
}
.sedi-wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sede-ita h2,
.sede-us h2 {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}
.sede-ita p,
.sede-us p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}
/* RESPONSIVE */
@media (min-width: 768px) {
  .sedi {
    padding-top: 64px;
    padding-bottom: 54px;
  }
  .intro-title {
    font-size: 44px;
    line-height: 44px;
  }
  .intro-wrapper p {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 58px;
  }
  .sedi-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 96px;
  }
  .sedi-wrapper-img {
    height: 335px;
  }
  .sede-ita h2,
  .sede-us h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .sede-ita p,
  .sede-us p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 1024px) {
    
    .sedi .intro-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  .intro-title {
    font-size: 64px;
    line-height: 64px;
  }
  .intro-wrapper p {
    font-size: 16px;
    font-weight: 300;
    max-width: 590px;
    padding-bottom: 58px;
  }
  .sedi-wrapper-img {
    height: 435px;
  }
  .sede-ita h2,
  .sede-us h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .sede-ita p,
  .sede-us p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 1280px) {
}
@media (min-width: 1536px) {
}
