@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
body.NSDC2023 section.organising-partners {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body.NSDC2023 section.organising-partners h2 {
  font-size: 40px;
  line-height: 42px;
  color: #43586b;
  font-weight: 500;
}
body.NSDC2023 section.organising-partners .cardlogo {
  height: 150px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 310px;
}
@media only screen and (max-width: 600px) {
  body.NSDC2023 section.organising-partners .cardlogo {
    height: 150px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=organising-partners.css.map */