@require './Layout.styl';
@require './PagesElements.styl';

.Tag {
  font-family: "Proxima Nova";
  font-weight: 600;
  color: #fff;
  font-size: 32px;
  padding: 0 0 32px;
  margin-top: -140px;
}

.Wrapper {
  display: flex;
  align-items: flex-start;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding-left: 10%;
}

.Contacts {
  font-size: 22px;
  color: #fff;
}

.AboutHeader {
  background: #50BEFF;
  padding: 64px 0;
}

.PartnerLogo {
  width: 160px;
  height: 160px;
  margin: auto;
  background-size: cover;
  background-position: center center;
}
