.venue-module {
  position: relative;
  max-width: 430px;
  margin: 0 auto;
  overflow: hidden;
}

.venue-bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff9f1;
  z-index: 0;
}

.venue-flower {
  position: absolute;
  top: -10px;
  right: -20px;
  width: 88px;
  opacity: 0.45;
  z-index: 0;
  transform: scaleX(-1) rotate(8deg);
}

.venue-flower-left {
  position: absolute;
  top: 38%;
  left: -60px;
  width: 150px;
  opacity: 0.4;
  z-index: 0;
  transform: rotate(-6deg);
}

.venue-frame-wrap {
  position: relative;
  z-index: 1;
  padding: 6px 14px 8px;
  display: flex;
  justify-content: center;
}

.lace-frame {
  width: 100%;
  display: block;
}

.venue-content {
  position: absolute;
  top: 15%;
  left: 15%;
  right: 15%;
  bottom: 6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.join-us-text {
  width: 72%;
  margin: 6px 0 2px;
}

.venue-illustration {
  width: 42%;
  margin: 4px 0 14px;
}

.reception-text {
  font-family: 'Times New Roman', Times, serif;
  color: #8a6f3f;
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 16px;
}

.get-direction-btn {
  display: inline-block;
  border: 1px solid #a9822f;
  color: #a9822f;
  font-family: 'Times New Roman', Times, serif;
  letter-spacing: 1.5px;
  padding: 7px 18px;
  text-decoration: none;
  font-size: 13px;
  background: transparent;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.get-direction-btn:hover {
  background-color: #a9822f;
  color: #fff9f1;
}

@media (max-width: 360px) {
  .reception-text { font-size: 14px; }
  .get-direction-btn { font-size: 12px; padding: 9px 22px; }
}
