.cw-wrapper {
  background: #141622;
}

#intro,
#intro1,
#intro2,
#ladder,
#banner {
  position: relative;
  z-index: 1;
}

#header-container {
  z-index: 3;
}

#intro2 .cw-intro--item,
#intro3 .cw-intro--item {
  width: 288px;
  margin-right: 15px;
  margin-left: 0px;
}
#intro2 .cw-intro--list,
#intro3 .cw-intro--list {
  justify-content: space-between;
}
#intro4 .cw-intro--list {
  justify-content: space-between;
}

#intro4 .cw-intro--item {
  width: 49.3%;
  margin-left: 0px;
  margin-right: 0px;
  background: #262233;
  border-radius: 12px;
}
#notes2 .cw-notes--list {
  background: #262233;
  border-radius: 12px;
  padding: 40px 32px;
}

#intro,
#intro1 {
  background: RGBA(10, 3, 36, 1);
}
#intro2,
#intro3 {
  background: rgba(6, 1, 26, 1);
}
#notes2,
#intro4 {
  background: RGBA(10, 3, 36, 1);
}
#banner {
  background-color: RGBA(10, 3, 36, 1);
}
#banner .cw-banner {
  background-image: url("../images/banner1.png");
  background-repeat: no-repeat;
  background-size: contain;
}

#intro img,
#intro1 img {
  width: 136px;
  height: 136px;
}
#intro2 img,
#intro3 img {
  width: 64px;
  height: 64px;
}
#intro4 img {
  width: 95px;
  height: auto;
  margin-left: -20px;
}
.cw-banner--button {
  font-size: 18px;
}
@media screen and (max-width: 1400px) {
  .cw-wrapper {
    overflow: hidden;
    width: 100vw;
    position: relative;
  }

  .bg3 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #intro4 h3 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  #intro4 .cw-intro--item {
    width: auto;
    margin-bottom: 10px;
  }
  #intro2 .cw-intro--item,
  #intro3 .cw-intro--item {
    width: auto;
  }
  #intro4 img {
    width: 95px;
    height: 95px;
    margin-left: -8px;
  }
  #intro img,
  #intro1 img {
    width: 80px;
    height: 80px;
  }
  #banner {
    padding-bottom: 35px;
  }
}
