.section__title-text {
	font-family: sans-serif !important;
font-weight: bold  !important;
}

.header__info-content {
  box-shadow: 0 0x 0 0 #fff !important;
}

.page-content {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.page-content img{
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.page__title {
  color: #1a1a1a;
  font-family: Impact, Charcoal, sans-serif;
  font-size: 55px;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  line-height: 120%;
}
.page__title--green {
  color: #71c930;
}
@media (max-width: 480px) {
  .page__title {
    font-size:35px
  }
}
@media (max-width: 960px) {
  .main {
    padding-top: 135px !important;
  }
}
