.ct-section:not(.hero) .content > .img,
.ct-section:not(.hero) .content > .video,
.ct-section:not(.hero) .content > .custom-anim {
  display: none;
}

.ct-section.platforms {
  margin-top: 20px;
}

.ct-section.platforms .container {
  padding: 0 24px;
}

/* added by aman */
.platforms.ct-section .holder h2 i {
  color: #154dd1;
  font-size: 40px;
  display: block;
  margin-bottom: 16px;
}

/**/

.ct-section.platforms h2 {
  font-size: 32px;
}

.ct-section.platforms .content .cta a:not(.ct-btn) {
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  margin-bottom: 40px;
}

.ct-section.platforms .content .cta a:not(.ct-btn) i {
  font-size: 16px;
  margin: 2px 0 0 2px;
}

.ct-section.platforms .prods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -2px -2px 0;
}

.ct-section.platforms .prods .ct-picon {
  margin: 2px;
}

.ct-section.platforms .carousel {
  position: relative;
  padding: 0 16px;
  margin-top: 32px;
  user-select: none;
}

.ct-section.platforms .carousel .hlights {
  margin-top: 0;
}

.ct-section.platforms .carousel .tns-nav {
  display: flex;
  justify-content: center;
}

.ct-section.platforms .carousel .tns-nav > button {
  background-color: #212f52;
  border: 0 none;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin: 4px;
  opacity: 0.24;
}

.ct-section.platforms .carousel .tns-nav > button.tns-nav-active {
  opacity: 1;
}

.ct-section.platforms .carousel .arrow {
  color: #154dd1;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(calc((50% + 8px) * -1));
  cursor: pointer;
  z-index: 5;
}

.ct-section.platforms .carousel .arrow.prev {
  left: -16px;
}

.ct-section.platforms .carousel .arrow.next {
  right: -16px;
}


@media screen and (max-width: 768px) {

  .hero h2:last-child {
    margin-bottom: 0;
  }

}

@media screen and (max-width: 992px) {

  .ct-section.platforms {
    text-align: center;
  }

  .ct-section.platforms .container > .holder {
    border-top: 3px solid #f7f9ff;
    padding-top: 40px;
  }

  .ct-section.platforms:not(.hero) h2+.cta {
    position: relative;
    background-color: #fff;
    margin-left: -24px;
    margin-right: -24px;
    z-index: 2;
  }

  .ct-section.platforms .content .cta .ct-btn {
    display: inline-flex;
    max-width: 330px;
    margin: 0 auto 24px;
  }

  .ct-section.platforms .holder > .img,
  .ct-section.platforms .holder > .video,
  .ct-section.platforms .holder > .custom-anim {
    display: none;
  }

  .ct-section.platforms .content > .img,
  .ct-section.platforms .content > .video,
  .ct-section.platforms .content > .custom-anim {
    /*margin-left: -100px;
    margin-right: -100px;
    margin-top: -100px;
    margin-bottom: -85px;*/
    display: block;
  }

  .ct-section.platforms .content > .desc {
    font-size: 20px;
    line-height: 1.33;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    background-color: #fff;
    margin-left: -24px;
    margin-right: -24px;
    padding-top: 24px;
  }

  .ct-section.platforms .content > .desc > span > p {
    padding-left: 24px;
    padding-right: 24px;
  }

}

@media screen and (min-width: 769px) {

  .ct-section.platforms .carousel .hlights {
    display: block;
  }

  .ct-section.platforms .carousel .hlights .item {
    padding: 0 0 0 24px;
    display: inline-block;
  }

}

@media screen and (min-width: 993px) {

  /*.ct-section:not(.hero) h2 {
    font-size: 48px;
  }*/

  .ct-section .holder .img.custom {
    margin: 0 -32px 0 -40px;
    flex: 0 0 60%;
  }

  .ct-section .holder .img.right.custom {
    margin: 0 -40px 0 -48px;
  }

  .ct-section.platforms .content {
    position: relative;
    z-index: 1;
  }

  .ct-section.platforms .content .cta {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }

  .ct-section.platforms .content .cta a:not(.ct-btn) {
    margin: 0 0 0 32px;
  }

  .ct-section.platforms .prods {
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .ct-section.platforms .carousel {
    padding: 0;
  }

  .ct-section.platforms .carousel .hlights {
    display: flex;
  }

  .ct-section.platforms .carousel .hlights .item {
    padding: 0 12px;
    display: flex;
  }

}

@media screen and (min-width: 993px) and (max-width: 1033px) {
  .ct-section.platforms .content .cta {
    flex-direction: column;
    align-items: start;
  }
}

@media screen and (min-width: 1281px) {
  .ct-section.platforms .carousel .hlights {
    flex-wrap: nowrap;
  }
}