.carousel-inner img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}

<style>
  h1 {
    font-size: 20px;
    padding: 10px;
    text-align: center;
  }

  .post p {
    font-size: 14px;
    line-height: 1.4;
  }

  .post button {
    font-size: 14px;
    padding: 6px 12px;
  }

  .post form {
    width: 100%;
  }

  .post input[type="text"], .post textarea {
    width: 100%;
    font-size: 14px;
  }

  @media (max-width: 600px) {
    .logo {
      height: 30px;
    }

    .iconos img, footer .btn img {
      width: 28px;
      height: 28px;
    }

    .iconos span, footer .btn span {
      font-size: 11px;
    }

    .busqueda input {
      font-size: 14px;
    }
  }
</style>

footer {
  padding: 6px 0;
  font-size: 12px;
}