/*  ALL STYLING IN cibyl-a1-left */

 .cibyl-ai-right .col-8 {
    order:2;
    }
  .cibyl-ai-right .col-4 {
    order:1;
    }
@media (min-width: 992px) {
  .cibyl-ai-right .col-8 {
    order:1;
    padding: 0 0 0 50px;
    }
  .cibyl-ai-right .col-4 {
    order:2;
    }
  }



/* .cibyl-ai .row {
  display: flex;
  gap: 36px;
}
.cibyl-ai .col-8 {
  width: 65%;
  line-height: 0;
}
.cibyl-ai .col-8 img {
  border: 1px solid #D6D9EA;
  border-radius: 20px;
}

.cibyl-ai .col-4 {
  padding: 55px 40px 40px 40px;
  height: auto;
  width: 35%;
}
.cibyl-ai .col-4 h3 {
  font-family: var(--secondary-font);
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.cibyl-ai .col-4 h3.gradient {
  background: linear-gradient(87deg, #4E21FF 4.21%, #FF8C44 88.93%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  line-height: 1.1
}
.cibyl-ai .col-4 p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
}

.cibyl-ai .ai_examples {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 60px;
  padding: 60px 40px 0px 40px;
}

.cibyl-ai .ai_examples .ai_item {
  width: 28%;
  border-left: 1px solid #B8A6FF;
  padding: 10px 0 10px 30px;
}

/* Respnsive */
/* @media (max-width: 1080px) {
  .cibyl-ai .row {
    display: block;
  }
  .cibyl-ai .row .col-4 {
    margin-bottom: 30px;
    width: 100%;
    padding: 0 10px;
  }
  .cibyl-ai .row .col-8 {
    width: 90%;
    margin: auto;
  }
  .cibyl-ai .row .col-8 img{
    width: 100%;
  }
  .cibyl-ai .ai_examples {
    padding: 60px 10px 0px 10px;
  }
} */

/* @media (max-width: 768px) {
  .cibyl-ai .row .col-8 {
    width: 600px;
    max-width: 100%;
  }
  .cibyl-ai .row .col-4 {
    padding: 55px 20px 40px 20px;
  }
  .cibyl-ai .col-4 h3 {
    font-size: 32px;
  }
  .cibyl-ai .col-4 p {
    font-size: 16px;
  }
  .cibyl-ai .ai_examples .ai_item {
    width: 100%;
  }
} */ 