.main-content-container {
  background-color: #e4e3e1;
  margin-top: -140px;
  padding-top: 64px;
  padding-bottom: 80px;
}

.main-content {
  padding-top: 150px;
  max-width: 836px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-position: center 9px;
  background-size: 8px auto;
}

.title-big, .title-small {
  font-family: "Ringside Wide A", "Ringside Wide B";
  font-style: normal;
  font-weight: 500;
  color: #484747;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  padding-left: 4px;
}

.title-small {
  font-family: "Ringside Regular A", "Ringside Regular B";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #67635b;
  font-size: 16px;
  padding-top: 12px;
  padding-left: 7px;
}

.anchor {
  position: absolute;
  margin-top: -350px;
}

body.smallscreen .main-content {
  background-image: none;
  padding-top: 0;
}

body.smallscreen .anchor {
  margin-top: -115px;
}