.content-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.company-content {
  display: flex;
  justify-content: center;
}

.company-content img {
  width: 201px;
  height: 74px;
}

.content-footer p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 21px;
}

@media only screen and (max-width: 420px) {
  .content-footer p {
    font-size: 10px;
    line-height: 15px;
  }
}