#anakoinosis {
  margin: 8rem 0rem 5rem 0rem;
}

.anakinosi-text {
  font-size: 1rem;
  font-weight: 500;
  transition: all ease 0.3s;
}

.anakinosi-text:hover {
  color: #c90808;
}

.list-unstyled li {
  border-bottom: solid 1px #000;
}

.category-title-line {
  height: 11px;
  background-color: #580405;
  position: relative;
  top: -20px;
  display: block;
}

.category-title a {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-right: 1.3rem;
  color: #3b3b3a;
  font-weight: 800;
  text-transform: uppercase;
  transition: all ease 0.3s;
}

.category-title a:hover {
  color: #c90808 !important;
}

@media screen and (max-width: 1220px) {
  .anakoinosis {
    flex-direction: column !important;
    align-items: center !important;
  }

  .anakoinosis-column {
    width: 100% !important;
    margin: 0rem 1rem !important;
  }
}
