/**
 * @file
 * Image styles
 */

.image {
  width: 100%;
}
.image img {
  display: block;
  margin: 0 auto;
}

.image__content img {
  border-radius: 10px;
}
