* {
  font-family: 'Arial';
}

/* CSS for top and bottom content */
 .content-top helix-core-grid-item {
      max-width: 1202px;
      width: 100%;
  }
.content-top helix-core-heading::part(heading) {
    font-size: 24px;
    text-align: center;
    font-family: Arial;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    color: #0000C9;
    margin-top: 50px;
    margin-bottom: 8px;
}
.content-top helix-core-content p {
    --helix-core-type-preset-6-paragraph-font-size: 16px;
    text-align: center;
    --helix-core-type-preset-6-paragraph-font-family: Arial;
    --helix-core-type-preset-6-paragraph-font-weight: 700;
    --helix-core-type-preset-6-paragraph-line-height: 20px;
    --helix-core-type-preset-6-paragraph-letter-spacing: 0;
    color: #212121;
    margin-bottom: 24px;
}

.content-bottom helix-core-content p {
     --helix-core-type-preset-6-paragraph-font-size: 12px;
    --helix-core-type-preset-6-paragraph-font-family: Arial;
   --helix-core-type-preset-6-paragraph-font-weight: 400;
    --helix-core-type-preset-6-paragraph-line-height: 100%;
    --helix-core-type-preset-6-paragraph-letter-spacing: 0;
   color: #212121;
}
.content-bottom helix-core-content p {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
   .content-top helix-core-heading::part(heading) {
       line-height: 120%;
       max-width: 303px;
       margin-left: auto;
       margin-right: auto;
   }
   
   .content-top helix-core-content p {
    margin-bottom: 40px;
    max-width: 303px;
    margin-left: auto;
    margin-right: auto;
   }
   
  .content-bottom helix-core-content p {
    margin-bottom: 40px;
  }
}

/* CSS for 2 col video component */
.two-column-video helix-core-grid::part(grid) {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
}

.mobile-view {
    display: none;
}

.grid-one {
  max-width: 681px;
  width: 100;
}
.grid-two {
    max-width: 521px;
    width: 100%;
}


.two-column-video helix-core-grid-item helix-core-heading::part(heading) {
  font-weight: 700;
  font-family: Arial;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 100%;
}

.two-column-video helix-core-heading {
    padding: 0 18px;
    margin: 0;
    position: relative;
}
.two-column-video helix-core-heading span {
  color: #0000C9 !important;
}

.two-column-video helix-core-heading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 55px;
    background-color: #0095FF;
} 
.two-column-video helix-core-grid-item helix-core-heading em {  
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
    color: #212121;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 12px;
}

.two-column-video helix-core-content p em {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    font-family: Arial;
    font-style: italic;
    color: #212121;
    margin-top: 8px;
    margin-bottom: 12px;
    display: block;
} 

.two-column-video helix-core-content {
 /* margin-bottom: 9px;
  margin-top: 12px; */
  padding: 0 18px;
}

.two-column-video helix-core-content p {
    --helix-core-type-preset-6-paragraph-font-size: 18x;
    --helix-core-type-preset-6-paragraph-line-height: 22px;
    --helix-core-type-preset-6-paragraph-letter-spacing: 0;
    --helix-core-type-preset-6-paragraph-font-family: Arial;
    color: #212121;
}

/* Mobile responsive styles */
@media (max-width: 767px) {
    /* Hide desktop view on mobile */
    .two-column-video:not(.mobile-view) {
        display: none;
    }
    
    /* Show mobile view on mobile */
    .mobile-view {
        display: block;
    }
  /*  .content-top helix-core-grid-item {
      max-width: 303px;
  } */
  .two-column-video helix-core-grid-item helix-core-heading em {  
    margin-top: 8px;
    margin-bottom: 8px;
}
    .two-column-video helix-core-grid::part(grid) {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 40px;
    }
    
    .grid-one {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .grid-two {
        max-width: 100%;
        width: 100%;
        order: 1;
    }
    
    .two-column-video .grid-one helix-core-heading {
        order: 0;
    }
    
    .two-column-video .grid-one helix-core-content {
        order: 2;
    }
   .two-column-video helix-core-image {
   /*  margin-top: 8px; */
     padding-left: 18px;
     padding-right: 18px;
   }
   .two-column-video::part(grid) {
     margin-bottom: 0;
  }

  /* .episode-three helix-core-grid-item helix-core-heading::part(heading) {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
   } */
  #i10wg helix-core-heading span {
    color: #0000C9 !important;
    margin-right: 4px !important;
  }
  #ic92l helix-core-heading span {
    color: #0000C9 !important;
    margin-right: 4px !important;
  }
}
