.header {
  padding-top: 100px;
  padding-bottom: 100px;
  color: white;
  font-family: "Mulish", sans-serif;
  background-image: url("/assets/images/discussion/header.webp");
}
.header h1 {
  font-weight: 700;
  font-size: 60px;
}
.header h4 {
  font-size: 40px;
}
.header h3 {
  font-size: 30px;
}
.header img {
  width: 120px;
}

.about {
  background-image: none;
  background-color: #f9f8f3;
}
.about .left {
  font-family: "Mulish", sans-serif;
}
.about .left h4 {
  font-weight: 700;
  font-size: 35px;
}
.about .left p {
  font-size: 20px;
  text-align: justify;
}
.about .right img {
  width: 500px;
}

.rule {
  font-family: "Mulish", sans-serif;
}
.rule .left img {
  width: 500px;
}
.rule .right h2 {
  font-weight: 700;
}
.rule .right .rule-list h4 {
  color: white;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  background-color: #F57E15;
}
.rule .right .rule-list .rules h5 {
  font-weight: 700;
}
.rule .right .rule-list .rules p {
  font-size: 18px;
}

.call-to-action .cta_card {
  box-shadow: 10px 12px 99px -36px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 10px 12px 99px -36px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 10px 12px 99px -36px rgba(0, 0, 0, 0.17);
  border-left: none;
  border-bottom: #F57E15 5px solid;
  background-image: none;
}
.call-to-action .cta_card h2 {
  color: black;
}

@media (max-width: 576px) {
  .header h1 {
    font-size: 35px;
  }
  .header h4 {
    font-size: 25px;
  }
  .header h3 {
    font-size: 20px;
  }
  .about .right img {
    width: 350px;
  }
  .rule .left img {
    width: 350px;
  }
}/*# sourceMappingURL=discuss.css.map */