.topic {
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(var(--black-rgb), 0.15);
  display: flex;
  margin-bottom: 10px;
  padding: 20px 25px;
  position: relative;
  text-decoration: none;
}

@media (min-width: 992px) {
  .topic {
    padding: 20px 40px;
  }
}

.topic.topic-respond {
  margin-right: 40px;
}

@media (min-width: 992px) {
  .topic.topic-respond {
    margin-right: 150px;
  }
}

.topic .wrap {
  margin-bottom: 20px;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .topic .wrap {
    margin-bottom: 0 !important;
    margin-top: 25px !important;
    padding-right: 100px !important;
    width: 65% !important;
  }

  .topic.topic-user .wrap {
    padding-right: 67px;
  }
}

@media (min-width: 992px) {
  .topic.topic-respond .options {
    margin-top: -20px;
  }
}

.topic .days {
  margin-bottom: 45px;
}

.topic .image {
  flex-shrink: 0;
  width: 77px;
  text-align: left;
}

.topic .information {
  align-items: center;
  display: flex;
}

@media (min-width: 992px) {
  .topic .information {
    font-size: 16px;
    left: 40px;
    position: absolute;
    top: 40px;
  }
}

.topic .options {
  align-items: center !important;
  display: flex!important;
  justify-content: flex-end!important;
  margin-top: auto!important;
}

.topic-user .content {
  margin-bottom: 20px;
}

.topic-user .days {
  margin-bottom: 20px;
}
