.sew-vertical-ai .transformation_sec .heading {
  text-align: center;
  font-family: "Aptos";
  font-size: 45px;
}
.sew-vertical-ai .transformation_sec .heading span {
  background: linear-gradient(90deg, #215ed9 0%, #59b0ff 100%);
  font-weight: 700;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sew-vertical-ai .connected_platform {
  background: linear-gradient(180deg, #4b6699 0%, #192233 100%);
  padding: 80px 0;
}
.sew-vertical-ai .connected_platform h6 {
  color: #fff;
  font-size: 45px;
  margin: 0;
  text-align: center;
}
.sew-vertical-ai .connected_platform h3 {
  background: linear-gradient(90deg, #d6e5ff 0%, #59b0ff 100%);
  font-size: 60px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-weight: 700;
}
.sew-vertical-ai .connected_platform .plaform_card {
  /* background: linear-gradient(360deg, rgba(214, 229, 255, 0.45) 100%, rgba(255, 255, 255, 0) 0%); */
  border: 3px solid rgba(214, 229, 255, 0.9);
  border-radius: 50px;
  padding: 40px 24px;
  height: 100%;
  background: linear-gradient(to bottom, #4B5C9C, #1A2A56);
}
.sew-vertical-ai .connected_platform .plaform_card img {
  width: 50%;
  filter: brightness(0) invert(1);
}
.sew-vertical-ai .connected_platform .plaform_card h6 {
  font-size: 20px;
  color: #fff;
  text-align: left;
  margin: 20px 0;
}
.sew-vertical-ai .connected_platform .plaform_card .explore_more_cta {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  margin-top: 20px;
  margin-left: 14px;
}
.sew-vertical-ai .connected_platform .plaform_card ul {
  padding: 0 0 0 30px;
  margin: 0;
  min-height: 170px;
  list-style: disc;
}
.sew-vertical-ai .connected_platform .plaform_card ul li {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.sew-vertical-ai .impact_numbers {
  padding: 80px 0;
}
.sew-vertical-ai .impact_numbers .impact_row {
  margin-top: -30px;
}
.sew-vertical-ai .impact_numbers .heading {
  text-align: center;
  font-family: "Aptos";
  font-size: 45px;
}
.sew-vertical-ai .impact_numbers .heading span {
  background: linear-gradient(90deg, #215ed9 0%, #59b0ff 100%);
  font-weight: 700;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sew-vertical-ai .impact_numbers .impact_banner {
  background: url("../images/vertical-images/impact.png") no-repeat center;
  height: 400px;
  border-radius: 30px;
  background-size: cover;
  margin-top: 80px;
}
.sew-vertical-ai .impact_numbers .percentage_wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.sew-vertical-ai .impact_numbers .percentage_wrapper .percentage_card {
  border: 3px solid #d6e5ff;
  box-shadow: 0px 12px 22px 0px rgba(190, 206, 238, 0.5);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 30px;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
  width: 250px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: radial-gradient(circle at 80% 80%, #e3f2ff 0%, #ffffff 60%);
}
.sew-vertical-ai .impact_numbers .percentage_wrapper .percentage_card h3 {
  color: #215ed9;
      font-size: 34px;
    font-family: 'Aptos';
    font-weight: 600;
}
.sew-vertical-ai .impact_numbers .percentage_wrapper .percentage_card p {
  color: #000;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
}
.sew-vertical-ai .impact_numbers .impact_list {
  padding-top: 60px;
}
.sew-vertical-ai .impact_numbers .impact_list ul li {
  list-style-image: url("../images/vertical-images/tick.svg");
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
  padding-left: 5px;
}
.sew-vertical-ai .breakthrough {
  background: linear-gradient(180deg, #d6def1 0%, rgba(214, 222, 241, 0) 73.35%);
  padding: 100px 0 0;
}
.sew-vertical-ai .breakthrough .heading {
  text-align: center;
  font-family: "Aptos";
  font-size: 32px;
  font-weight: 600;
}
.sew-vertical-ai .breakthrough .heading span {
  background: linear-gradient(90deg, #215ed9 0%, #59b0ff 100%);
  font-weight: 700;
  font-size: 45px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sew-vertical-ai .breakthrough .innovation_card {
  /* background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%); */
  border: 3px solid rgb(214, 229, 255);
  border-radius: 50px;
  padding: 30px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s;
  position: relative;
  background: radial-gradient(circle at 80% 80%, #e3f2ff 0%, #ffffff 60%);
}
.sew-vertical-ai .breakthrough .innovation_card .arrow {
  width: 50px;
  position: absolute;
  right: 30px;
  top: 20px;
  filter: grayscale(1);
  opacity: 0.4;
}
.sew-vertical-ai .breakthrough .innovation_card:hover {
  background: linear-gradient(180deg, #d0f1ff 0%, rgba(255, 255, 255, 0) 100%);
}
.sew-vertical-ai .breakthrough .innovation_card:hover .arrow {
  opacity: 1;
  filter: unset;
}
.sew-vertical-ai .breakthrough .innovation_card h5 {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
}
.sew-vertical-ai .breakthrough .innovation_card p {
  font-size: 16px;
  color: #000;
  margin: 0;
  padding-right: 60px;
  text-align: left;
    line-height: 25px;
}
.sew-vertical-ai .breakthrough .AI_connected_wrapper {
  margin-top: 100px;
  position: relative;
  margin-bottom: -70px;
  z-index: 9;
}
.sew-vertical-ai .breakthrough .AI_connected_wrapper .ai_connect_col {
  background: #fff;
  box-shadow: 5px 5px 21px 0px rgba(0, 0, 0, 0.25);
  border: 2px solid rgba(177, 206, 232, 0.5);
  position: relative;
  border-radius: 30px;
  padding: 60px 0;
  overflow: hidden;
  background: radial-gradient(circle at 20% 20%, #e3f2ff 0%, rgba(255, 255, 255, 0) 50%), radial-gradient(circle at 80% 80%, #e3f2ff 0%, #ffffff 30%);
}
.sew-vertical-ai .breakthrough .AI_connected_wrapper .ai_connect_col .circle {
  background: radial-gradient(rgba(177, 206, 232, 0.5), rgba(177, 206, 232, 0.5));
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  position: absolute;
  left: -110px;
  top: -130px;
  width: 300px;
  height: 300px;
  border-radius: 100px;
  filter: blur(100px);
  opacity: 0.5;
}
.sew-vertical-ai .breakthrough .AI_connected_wrapper .ai_connect_col .circle.right {
  right: -110px;
  bottom: -130px;
  left: unset;
  top: unset;
}
.sew-vertical-ai .breakthrough .AI_connected_wrapper .ai_connect_col .heading {
  text-align: center;
  font-family: "Aptos";
  font-size: 40px;
  font-weight: 400;
  position: relative;
}
.sew-vertical-ai .breakthrough .AI_connected_wrapper .ai_connect_col .heading span {
  background: linear-gradient(90deg, #215ed9 0%, #59b0ff 100%);
  font-weight: 700;
  font-size: 44px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sew-vertical-ai .breakthrough .AI_connected_wrapper .ai_connect_col p {
  margin: 50px 0;
  text-align: center;
  font-size: 36px;
}
.sew-vertical-ai .breakthrough .AI_connected_wrapper .ai_connect_col .button_cta {
  text-align: center;
  display: flex;
  justify-content: center;
}
.sew-vertical-ai .breakthrough .AI_connected_wrapper .ai_connect_col .button_cta a {
  background: #215ED9;
  border-radius: 4px;
  width: 200px;
  height: 45px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  .sew-vertical-ai .customer ul {
    flex-direction: column;
    padding: 0;
  }
  .sew-vertical-ai .customer ul li {
    text-align: center;
    margin-bottom: 40px;
  }
  .sew-vertical-ai .achievements-main {
    flex-direction: column;
  }
  .sew-vertical-ai .achievements_inner {
    width: 100%;
  }
  .achievements-main .achievements_inner:nth-child(2) {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    border-left: 0;
    border-right: 0;
    margin: 15px 0;
  }
  .sew-vertical-ai .achievements-outer {
    padding: 30px;
  }
  .sew-vertical-ai .headdings_h1 {
    flex-direction: column;
  }
  .Industry-tab-buttons {
    overflow-x: auto;
  }
  .bg-blue-sec,
  .Platform-colum,
  .Impact-colum {
    margin: 0;
  }
  .Industry-leaders .explore {
    margin: 20px 0;
  }
  .sew-vertical-ai .story .bg-gradient {
    background-size: cover;
    background-position: center;
  }
  .sew-vertical-ai .customer .headdings_h1 {
    text-align: center;
  }
  .sew-vertical-ai .breakthrough .AI_connected_wrapper .ai_connect_col .button_cta {
    position: relative;
  }
  .sew-vertical-ai .top_banner h1 {
    font-size: 2.7em;
  }
  .sew-vertical-ai .top_banner {
    background-position: center;
    background-size: cover;
  }
}/*# sourceMappingURL=style.css.map */
body {
  font-family: "Aptos", serif;
  margin: 0px;
  padding: 0px;
}

section {
  width: 100%;
  height: 100%;
  padding: 50px 0px;
}

.vertical-ai-1 {
  padding: 0px;
}

.btn-demo {
  background-color: #010E3A;
  color: #fff;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 8px;
  position: absolute;
  right: 20px;
}

.btn-demo:hover {
  background-color: #7B61FF;
}



.sew-vertical-ai .top_banner {
  background: url(../images/vertical-images/BannerGraphic.png);
  background-size: cover;
  padding: 0;
  background-color: transparent !important;
  /* min-height: 750px !important; */
  min-height: 100vh !important;
  max-height: 100vh;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 100% 65%;
}

.sew-vertical-ai .top_banner h1 {
  font-family: 'Aptos';
  font-size: 3.3em;
  text-align: center;
  background: linear-gradient(90deg, #D6E5FF 0%, #59B0FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  font-weight: 700;
  margin: 20px 0px;
}

.sew-vertical-ai h1, .sew-vertical-ai h2, .sew-vertical-ai h3, .sew-vertical-ai h4, .sew-vertical-ai h5, .sew-vertical-ai h6, .sew-vertical-ai p, .sew-vertical-ai span, .sew-vertical-ai a, .sew-vertical-ai i, .sew-vertical-ai strong {
  font-family: 'Aptos'!important;
}
.sew-vertical-ai .top_banner h2 {
  font-family: 'Aptos';
  font-size: 2.5em;
  font-weight: 200;
  text-align: center;
  margin-top: 3%;
  color: #fff;
}

.sew-vertical-ai .banner-heading {
  text-align: center;
 
}

.sew-vertical-ai .banner-heading p {
  font-size: 1.4em;
  font-weight: 100;
  text-align: center;
}

.sew-vertical-ai .headdings_h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  width: 100%;
}

.sew-vertical-ai .headdings_h1 span {
  color: #000;
  font-family: "Aptos";
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  margin-left: 15px;
}

.sew-vertical-ai .achievements-outer {
  background: #07041E;
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  padding: 30px 50px;
}

.sew-vertical-ai .achievements-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.sew-vertical-ai .achievements_inner {
  width: 33%;
}

.sew-vertical-ai .achievements_inner p {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 49px;
}
.clients .headdings_h1 h1 {
    line-height: 70px;
}
.clients .headdings_h1 p {
    vertical-align: top;
    margin: 15px 0px 0px 0px;
}

.achievements-main .achievements_inner:nth-child(2) {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.sew-vertical-ai .achievements_inner p span {
  font-size: 49px;
  font-weight: 600;
}

.sew-vertical-ai .headdings_h1 h1 {
  text-align: center;
  font-family: 'Aptos';
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(90deg, #215ED9 0%, #59B0FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 100%;
}

.sew-vertical-ai .text-section {
  margin: 80px 0px;
  text-align: center;

}

.sew-vertical-ai .text-section h2 {
  font-family: 'Aptos';
  font-size: 2em;
  font-weight: 600;
  color: #656D76;
  letter-spacing: 2px;
}


.sew-vertical-ai .text-section p {
  font-weight: 400;
  color: #868C93;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}



.sew-vertical-ai .industry {
  margin: 50px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}



.sew-vertical-ai .clients .industry-inner img {
  /* width: 72%; */
  width:100%;
  height:100%;
}
.clients-inner{
  position: relative;
}
.clients-inner::after{
    content: '';
    position: absolute;
    right: -48px;
    top: 22%;
    width: 25%;
    height: 70%;
    border-radius: 1530.873px;
    background: radial-gradient(50% 50% at 50% 50%, #59B0FF 0%, #59B0FF 90.38%);
    filter: blur(200px);
    z-index: 9;
}
.clients-inner .industry-inner{
  position: relative;
  z-index: 99;
}
.client-logos {
  width: auto;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sew-vertical-ai .industry-inner {
  padding: 15px;
  border-radius: 15px;
  /* box-shadow: 0 4px 8px 0 #181D260F, 0 6px 20px 0 #181D260F; */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

}

.sew-vertical-ai .industry-inner p {
  font-size: 15px;
  text-align: left;
  color: #333;
      line-height: 23px;
}

.sew-vertical-ai .industry-inner h6 {
  font-size: 13px;
  color: #333840;
  padding: 10px 0 0;
  text-align: left;
}

.sew-vertical-ai .clients .industry-inner span {
  border-radius: 54px;
  border: 3px solid #D6E5FF;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  display: block;
  margin: 20px 0px;
  height: 61px;
  min-width: 181px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sew-vertical-ai .clients .industry-inner span img {
  width: 44%;
  height: auto;
  padding: 10px;
  filter: grayscale(1);
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}


.overflow-hidden {
  overflow: hidden;
}

.sew-vertical-ai .clients {

  background: url(../images/vertical-images/bg-clients.png);
  background-size: cover;
  background-color: #fff !important;
  min-height: 104vh !important;
  height: 100%;
  display: block;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  color: #fff;
  background-repeat: no-repeat;

}
.sew-vertical-ai .clients .explore-section{ 
  display: flex; align-items: center; justify-content: center; margin-bottom: 50px;}
.sew-vertical-ai .clients .explore-section .explore {
  border-radius: 6.4px;
  background: var(--Brand-01-Primary-04-Key, #215ED9);
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.33);
  display: flex;
  display: inline-block;
  padding: 12.8px 25.6px;
  color: #ffffff;
  text-decoration: none;

      min-width: 250px;
    text-align: center;
}

.sew-vertical-ai .clients-inner {
  border-radius: 54px;
  border: 1px solid #D6E5FF;
  background: linear-gradient(180deg, #FFF 0%, rgb(255 255 255) 100%);
  width: 100%;
  height: 100%;
  box-shadow: 0 7px 13px 0 #80bdff5c, 0 9px 24px 0 #e6ebef4f;
}

.clients-inner .row.mt-5 .col-md-3 {
  border-right: 1px solid #ccc;
}

.clients-inner .row.mt-5 .col-md-3:last-child {
  border-right: none;
}

.Industry-leaders {
  text-align: center;
}

.Industry-leaders .explore {
  border-radius: 6.4px;
  background: var(--Brand-01-Primary-04-Key, #215ED9);
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.33);
  display: flex;
  display: inline-block;
  padding: 12.8px 25.6px;
  color: #ffffff;
  text-decoration: none;
      margin: 50px 0px;
      min-width: 250px;
    text-align: center;
}

.Industry-tab-buttons {
  display: flex;
  border-top: 2px solid #ccc;
  padding-top: 0px;
  margin-top: 0px;
  align-items: center;
  justify-content: space-between;

}

.Industry-tab-buttons li {
  list-style-type: none;
  min-height: 105px;
  display: flex;
  align-items: center;
}

.Industry-tab-buttons li img {
  min-width: 150px;
  width: 150px;
  height: auto;
}

.tab-img {

  cursor: pointer;
  margin-right: 10px;
  padding-top: 5px;
  border-top: 2px solid transparent;
  transition: border-top 0.3s;
  filter: grayscale(1);
}

.tab-img.active {
  border-top: 4px solid #007BFF;
  margin-top: -5px;
  filter: none;
}

.Industry-tab-content {
  display: none;
  padding: 20px;

  margin-top: 10px;
}

.Industry-tab-content.active {
  display: block;
}

.bg-blue-sec {
  background: linear-gradient(180deg, #192233 0%, #4B6699 100%);
  color: #ffffff;
  height: 100%;
  padding: 25px;
  margin: 0 20px;
  text-align: left;
}

.bg-blue-sec h3 {
  font-size: 25px;
}

.Impact-colum,
.Platform-colum {
  margin: 0 20px;
  text-align: justify;
}

.Impact-list {
  padding-left: 0px;
}

.Impact-list li {
  padding-bottom: 15px;
  text-align: left;
}

.bg-blue-sec p:first-child{
  margin-bottom: 50px;
}

.sew-vertical-ai .story .headdings_h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
    width: 100%;
    
}

.sew-vertical-ai .story-wrapp {display: flex; align-items: center; flex-direction: column;}

.sew-vertical-ai .story .headdings_h1 h1 {background: linear-gradient(90deg, #D6E5FF 0%, #59B0FF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}

.sew-vertical-ai .Story-video{display: flex;
    align-items: center;
    justify-content: center;position: relative;}
.sew-vertical-ai .Story-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  background: url(../images/vertical-images/play-btn.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  z-index: 2;
}
.sew-vertical-ai .story .headdings_h1 span {    color: #ffffff;
    line-height: 70px;
    font-weight: 600;}
.sew-vertical-ai .story .bg-gradient{

  background: url(../images/vertical-images/bg-story.jpg);
    background-size: contain;
  padding-top: 50px;
  padding-bottom: 50px;
    background-color: transparent !important;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
}

.sew-vertical-ai .customer .headdings_h1 {display: flex;
    align-items: center;    flex-direction: column;}
  .sew-vertical-ai .customer-bg{background: linear-gradient(180deg, #E3E8F6 0%, rgba(245, 248, 255, 0.00) 100%);}

.sew-vertical-ai .customer .headdings_h1 h1{margin-bottom: 0px;line-height: 100px;}
.sew-vertical-ai .customer .headdings_h1 span{margin-left: 0px;}

.sew-vertical-ai .customer ul{  display: flex;
    justify-content: space-between;align-items: center;}
.sew-vertical-ai .customer ul li{list-style-type: none;}
.sew-vertical-ai .customer ul li img{width: 150px;
    height: auto;}

@media only screen and (min-width: 1770px) {
  .sew-vertical-ai .top_banner {
    background: url(../images/vertical-images/BannerGraphic.png);
    background-size: cover;
    padding: 0;
    background-color: transparent !important;
    min-height: 104vh !important;
    max-height: 100vh;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
  }
}
.sew-vertical-ai .field--name-field-for-page {
  display: none;
}


/* @media screen and (max-width: 1500px)

{ */

/* .sew-vertical-ai .top_banner {
    background: url(../images/vertical-images/BannerGraphic.png);
    background-size: cover;
    /* padding: 0; */
/* background-color: transparent !important; 
    height: 992px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    /* position: relative; 
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
} 
}
@media screen and (min-width: 1897px)

{
/*   
.vertical-ai .top_banner {
    background: url(../images/vertical-images/BannerGraphic.png);
    background-size: cover;
    /* padding: 0; */
/* background-color: transparent !important; 
    height: 992px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    /* position: relative; 
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
} 
}*/


.sew-vertical-ai .explore-section {
    height: auto;
    background: transparent;
    padding: 0px;
}
.sew-vertical-ai section.Industry-leaders .headdings_h1 p span {
    line-height: 52px;
}
p.expCase {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.sew-vertical-ai .Story-video p {
    text-align: center;
}

.sew-vertical-ai section.story {
    background: #fff;
}
.sew-vertical-ai .nav-link {
  background-color: transparent!important;
}
.Platform-colum h3 {
    margin-bottom: 10px;
}
.Platform-colum p, .bg-blue-sec p {
    font-size: 16px;
    line-height: 26px;
}
.sew-vertical-ai .Impact-list {
    list-style: disc;
    padding: 0px 15px!important;
    font-size: 16px;
    margin-top: 10px;
}
.sew-vertical-ai .bg-blue-sec h3 {
    color: #fff;
    margin: 10px 0px 10px 0px;
    font-weight: 600;
}
.sew-vertical-ai .section-title{
    color: #000;
    font-family: "Aptos";
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    margin-left: 15px;
    line-height:52px;
}
.sew-vertical-ai .section-title h2{
    text-align: center;
    font-family: 'Aptos';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    background: linear-gradient(90deg, #215ED9 0%, #59B0FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height:100%;
}
.breakthrough h3.heading{
  color: #000;
    font-family: "Aptos";
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    margin-left: 15px;
    line-height:52px;
}
.breakthrough h3.heading span{
  text-align: center;
    font-family: 'Aptos';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    background: linear-gradient(90deg, #215ED9 0%, #59B0FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 100%;
}

@media only screen and (max-width: 767px) {
  .sew-vertical-ai .top_banner h2{
    font-size: 1.5em;
    margin-top: 10%;
  }
  .sew-vertical-ai .top_banner h1{
    font-size: 2em;
    line-height: 1.2;
  }
  .sew-vertical-ai .top_banner{
    /* background-position: 50% 100%; */
    background: url(../images/vertical-images/mobile.png);
  }
  .sew-vertical-ai .achievements-outer{
    padding:20px 20px;
  }
  .sew-vertical-ai .achievements_inner{
    width:100%;
  }
  .sew-vertical-ai .headdings_h1 h1{
    font-size:32px;
    line-height: 1.5;
  }
  .sew-vertical-ai .headdings_h1 span{
    font-size:26px;
  }
  .sew-vertical-ai .clients .industry-inner img{
    width:auto;
    height:100%;
  }
  .sew-vertical-ai .clients{
    padding:0px 15px;
    padding-top: 8% !important;
  }
  .Industry-tab-buttons li img{
    min-width: 90px;
    width: 90px;
    margin:0 10px;
  }
  .Industry-tab-content{
    padding:0px;
  }
  .sew-vertical-ai .story .bg-gradient{
        padding-top: 20px;
    padding-bottom: 20px;
  }
  .sew-vertical-ai .story .headdings_h1{
    line-height: 1;
  }
  .sew-vertical-ai .customer .headdings_h1 h1{
        line-height: 38px;
  }
  .bg-blue-sec{
    margin:0px;
  }
  .sew-vertical-ai .customer .headdings_h1 p{
    text-align: center;
    line-height:1.3;
  }
  .sew-vertical-ai .customer ul{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .sew-vertical-ai .customer ul li{
    width:50%;
  }
  .sew-vertical-ai .connected_platform h6{
    font-size:26px;
  }
  .sew-vertical-ai .connected_platform h3{
    font-size:26px;
  }
  .sew-vertical-ai .impact_numbers .heading{
    font-size:26px;
  }
  .sew-vertical-ai .impact_numbers .heading span{
    font-size: 32px;
    display: block;
    line-height: 1.5;
  }
  .sew-vertical-ai .impact_numbers .impact_banner{
    margin-top:40px;
  }
  .impact_list ul{
    padding-left:15px;
  }
  .sew-vertical-ai .breakthrough .heading{
    font-size:26px;
    line-height: 38px;
  }
  .sew-vertical-ai .breakthrough .heading span{
    font-size:32px;
  }
  .sew-vertical-ai .breakthrough .AI_connected_wrapper .ai_connect_col .heading{
    font-size:28px;
    line-height:34px;
  }
  .sew-vertical-ai .breakthrough .AI_connected_wrapper .ai_connect_col .heading span{
    font-size:34px;
        margin-top: 10px;
    display: inline-block;
  }
  .sew-vertical-ai .breakthrough .AI_connected_wrapper .ai_connect_col p{
    font-size:25px;
    margin:30px 0px;
  }
  .sew-vertical-ai .banner-heading {
  text-align: center;
  margin-top:100px;
}
}