.hero-banner {
background: #F2F8E8;
}
.hero-banner .center-cover {
  width:auto;
  max-height: 304px;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  	top: auto !important;
}
.hero-banner .atom-header2 {
  	text-align: left !important;
    text-transform: uppercase;
    color: #6E6E70 !important;
    font-weight: 700;
    font-size: 1rem;
    font-family: Barlow, Verdana, sans-serif;
}
.hero-banner h1.atom-main.large.custom-font {
  	text-align: left !important;
    font-size: 2.75rem;
    line-height: 3.438rem;
    font-weight: 700;
    font-family: Barlow, Verdana, sans-serif;
    color: #3B3B3D;
}
.hero-banner .panel-body div.event-images-holder {
  border: none;
}

.hero-banner .event-image-holder {
  background: transparent;
  width: 100%;
  height: 100%;
}
.hero-banner h2.large {
  text-align: left;
  margin-bottom: 32px;
}
.hero-banner .main-app-container {
  max-width: 1136px;
}
.hero-banner span.custom-font.atom-main {
  	text-align: left !important;
    font-size: 1.25rem;
    line-height: 30px;
    font-weight: 400;
    color: #3B3B3D;
    font-family: Source Sans Pro, Arial, sans-serif;
}

.hero-banner .panel-body.home.panel-color.main-app-container {
    background: transparent;
}

.hero-banner .event-images-holder > :first-child {
    display: none;
}

.hero-banner .element-12835174 > :first-child {
    display: none;
}

.hero-banner .panel-body.home.panel-color.main-app-container {
    display: flex; 
}
  
.hero-banner .btn-register {
    color: #19892b !important;
    background-color: transparent !important;
    border: 2px solid #19892b !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    line-height: 21px;
    font-family: var(--font-sans-body);
    display: flex;
    width: max-content;
    align-items: center;
    max-width: 100%;
    padding: 12px 24px;
    transition: background-color .25s;
}

.hero-banner .atom-sectionMain {
  display: flex; 
  flex-wrap: wrap; /* Allow items to wrap to the next line */
  justify-content: space-between;
  max-width: 1176px;
  margin: auto;
}

.hero-banner .atom-sectionMain > div:first-child {
  width: 100%; /* First child takes full width */
  order: 1;    /* Ensure it comes first visually */
}

.hero-banner .atom-sectionMain > div:nth-child(2) {
  width: 50%; 
  order: 3;    /* These divs come after the first child */
}

.hero-banner .atom-sectionMain > div:nth-child(3) {
  width: 50%; 
  order: 2;    /* These divs come after the first child */
}

.hero-banner .panel-body {
    order: 2; /* Place .panel-body to the right */
}
.hero-banner .col-xs-12.text-center {
  text-align: left;
  padding-left: 0px;
}

@media (max-width: 1200px) {
.hero-banner {
    padding-left: 15px;
    padding-right: 15px;
}
}


@media (max-width: 767px) {
.hero-banner .atom-sectionMain > div:nth-child(3) {
    width: 100%;
    order: 2;
}
}

.sections-holder {
  padding: 0px;
}

.left-image-text {
  display: flex;
}

.left-image-text .image img {
  max-width: 100px;
  max-height: 120px;
}

.left-image-text .content {
  margin-left: 20px;
}

.left-image-text .paragraph {
  margin: 0 0 1em 0;
  text-align: left !important;
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 400;
  color: #3B3B3D;
  font-family: Barlow, Verdana, sans-serif;
}

@media (max-width: 768px) {
  .left-image-text {
    flex-direction: column;
  }
  .left-image-text .image {
    margin-bottom: 20px;
  }
}
