.vivo-events-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 80px;
    margin: 0 auto;
  }
  
  .vivo-event-box,
  .vivo-event-img {
    flex: 1;
  }
  .vivo-event-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vivorio-video .vivo-event-img {
    border-radius: 40px;
    aspect-ratio: 1.77777;
  }
  .vivorio-video .vivo-event-img iframe{
    border-radius: 40px;
  }
  .vivo-events-sec.lay-3.reverse.vivorio-video .vivo-event-img iframe{
    border-radius: 0;
  }
  section.vivo-events-sec.lay-2{
    padding-right: 0 !important;
  }
  section.vivo-events-sec.lay-2.vivorio-video{
    padding-right: 80px !important;
  }
  section.vivo-events-sec.lay-2.reverse{
    padding-left: 0 !important;
  }
  section.vivo-events-sec.lay-2.reverse.vivorio-video{
    padding-left: 80px !important;
  }
  
  .vivo-event-box {
    flex-direction: column;
    /* padding-right: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .vivo-events-sec.lay-3.reverse .vivo-event-box{
    width: 90%;
    margin: auto;
  }
  
  .vivo-event-box h2 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  section.vivo-events-sec.lay-2 {
        padding: 80px;
        max-width: min(100%,var(--width));
    }
    .vivo-events-sec.lay-2.reverse .vivo-event-box{
      padding-right: 80px;
    }
  
  .vivo-event-box h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  
  .vivo-event-box .vivo-event-desc p {
    font-size: 16px;
    line-height: 20px;
    text-align: justify !important;
  }
  .vivo-events-sec.lay-3.reverse .vivo-event-img{
    width: 80%;
    margin: auto;
  }
  
  .vivo-event-img img {
    max-width: 100%;
    height: auto;
  }
  .vivo-events-sec.reverse {
      flex-direction: row-reverse;
  }
  
  .vivo-events-sec.lay-3.reverse {
      flex-direction: column-reverse;
  }
  
  .vivo-events-sec.lay-1 {
      margin: 0 auto;
      max-width: var(--content-width);
  }
  .vivo-events-sec.lay-3 .vivo-event-img {
    width: 100%;
    text-align: center;
}
.vivo-events-sec.lay-3 .vivo-event-img iframe{height: 100%;}
  
  .vivo-event-desc p {
    color: #fff;
    }
    .vivo-event-box h2 p, .vivo-event-box h3 p {
        margin-bottom: 10px;
    }
  @media (max-width: 768px) {
    .vivo-events-sec {
      flex-direction: column;
      text-align: center;
    }
  
    .vivo-event-box {
      padding-right: 0;
      margin-bottom: 20px;
      width: 100% !important;
    }
  
    .vivo-event-img img {
      max-width: 90%;
      margin: 0 auto;
    }
  }