
.beneficiary-details {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.beneficiary-details__image {
  width: 300px;
  max-width: 100%;
  margin-right: 20px;
}

.beneficiary-details__image img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;;
}
