.img-only {
  padding-inline: 20px;
}

.img-only h3 {
  margin-bottom: 16px;
}

.img-only--container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (min-width: 992px) {
  .img-only--container {
    gap: 24px;
  }
}

.img-only--header .uptitle {
  margin-bottom: 8px;
}

.img-only--header h2 {
  color: var(--rose);
}

.img-only .col-image {
  width: 100%;
}

.img-only .col-image img {
  max-height: 250px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .img-only .col-image img {
    max-height: 400px;
  }
}
