.footer_gotop {
  visibility: visible !important;
  opacity: 1 !important;
}

.topic_posts {
  max-width: 940px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 36px;
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .topic_posts {
    gap: 25px;
    margin-bottom: 40px;
  }
}
.topic_posts a {
  color: #555555;
  width: calc(33% - 21px);
}
@media screen and (max-width: 900px) {
  .topic_posts a {
    width: calc(50% - 12.5px);
  }
}
.topic_posts a .topic_post {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.topic_posts a .topic_post img {
  width: 100%;
  border-radius: 15px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .topic_posts a .topic_post img {
    height: 135px;
  }
}
.topic_posts a .topic_post h4 {
  font-size: 22px;
  margin: 7px 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  .topic_posts a .topic_post h4 {
    font-size: 14px;
    height: 3em;
    display: flex;
    align-items: center;
  }
}
.topic_posts a .topic_post h4::after {
  content: "";
  background-image: url("../img/page/arw.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .topic_posts a .topic_post h4::after {
    width: 22px;
    height: 22px;
  }
}
.topic_posts a .topic_post p {
  font-size: 16px;
  line-height: 2;
  font-size: 14px;
}

.pagination .pagination-inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.pagination .page-numbers {
  font-size: 23px;
  border: 1px solid #0099b3;
  width: 50px;
  height: 50px;
  color: #0099b3;
  background-color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .pagination .page-numbers {
    font-size: 17px;
    width: 40px;
    height: 40px;
  }
}
.pagination .page-numbers:hover {
  background-color: #0099b3;
  color: white;
  opacity: 1;
}
.pagination .current {
  background-color: #0099b3;
  color: white;
}
.pagination .prev, .pagination .next {
  border: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .prev:hover, .pagination .next:hover {
  background-color: white;
  opacity: 0.7;
}
.pagination .prev:before {
  content: "";
  width: 11px;
  height: 18px;
  background-image: url("../img/page/prev.png");
  background-repeat: no-repeat;
}
.pagination .next:after {
  content: "";
  width: 11px;
  height: 18px;
  background-image: url("../img/page/next.png");
  background-repeat: no-repeat;
}

.btn_archive .btn {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .btn_archive .btn {
    margin-top: 40px;
  }
}/*# sourceMappingURL=topics-archive.css.map */