#hero-content h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 55px;
}

#hero-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 35px;
}

.archiveParticipation {
  text-decoration: none;
  color: var(--color-foreas);
  font-weight: 500;
  padding: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.archiveParticipation:hover {
  color: var(--color-foreas);
}

.participate-button {
  background: none;
  border: none;
  border-radius: 27px;
  background-color: #fff;
  font-size: 18px;
  padding: 12px 50px;
  font-weight: bold;
  transition: all 0.2s linear;
}

.participate-button.citizen {
  border: 2px solid var(--color-politis);
  color: var(--color-politis);
}

.participate-button.citizen:hover {
  background-color: var(--color-politis);
  color: #fff;
}

.participate-button.organization {
  border: 2px solid var(--color-foreas);
  color: var(--color-foreas);
}

.participate-button.organization:hover {
  background-color: var(--color-foreas);
  color: #fff;
}

#hero-content {
  background-color: var(--primary);
  min-height: 100%;
  border-radius: 0% 0% 200% 200%/0% 0% 40% 40%;
}

#hero-content .row {
  min-height: 600px;
}

#hero-content .column-h {
  padding: 50px 0;
  display: block;
  margin: auto 0;
}

.participation-box {
  display: block;
  width: 610px;
  height: 385px;
  background: #fff;
  border-radius: 34px;
  margin-bottom: 50px;
}

.upper-box {
  width: 100%;
  height: 40%;
  background: rgb(211, 211, 211);
  border-radius: 34px 34px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upper-box img {
  width: 40%;
  max-height: 130px;
}

.lower-box {
  width: 100%;
  height: 60%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.par-box {
  font-size: 20px;
}

.lower-box .link-box {
  float: right;
}

.link-box {
  text-decoration: none;
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
}

.link-box:hover {
  color: var(--color-foreas);
}

#hero-content .dis-none {
  display: flex;
  justify-content: center;
}

.slick-slide {
  height: 385px !important;
  margin-right: 25px;
  margin-left: 25px;
}

@media (max-width: 575.98px) {
  .participation-box {
    width: 100%;
  }

  #hero-content {
    border-radius: 0 0 40px 40px;
  }

  .par-box {
    font-size: 20px;
  }

  .upper-box {
    width: 100%;
    height: 50%;
  }

  .lower-box {
    height: 50%;
    padding: 20px;
  }

  .archiveParticipation {
    width: 70%;
  }

  #hero-content .dis-none {
    display: none;
  }

  #hero-content h2 {
    text-align: center;
  }

  #hero-content a {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .participation-box {
    width: 100%;
  }

  #hero-content {
    border-radius: 0 0 40px 40px;
  }

  #hero-content .dis-none {
    display: none;
  }

  #hero-content h2 {
    text-align: center;
  }

  #hero-content a {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .participation-box {
    width: 100%;
  }

  #hero-content {
    border-radius: 0 0 40px 40px;
  }

  #hero-content .dis-none {
    display: none;
  }

  #hero-content h2 {
    text-align: center;
  }

  #hero-content a {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .participation-box {
    width: 510px;
  }
}
