.column-border {
  border: 1px solid #819069;
  border-width: 1px;
  border-radius: 300px;
  padding: 10px;
}

@media (min-width: 992px) {
  .column-border {
    padding: 25px;
  }
}

.img-border-radius {
  border-radius: 290px;
  aspect-ratio: 10/15;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .img-border-radius {
    border-radius: 275px;
  }
}

