#participate-frontpage #title {
  font-size: 35px;
  font-weight: 700;
}

#participate-frontpage h3 {
  font-weight: 700;
  font-size: 20px;
  height: 50px;
}

#participate-h4 {
  color: #0b0b0b;
  font-size: 25px;
}

#suggest-h4 {
  color: #ffffff;
  margin-bottom: 25px;
  font-size: 25px;
}

#participate-frontpage p {
  font-weight: 300;
  font-size: 14px;
  color: var(--primary);
}

.participateContainer {
  padding: 50px 0;
}

.participate-box {
  width: 292px;
  height: 257px;
  background: var(--color-participation-ways-boxes);
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 8px;
  padding: 35px 35px 0px 35px;
  margin: 60px 0;
  position: relative;
}

.participate-box img {
  width: 80%;
  position: absolute;
  left: 0px;
  bottom: 10px;
}

#participate-frontpage span {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 15px;
}

#countParticipations {
  background: var(--primary);
  color: #fff;
}

#countSuggestions {
  background: #fff;
  color: var(--color-participation-ways-secbox);
}

.second-box-participation {
  padding: 32px 0;
  background: var(--color-participation-ways-secbox);
}

#participate-frontpage h4 {
  text-align: center;
}

#participate-frontpage h5 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 25px;
  text-align: center;
}

.second-box-participation a {
  width: 400px;
  height: 53px;
  border: 2px solid #ffffff;
  border-radius: 27px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}

.second-box-participation a:hover {
  color: #000;
  background-color: #fff;
}

.second-box-participation img {
  max-width: 80%;
}

@media (max-width: 575.98px) {
  .second-box-participation a {
    width: 80%;
    height: 60px;
    font-size: 16px;
    margin: auto auto 50px auto;
  }

  .participate-box {
    margin: 20px 0;
  }

  .second-box-participation img {
    max-width: 100%;
  }

  #participate-frontpage h4 {
    margin-bottom: 40px;
  }

  #participate-frontpage h5 {
    margin-bottom: 35px;
  }

  #suggest-h4 {
    margin-bottom: 40px;
  }

  .participate-box {
    padding: 25px 25px 0px 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .participate-box {
    margin: 20px 0;
  }

  .second-box-participation a {
    width: 400px;
    height: 50px;
    display: block;
    margin: auto auto 50px auto;
    padding: 5px 5px;
  }

  .participate-box {
    margin: 20px 0;
  }

  .second-box-participation img {
    max-width: 90%;
  }

  #participate-frontpage h4 {
    margin-bottom: 40px;
  }

  #participate-frontpage h5 {
    margin-bottom: 35px;
  }

  #suggest-h4 {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .participate-box {
    margin: 20px 0;
  }

  .second-box-participation a {
    width: 400px;
    height: 50px;
    display: block;
    margin: auto auto 50px auto;
    padding: 5px 5px;
  }

  .participate-box {
    margin: 20px 0;
  }

  .second-box-participation img {
    max-width: 70%;
  }

  #participate-frontpage h4 {
    margin-bottom: 40px;
  }

  #participate-frontpage h5 {
    margin-bottom: 35px;
  }

  #suggest-h4 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .participate-box {
    margin: 40px 0;
  }
}
