.topics-archive {
  padding-top: 6.1rem;
  padding-bottom: 15.9rem;
}
@media screen and (max-width: 768px) {
  .topics-archive {
    padding-top: 2.65rem;
    padding-bottom: 9rem;
  }
}
.topics-item {
  border-bottom: 1px solid #707070;
  padding-top: 6.1rem;
  padding-bottom: 6.1rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  .topics-item {
    flex-direction: column;
    padding-top: 3.45rem;
    padding-bottom: 3.45rem;
  }
}
.topics-item:first-child {
  border-top: 1px solid #707070;
}
.topics-item:nth-child(4) ~ * {
  display: none;
}
.topics-img {
  max-width: 35.6rem;
  width: 35.6rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .topics-img {
    max-width: unset;
    width: 100%;
  }
}
.topics-img img {
  width: 100%;
  height: 27.7rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topics-img img {
    height: 25.6rem;
  }
}
.topics-string {
  flex: 1;
  padding-left: 10.4%;
}
@media screen and (max-width: 768px) {
  .topics-string {
    padding-left: 0;
  }
}
.topics-date {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 1.78;
}
@media screen and (max-width: 768px) {
  .topics-date {
    text-align: center;
    margin-top: 2.59rem;
    line-height: 2;
  }
}
.topics-title {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  .topics-title {
    margin-top: 1.49rem;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.56;
  }
}
.topics-text {
  margin-top: 2.3rem;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 1.7857;
}
@media screen and (max-width: 768px) {
  .topics-text {
    text-align: center;
    display: none;
  }
}
.topics-single {
  padding-bottom: 18.1rem;
}
@media screen and (max-width: 768px) {
  .topics-single {
    padding-bottom: 8.77rem;
  }
}
.topics-single .topics-items {
  margin-top: 6.1rem;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .topics-single .topics-items {
    margin-top: 2.65rem;
    display: flex;
    flex-direction: column;
  }
}
.topics-single .topics-date {
  text-align: right;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .topics-single .topics-date {
    margin-top: 2.59rem;
    order: 2;
    text-align: center;
  }
}
.topics-single .topics-title {
  text-align: center;
  max-width: 60.8rem;
  margin: 0 auto;
  margin-top: 3.8rem;
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .topics-single .topics-title {
    margin-top: 1.49rem;
    order: 3;
    font-size: 1.6rem;
    line-height: 1.56;
  }
}
.topics-single .topics-img {
  max-width: 60.8rem;
  margin: 0 auto;
  margin-top: 7.6rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topics-single .topics-img {
    order: 1;
    margin-top: 3.45rem;
  }
}
.topics-single .topics-text {
  max-width: 60.8rem;
  margin: 0 auto;
  margin-top: 8.34rem;
}
@media screen and (max-width: 768px) {
  .topics-single .topics-text {
    text-align: left;
    order: 4;
    display: block;
    margin-top: 2.62rem;
  }
}

.more-btn {
  margin-top: 9.3rem;
  cursor: pointer;
  transition: ease 0.3s opacity;
}
@media screen and (max-width: 768px) {
  .more-btn {
    margin-top: 4.81rem;
    width: 21.2rem;
    font-size: 1.2rem;
  }
}
.more-btn:hover {
  opacity: 0.6;
}

.topics-img.single-img img {
  height: auto;
}/*# sourceMappingURL=topics.css.map */