main .take-action .title {
  margin-bottom: 80px;
}
main .take-action .cards {
  margin-bottom: 70px;
}
main .take-action .cards a {
  color: var(--red-comments);
}
main .take-action .cards a:hover {
  color: var(--red-comments);
}
main .take-action .cards .card {
  position: relative;
  border: none;
}
main .take-action .cards .card img {
  margin-bottom: 100px;
}
main .take-action .cards .card .icon {
  text-align: center;
  padding: 30px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: var(--red-comments);
  position: absolute;
  left: 50%;
  transform: translate(-50%, calc(-50% - 100px));
}
main .take-action .cards .card h2 {
  line-height: 45px;
  margin-bottom: 30px;
}
main .take-action .cards .card p {
  font-size: var(--big-text);
  color: #333;
  line-height: 35px;
}
main .take-action .cards .card a {
  font-size: var(--big-text);
  line-height: 35px;
}
main .hashtag {
  padding-top: 115px;
  padding-bottom: 115px;
  background-color: #eff3f5;
}
main .hashtag h1 {
  margin-bottom: 60px;
}
main .hashtag .viewport {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
main .hashtag .viewport .slider {
  width: 10000px;
  height: 372px;
}
main .hashtag .viewport .slider .item {
  display: inline;
  float: left;
  margin-left: 15px;
}
main .hashtag .viewport .slider .item img {
  height: 300px;
  width: 300px;
  display: block;
}

@media (max-width: 992px) {
  .take-action h1.title {
    font-size: 32px;
    line-height: 103.5%;
  }

  .take-action .cards .card {
    padding-bottom: 15px;
  }
  .take-action .cards .card img {
    width: 100%;
  }
  .take-action .cards .card h2.header {
    font-size: 28px;
    line-height: 106%;
  }
  .take-action .cards .card p,
  .take-action .cards .card a {
    font-size: 17px !important;
    line-height: 150%;
  }

  .hashtag {
    padding: 30px 0 !important;
  }
}
