body {
  background-image: url(../images/assets/banner2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(255, 255, 255, 0.753);
  background-blend-mode: soft-light;
}

.site-hero {
  height: 60vh;
  background: url("../purpose/img(12).jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 25px solid goldenrod;
}

.hero-inner {
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.5), rgba(7, 7, 7, 0.918));
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-item {
  padding: 20px;
  text-align: center;
  width: 100%;
}

.hero-item h1 {
  font-size: 80px;
  color: lightgray;
}

.hero-item p {
  color: white;
  font-size: 30px;
  text-align: left;
}

.hero-item p span, .hero-item p i {
  text-decoration: underline;
}

.hero-item button {
  width: 180px;
  height: 40px;
}

.reg-form-inner {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -ms-grid-columns: 30% 70%;
      grid-template-columns: 30% 70%;
  padding: 0px 40px;
}

.sp2 {
  -ms-grid-columns: 70% 30%;
      grid-template-columns: 70% 30%;
  margin-top: 30px;
}

.speech-swtch-btn button {
  margin: 40px;
  height: auto !important;
  font-size: 20px;
  border: 6px double goldenrod;
}

.evt-cont {
  padding-top: 40px;
  -webkit-box-shadow: 0px 2px 4px lightgrey;
          box-shadow: 0px 2px 4px lightgrey;
  background: rgba(245, 245, 245, 0.685);
}

.evt-cont-inner-card {
  padding: 10px;
}

.evt-cont-inner-card h2 {
  font-size: 27px;
}

.evt-cont-inner-card img {
  width: 50%;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

.evt-cont-inner-card h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}

.num {
  width: 40px;
  height: 40px;
  background: rgba(0, 155, 245, 0.966);
  color: white;
  margin-right: 10px;
}

.v- {
  width: 100%;
}

@media (max-width: 800px) {
  .hero-item p {
    font-size: 16px;
  }
  .reg-form-inner {
    padding: 0px 2px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .evt-cont-inner-card h2 {
    font-size: 20px !important;
  }
  .evt-cont-inner-card img {
    float: none;
    width: 100%;
  }
  .stake {
    font-size: 20px;
  }
}
/*# sourceMappingURL=evt.css.map */