.topic {
  display:flex;
}
.topic-background-image {
  position: relative;
  width: 800px;
  margin-left: 10px;
  object-fit: scale-down;
}

@media (max-width: 768px) {
  .topic-background-image {
    display: none;
  }
}
.topic-explanation {
  line-height: 1.8rem;
  text-align: justify;
}
.topics.show {
  max-width: 860px;

}

.topics.index {
  max-width: 860px;

}

.topics {

  img {
    object-fit: cover;
    overflow-clip-margin: content-box;
    overflow: clip;
  }
  .topic-title {
    img {
      object-fit: contain;
    }
  }
}

.topics.edit {
  .topic-img {
    object-fit: cover;
    overflow-clip-margin: content-box;
    overflow: clip;
  }

  .preview-img {
    max-width: 216px;
    max-height: 216px;
  }
}

.topic-card {
  min-height: 100px;
  width: 100%;
  height: 200px;

  border-radius: 10px;
}
