.cofFooter__holder {
  display: flex;
  justify-content: center;
  background-color: #343a40;
}

.cofFooter {
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;

  max-width: 1200px;
  flex-grow: 1;
  color: white;
}

.cofFooter__col {
  display: flex;
  flex-direction: column
}

.cofFooter__title {
  margin: 0; padding: 0;
}

.cofFooter__item {
  display: block;
  text-decoration: none;
  color: inherit;
  margin: 10px 0;
}