﻿.create-event-shell-01 {
  background-color: var(--orange-color);
  background-image: url("/assets/public/pageelements/expoyay/02/create-your-event.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  padding-top: 64px;
  padding-bottom: 64px;
}
.create-event-shell-01 .theme-header-01-2 {
  font-family: 'Geom', sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 14px;
  letter-spacing: -0.4px;
}
.create-event-shell-01 .copy-01-2 {
  font-family: 'Public Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--white);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.create-event-banner-image-01 {
  width: 100%;
  object-fit: cover;
  display: block;
}