@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

main.black-friday .s1 {
  padding: 50px 0 0 0;
}

main.black-friday .s1 .title-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0 25px;
}

main.black-friday .s1 .title {
  color: #000;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 33px;
  font-weight: 900;
  line-height: 130%;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

main.black-friday .s1 .title span {
  color: #000;
  font-family: "Nunito Sans";
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
}

main.black-friday .s1 .subtext {
  color: #000;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 15px;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 7px;
}

main.black-friday .s1 .banner-area {
  width: 100%;
}

main.black-friday .s1 .banner-area img {
  width: 100%;
  height: auto;
}

main.black-friday .s2 {
  padding: 50px 0 138px 0;
}

main.black-friday .s2 .content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 25px;
}

main.black-friday .s2 .content-area {
  width: 100%;
  max-width: 656px;
  margin-bottom: 45px;
}

main.black-friday .s2 strong,
main.black-friday .s2 li,
main.black-friday .s2 p {
  color: #333;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

main.black-friday .s2 p {
  margin-bottom: 10px;
}

main.black-friday .s2 strong {
  font-weight: 700;
}

main.black-friday .s2 h6,
main.black-friday .s2 h5 {
  color: #333;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-weight: 800;
  line-height: 150%;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
}

main.black-friday .s2 h6 {
  font-weight: 700;
}

main.black-friday .s2 .content-area a {
  color: #2f80ed;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-decoration: underline;
}

main.black-friday .s2 .content-area ul {
  margin-bottom: 10px;
  padding-left: 1.5rem;
}

main.black-friday .s2 .cta-btn {
  color: #fff;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  padding: 13px 20px;
  border-radius: 4px;
  border: 1px solid #036eb5;
  text-decoration: none;
  background: #036eb5;
  transition: .3s ease;
}

main.black-friday .s2 .cta-btn:hover{
    box-shadow: -1px 4px 10px 0 rgba(0, 0, 0, 0.15);
    background-color: #1bb2ff;
}

@media (max-width: 1199px) {
  main.black-friday .s1 .title {
    font-size: 24px;
  }

  main.black-friday .s1 .title span {
    font-size: 20px;
  }

  main.black-friday .s1{
    padding: 35px 0 0 0;
  }

  main.black-friday .s2{
    padding: 45px 0 95px 0;
  }
}
