.contenedor {
    width: 100%;
}
.contenedor img {
    float: right; 
    margin-right: 10px;
    padding: 2px;
    margin: 0px;
    top: 10px;
}
p {
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.link {
    position: relative;
    top: -160px;
    left: 570px;
    font-weight: bold;
    height: auto;
}
.link1 {
    font-weight: bold;
}
.boton-saber-mas {
    display: inline-block;
    padding: 10px 20px;
    background-color: #b38e5d;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    left: 85%;
    top: 25px;
  }
  
  .boton-saber-mas:hover {
    background-color: #caa069;
    color: antiquewhite;
  }
  