.guest-page {
  background: #fce2da;
  /* padding-top: 114px; */
  padding-left: 19px;
  padding-right: 19px;
  /*padding-bottom: 60px;*/
	padding-bottom: 3rem;
}

.guest-page__heading {
  background: #f8c7c3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  margin-bottom: 30px;
  gap: 5px;
  margin-top: 50px;
}

.guest-page__heading--top {
  /*margin-top: 35px;*/
	margin-top: 1rem;
}

.guest-page__heading-date {
  width: 98px;
  height: 30px;
  border-radius: 15px;
  background: #5379de;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.guest-page__heading-date--red {
  background: #d94848;
}

.guest-page__heading-text {
  font-weight: bold;
  font-size: 18px;
  color: #3d3539;
}

.guest-page__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:  20px 15px;
}

.guest-page__grid-item p {
    font-weight: bold;
    font-size: 16px;
    color: #3d3539;
    margin-top: 8px;
    text-align: center;
}
.notes{
	font-size: 14px;
	text-align: right;
	margin-top: 1rem;
}
.notes-bottom{
	font-size: 14px;
	text-align: left;
	margin-top: 4rem;
}
