.text-image {
  width: 100%;
  background-image: url("../../../../../../content/dam/en/icex-foodswines/images/events/bck-about-home.jpg");
}
.text-image.arial-font p,
.text-image.arial-font strong {
  font-family: "Arial", sans-serif !important;
}
.text-image .about-event {
  display: flex;
  margin: 0 auto;
  width: 946px;
}
@media (max-width: 1024px) {
  .text-image .about-event {
    display: inline;
    width: auto;
    margin: 0;
  }
}
.text-image .about-event .event-text {
  width: 50%;
  color: #fff;
  margin: 5px 10px;
}
@media (max-width: 1024px) {
  .text-image .about-event .event-text {
    width: auto;
    padding: 10px;
  }
}
.text-image .about-event .event-text .about-title {
  margin-top: 15px;
  font-size: 30px;
  font-weight: bold;
}
.text-image .about-event .event-text .about-title::first-letter {
  color: #dd250f;
  text-transform: capitalize;
}
.text-image .about-event .event-text p {
  margin: 20px 0;
  font-size: 15px;
}
.text-image .about-event .event-text p a {
  color: #fff;
}
.text-image .about-event .event-image {
  width: 50%;
}
@media (max-width: 1024px) {
  .text-image .about-event .event-image {
    width: auto;
  }
}
.text-image .about-event .event-image .event-img {
  height: 470px;
  width: 470px;
  border-left: 6px solid #fff;
  float: right;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .text-image .about-event .event-image .event-img {
    width: 100%;
  }
}
.text-image--extended-visualization .about-event {
  width: 100%;
}
.text-image--extended-visualization .about-event .event-text {
  text-align: right;
  margin: 0 30px;
}
.text-image--extended-visualization .about-event .event-image {
  display: flex;
  justify-content: flex-start;
}
.text-image--extended-visualization .about-event .event-image picture {
  width: 100%;
}
.text-image--extended-visualization .about-event .event-image picture .event-img {
  width: 100%;
  height: 400px;
}
