.imagem-arredondada {
  border-radius: 15px;
  overflow: hidden;
  display: inline-block;
}
.imagem-arredondada img {
  border-radius: 0;
  width: 100%;
  height: auto;
}