<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* servizio civile section */

#second-section {
  padding: 20px 40px;
  position: relative;
  margin-bottom: 100px;
}

#clouds-frame{
    max-width: 100%
}

#second-section-rainbow {
  position: absolute;
  bottom: 7%;
  left: 0;
  width: 100%;
  max-width: 100%; 
}

.course-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 50px;
}
html body #contact-us-section-head{
  width: 100%;
  left: 0;
  top: calc(-2% - 0.5vw);
}
/* main {
  margin-top: calc(50px + 8vw);
} */

.course-item {
  background-color: #f1fbff;
  color: #110161;
  padding: 10px;

  border-radius: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*.course-item:hover {*/
/*  background-color: var(--sky-color);*/
/*}*/

#our-projects {
  background-color: white;
}

#our-projects img {
  height: unset;
  max-width: 100%;
}

#our-projects .d-flex img {
  width: 100%;
  height: 357px;
  object-fit: cover;
}
#our-projects span {
  text-align: center;
}
html body #our-projects-head {
  top: -80%;
  width: 100%;
}

@media (min-width: 768px) {
  .course-container {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .course-container {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  html body #our-projects-head {
    top: -52%;
  }
  html body #contact-us-section-head {
    top: calc(-5% - 0.5vw);
  }
}

@media (min-width: 1200px) {
  html body #contact-us-section-head {
    top: calc(-8% - 0.5vw);
  }
}

@media (min-width: 1400px) {
  .img-container {
    width: 50%;
  }
}

@media (min-width: 1600px) {
  .img-container {
    width: 40%;
  }
  #second-section-rainbow {
    transform: scaleX(4);
  }
}
</pre></body></html>