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

.topics-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 980px;
  margin: 130px auto 100px;
  padding: 0 20px;
}
@media screen and (max-width: 900px) {
  .topics-content {
    margin: 60px auto 40px;
  }
}
.topics-content .topics-title {
  color: #0099b3;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(to left, rgb(191, 146, 34) 5%, rgb(226, 197, 71) 26%, rgb(191, 146, 34) 55%, rgb(226, 197, 71) 73%, rgb(188, 147, 41) 85%, rgb(235, 203, 67) 94%);
     border-image: linear-gradient(to left, rgb(191, 146, 34) 5%, rgb(226, 197, 71) 26%, rgb(191, 146, 34) 55%, rgb(226, 197, 71) 73%, rgb(188, 147, 41) 85%, rgb(235, 203, 67) 94%);
  border-image-slice: 1;
  font-size: 36px;
  padding-bottom: 5px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .topics-content .topics-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.topics-content .topics-thumbnail {
  width: 100%;
  margin-bottom: 15px;
}
.topics-content .topics-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.topics-content .wp-block-image img {
  width: 100%;
  margin: auto;
  height: 100%;
  margin-bottom: 15px;
  border-radius: 20px !important;
}
@media screen and (max-width: 900px) {
  .topics-content .wp-block-image img {
    width: 100%;
  }
}
.topics-content .topics-text {
  width: 100%;
  font-size: 18px;
  line-height: 45px;
}
@media screen and (max-width: 900px) {
  .topics-content .topics-text {
    font-size: 14px;
    line-height: 2.2;
  }
}
.topics-content .topics-text p {
  margin-bottom: 60px;
  color: #444;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 900px) {
  .topics-content .topics-text p {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 1.9;
  }
}
.topics-content .topics-text p:last-child {
  margin-bottom: 0px;
}
.topics-content .topics-text h2 {
  margin-bottom: 15px;
  font-size: 25px;
}
@media screen and (max-width: 900px) {
  .topics-content .topics-text h2 {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.topics-content .topics-text .wp-block-heading {
  margin-bottom: 15px;
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  .topics-content .topics-text .wp-block-heading {
    margin-bottom: 5px;
    font-size: 18px;
  }
}

.btn_area {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .btn_area {
    margin-bottom: 60px;
  }
}/*# sourceMappingURL=topics.css.map */