.section-jury__quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .section-jury__quote {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .section-jury__quote--reverse {
    flex-direction: column-reverse;
  }
}
.section-jury__quote--image {
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .section-jury__quote--image {
    max-width: 250px;
  }
}
@media (min-width: 1226px) {
  .section-jury__quote--image {
    max-width: 350px;
  }
}
.section-jury__quote--image img {
  width: 100%;
}

.section-idea__quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .section-idea__quote {
    flex-direction: row;
  }
}
.section-idea__quote--image {
  flex-shrink: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .section-idea__quote--image {
    max-width: 220px;
  }
}
@media (min-width: 1226px) {
  .section-idea__quote--image {
    max-width: 300px;
  }
}
.section-idea__quote--image img {
  width: 100%;
  border-radius: 50%;
}
.section-idea__images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 32px 0 0 0;
}
@media (min-width: 992px) {
  .section-idea__images {
    margin: 32px 0;
    flex-direction: row;
    justify-content: space-around;
  }
}
.section-idea__images--half {
  flex-shrink: 0;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .section-idea__images--half {
    width: 50%;
    max-width: 400px;
    margin-bottom: 32px;
  }
}
.section-idea__images--half img {
  width: 100%;
}

.home__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .home__wrapper {
    display: block;
  }
}
.home__quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .home__quote {
    flex-direction: row;
  }
}
.home__quote--image {
  flex-shrink: 0;
  text-align: center;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .home__quote--image {
    max-width: 220px;
    margin-top: 0px;
  }
}
@media (min-width: 1226px) {
  .home__quote--image {
    max-width: 300px;
  }
}
.home__quote--image img {
  width: 100%;
  border-radius: 50%;
}

.br-desktop {
  display: none;
}
@media (min-width: 1226px) {
  .br-desktop {
    display: block;
  }
}

.text-center {
  text-align: center;
}

.footer-contact a {
  color: white;
  text-decoration: none;
}

.footer-social {
  flex-wrap: nowrap;
}

.footer-logo,
.footer-social {
  border-right: 0px solid white;
  height: 190px;
}
@media (min-width: 992px) {
  .footer-logo,
  .footer-social {
    border-right: 1px solid white;
  }
}

.footer-img {
  width: 190px !important;
}

@media (max-width: 991px) {
  #footer .content-wrapper {
    flex-direction: column;
    width: 90%;
  }
}

/*# sourceMappingURL=main.css.map */
