.color-dark[data-v-427e0bdb] {
  color: #222222 !important;
}

/*================================================ 
 font-family: 'Poppins', sans-serif;
 font-family: 'Permanent Marker', cursive;
 font-family: 'Playfair Display', serif;
 font-family: 'Montserrat', sans-serif;
  font-family: 'Roboto', sans-serif;
 =================================================*/
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.container[data-v-427e0bdb] {
    max-width: 1200px;
}
}
@media only screen and (max-width: 575px) {
.container[data-v-427e0bdb] {
    max-width: 450px;
}
}
@media only screen and (max-width: 479px) {
.container[data-v-427e0bdb] {
    max-width: 320px;
}
}
.event-footer[data-v-427e0bdb] {
  padding: 38px 0;
  background: #121813;
  color: rgba(255, 255, 255, 0.72);
}
.event-footer__inner[data-v-427e0bdb] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
p[data-v-427e0bdb] {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
}
span[data-v-427e0bdb] {
  font-size: 14px;
}
div[data-v-427e0bdb] {
  display: flex;
  gap: 18px;
}
a[data-v-427e0bdb] {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
}
a[data-v-427e0bdb]:hover {
  color: #e7c586;
}
@media only screen and (max-width: 767px) {
.event-footer__inner[data-v-427e0bdb] {
    align-items: flex-start;
    flex-direction: column;
}
}
