.comp-eventinfosection {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 991px) {
  .comp-eventinfosection {
    flex-direction: column;
    background: var(--wp--preset--color--white);
  }
}
.comp-eventinfosection .image {
  width: 50%;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .comp-eventinfosection .image {
    width: 100%;
    height: 10rem;
    margin-bottom: 2rem;
  }
}
.comp-eventinfosection .image .comp-image .image-box {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50vw - 6rem);
  height: 100%;
  padding-top: 0 !important;
}
@media (max-width: 991px) {
  .comp-eventinfosection .image .comp-image .image-box {
    width: 100%;
  }
}
.comp-eventinfosection .image .comp-image .image-box img {
  object-fit: cover;
}
.comp-eventinfosection .text-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 1rem;
  width: 100%;
  max-width: calc(var(--wp--custom--spacing--wide-size) / 2);
  padding: 0 2rem 0 0;
}
@media (max-width: 991px) {
  .comp-eventinfosection .text-section {
    width: calc(100% - 4rem);
    padding: 2rem;
    margin: -8rem auto 0 auto;
    background: var(--wp--preset--color--white);
    z-index: 1;
    box-shadow: 0 0 5px 0 #aaa;
  }
}