.subsite .content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.alert-success {
  margin-bottom: 2rem;
}
.alert-success p {
  color: #155724;
}
.sl-wrapper .sl-navigation button.sl-next, .sl-wrapper .sl-navigation button.sl-prev {
  font-size: 6rem;
}
.about {
  display: grid;
  grid-template-columns: 1fr 50%;
}
@media (max-width: 61.99em) {
  .about {
    grid-template-columns: 100%;
    justify-items: center;
  }
}
.about__content {
  max-width: 100%;
  width: 100%;
}
.about__image .slick-arrow {
  display: none !important;
}
.about__image h3 {
  display: none !important;
}
.about__image .gallery {
  grid-gap: 0;
}
.form .submitSection {
  grid-template-columns: 100%;
}
.form .form__rodo p {
  color: #595F64;
  font-size: 12px;
  line-height: 1.2;
}
.form .form__rodo p:last-child {
  margin-top: 10px;
}
