.contact {
padding-top: 40px;
padding-bottom: 140px;
background-color: #eee;

}



.topics-tags {
  padding: 30px 0;
  background-color: #fcfcfc;
  margin-top: 60px;
}
.topics-tags .topics-category-layout h2 {
  font-size: 2rem;
}
.topics-tags .topics-category-layout h3 {
  font-size: 1.4rem;
}
.topics-tags .topics-category-layout .panel-topics__tag {
  margin-bottom: 5px;
}

.topics-tags .panel-topics__tag-txt:hover {
  color: #0091e6;
  border: 1px solid #0091e6;
}
.topics-tags .topics-category-layout .link > a:before {
  z-index: 1;
}
.topics-tags-footer {
  margin-bottom: -40px;
}

.footer {
    margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .news-share-text {
    margin-top: 50px;
}
  .topics-tags {
    padding: 45px 0 50px;
    margin-top: 70px;
  }
  .topics-tags-footer {
    margin-bottom: -80px;
  }
}

.topics-tag-info {
  padding: 30px 0;
  background-color: #eee;
}

@media only screen and (min-width: 768px) {
  .topics-tag-info {
    padding-bottom: 30px;
    padding-top: 40px;
  }
  .topics-tag-info .cta {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
}
