@font-face {
  font-family: Avenir Light;
  src: url(https://nxmcdn.com/fonts/Avenir/AvenirLTStd-Light.otf);
}

@font-face {
  font-family: Avenir Black;
  src: url("https://nxmcdn.com/fonts/xog/Avenir-Black.otf");
}

.opp-content .container {
  max-width: 1280px;
}

.opp-content .become h1 {
  color: #c00000;
  text-align: center;
  font-family: Avenir;
  font-size: 100px;
  font-style: normal;
  font-weight: 900;
  line-height: 104px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .opp-content .become h1 {
    font-size: 72px;
    line-height: 76px;
  }
}

@media screen and (max-width: 767px) {
  .opp-content .become h1 {
    font-size: 36px;
    line-height: 40px;
  }
}

.opp-content .become h1 span {
  font-family: Avenir Light;
  font-weight: 300;
  text-transform: initial;
}

.opp-content .at p {
  color: #000;
  font-family: Avenir;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.6px;
}

@media screen and (max-width: 991px) {
  .opp-content .at p {
    font-size: 18px;
    line-height: 24px;
  }
}

.opp-content .at p b {
  color: #c00000;
  font-family: Avenir;
  font-size: 46px;
  font-weight: 900;
  line-height: 50px;
  letter-spacing: 0.6px;
}

@media screen and (max-width: 991px) {
  .opp-content .at p b {
    font-size: 24px;
    line-height: 28px;
  }
}

.opp-content .at p b span {
  font-size: 34px;
}

@media screen and (max-width: 991px) {
  .opp-content .at p b span {
    font-size: 16px;
  }
}

.opp-content .at .at-content {
  padding: 0 60px;
}

@media screen and (max-width: 991px) {
  .opp-content .at .at-content {
    padding: 0;
  }
}

.opp-content .own h1 {
  color: #c00000;
  font-family: Avenir Black;
  font-size: 42px;
  font-weight: 900;
  line-height: 50px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.opp-content .own h1 span {
  text-transform: lowercase;
}

.opp-content .own h1 sub {
  font-size: 80px;
}

.opp-content .own .own-content {
  padding-right: 20px;
}

.opp-content .own .own-kit {
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .opp-content .own h1 sub {
    display: block;
    margin: 60px 0;
  }

  .opp-content .own h1 {
    font-size: 28px;
    line-height: 32px;
  }
}

.opp-content .own p {
  color: #000;
  font-family: Avenir;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.6px;
}

.opp-content .own li {
  list-style-type: disc;
  color: #000;
  font-family: Avenir;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.6px;
  margin-left: 15px;
  list-style-position: outside;
}

.opp-content .own b {
  list-style-type: disc;
  color: #c00000;
  font-family: Avenir Black;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.6px;
}

.opp-content .own .title {
  list-style-type: disc;
  color: #000;
  font-family: Avenir Black;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.6px;
}

.opp-content .own .btn {
  color: #fff;
  font-family: Avenir;
  font-size: 42px;
  font-weight: 900;
  line-height: 46px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background: #c00000;
  width: 350px;
}

@media screen and (max-width: 991px) {
  .opp-content .own .btn {
    margin-top: 60px;
    width: 100%;
  }

  .opp-content .own .own-content {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .opp-content .own p {
    font-size: 16px;
    line-height: 20px;
  }

  .opp-content .own b {
    font-size: 16px;
    line-height: 20px;
  }

  .opp-content .own li {
    font-size: 16px;
    line-height: 20px;
  }
}