/* Base styles — Mobile first (default for ≤768px) */
.cAI {
  text-align: center;
  border-radius: 15px;
  padding: 2rem 1rem;
  box-sizing: border-box;
  box-shadow: 0px 4px 23px 4px #252121;
}

/* Larger screens (≥769px) */
@media screen and (min-width: 769px) {
  .cAI {
    text-align: left;
    padding: 3rem 4rem 2rem;
  }
}

.cExploreSection {
  padding-top: 0;
}

.cExploreSection .cAI {
  border-radius: 15px;
  background-color: #14171e;
  padding: 2rem 3rem;
  box-shadow: none;
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
}

.cExploreSection .cAI h3 {
  color: #f2f2f2;
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  word-spacing: 3px;
  letter-spacing: .008rem;
  line-height: 2.3rem;
}

.exloreSectiongGloabl h2 {
  font-weight: 800;
  color: #ffffff;
  margin-top: 0rem;
  font-size: 2.5rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  text-align: center;
  word-spacing: 3px;
  letter-spacing: .008rem;
  padding-bottom: 2rem;
}

/* Larger screens (desktops) */
@media screen and (min-width: 993px) {
  .exloreSectiongGloabl h2 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}

.cSimpleSection .cHighlighted{
  padding: 3rem 4rem;
  box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, .2);
  border-radius: 15px;
}
/* Base styles — Mobile first (default for ≤768px) */
.video-container2 {
  width: 70%;
  height: auto;
  display: block;
  margin-left: 0;
  margin-top: 0;
}

/* Tablets and larger screens */
@media screen and (min-width: 769px) {
  .video-container2 {
      width: 80%;
  }
}
.exloreSectiongGloabl a.cButtonStandard {
  padding: 12px 25px;
  border: 0;
  width: 210px;
  font-size: 18px;
  font-weight: 600;
  background-color: #ff7300;
  letter-spacing: 0;
  color: #000;
}
.exloreSectiongGloabl a.cButtonStandard:hover {
  color: #fff;
}
section.cAIBladeText p {
  color: #b3b3b3;
}
@media screen and (min-width: 992px) {
  section.cAIBladeText p {
    padding-top: 3rem;
  }
}