.content-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.company-content {
  width: auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.company-content a {
  width: fit-content;
  display: inline-flex;
  justify-content: center;
}

.company-content a:hover {
  opacity: 0.7;
}

.company-content-image {
  width: 201px;
  height: 76px;
}

.company-content img {
  width: 100%;
  height: 100%;
}

.company-content p {
  margin-top: 64px;
  font-size: 20px;
}


@media only screen and (max-width: 760px) {

  .company-content-image {
    width: 150px;
    height: 57px;
  }

  .company-content p {
    font-size: 12px;
  }

}