main .csc {
    background: #fff;
    padding: 10% 0
}

main .csc .para-1 {
    max-width: 800px;
    position: relative;
    margin: 20px auto;
    text-align: justify
}

main .csc .arrow-down {
    display: flex;
    margin: 20px auto 50px;
    max-height: 60px;
    justify-content: center
}

main .csc h2.heading {
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 50px
}

@media screen and (max-width:767px) {
  main .csc .para-1 {
          padding: 20px
      }
}

@media (max-width:768px) {
  main .csc .para-1 {
          max-width: 700px
      }
}

.bottom-stats h2,
.stat-block h3 {
    font-weight: 800;
    -webkit-text-fill-color: transparent
}

.stats-3col .divider,
.stats-3col::after,
.stats-3col::before {
    top: 10px;
    bottom: 10px;
    width: 1px;
    position: absolute;
    background: rgba(255, 255, 255, .3)
}

.card-wrapper {
    padding: 20px
}

.card-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    background: linear-gradient(rgba(91, 74, 192, .85), rgba(91, 74, 192, .85)), url("/assets/images/about/bg-1.jpg") center top/cover no-repeat
}

.left-section {
    width: 60%;
    padding: 60px 50px;
    color: #fff
}

.stats-3col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 13px;
    column-gap: 20px;
    padding-top: 20px
}

.stats-3col::after,
.stats-3col::before {
    content: ""
}

.stats-3col::before {
    left: 25%
}

.stats-3col::after {
    left: 50%
}

.stats-3col .divider {
    left: 75%
}

.stats-3col .h-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, .3)
}

.stat-block h3 {
    font-size: 3rem;
    margin-bottom: 5px;
    background: linear-gradient(to bottom, rgb(255 255 255) 51%, rgb(0 9 190 / 44%));
    -webkit-background-clip: text
}

.stat-block p {
    font-size: 1rem;
    opacity: .95
}

.bottom-stats {
    margin-top: 40px;
    display: flex;
    justify-content: space-evenly
}

.bottom-stats h2 {
    font-size: 4rem;
    background: linear-gradient(to bottom, rgb(255 255 255) 51%, rgb(0 9 190 / 44%));
    -webkit-background-clip: text
}

.bottom-stats p {
    font-size: 1.1rem;
    opacity: .95
}

.right-section {
    width: 40%;
    height: 633px;
    clip-path: polygon(1% 0, 100% 0%, 100% 100%, 41% 100%);
    background-color: #fff !important;
    padding-left: 10px !important
}

.scroll-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    animation: 18s linear infinite autoScroll
}

.stripe-overlay {
    position: absolute;
    z-index: 30;
    top: -6%;
    left: -39%;
    width: 175%;
    transform: rotate(-1deg)
}

.image-cell {
    height: 180px
}

.image-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width:768px) {
  .card-container {
          display: flex;
          flex-direction: column;
          padding: 0
      }
}

@media screen and (max-width:768px) {
  .left-section,
      .right-section {
          width: 100%;
          padding: 25px 15px
      }
}

@media screen and (max-width:768px) {
  .right-section {
          clip-path: none !important;
          height: 350px !important;
          padding: 0 !important;
          overflow: hidden !important;
          position: relative
      }
}

@media screen and (max-width:768px) {
  .stats-3col .h-line,
      .stats-3col::after,
      .stats-3col::before,
      .stripe-overlay {
          display: none
      }
}

@media screen and (max-width:768px) {
  .scroll-wrapper {
          display: block !important;
          height: 100%;
          position: relative;
          animation: none !important
      }
}

@media screen and (max-width:768px) {
  .image-cell {
          position: absolute !important;
          top: 0;
          left: 0;
          width: 100%;
          z-index: 0;
          height: 100% !important;
          opacity: 0;
          transition: opacity .8s ease-in-out;
          pointer-events: none
      }
}

@media screen and (max-width:768px) {
  .image-cell.active {
          opacity: 1;
          pointer-events: auto;
          z-index: 1
      }
}

@media screen and (max-width:768px) {
  .image-cell img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block
      }
}

@media screen and (max-width:768px) {
  .stats-3col {
          grid-template-columns: repeat(2, 1fr)
      }
}

@media screen and (max-width:480px) {
  .right-section {
          height: 280px !important
      }
}

@media screen and (max-width:480px) {
  .stripe-overlay {
          display: none
      }
}

@media screen and (max-width:480px) {
  .bottom-stats {
          flex-direction: column;
          gap: 18px
      }
}

@media screen and (max-width:1199px) {
  .card-container {
          background: linear-gradient(rgba(91, 74, 192, .85), rgba(91, 74, 192, .85)) center/cover, url(/assets/images/about/tab-device-webotix.webp) center/cover no-repeat
      }
}

@media screen and (max-width:991px) {
  .card-container {
          background: linear-gradient(rgba(91, 74, 192, .85), rgba(91, 74, 192, .85)) center/cover, url(/assets/images/about/mobile-device-webotix.webp) center/cover no-repeat
      }
}

@media screen and (max-width:767px) {
  .card-container {
          background: linear-gradient(rgba(91, 74, 192, .85), rgba(91, 74, 192, .85)) center/cover, url(/assets/images/about/mobile-device-webotix.webp) center/cover no-repeat
      }
}

@media screen and (max-width:575px) {
  .card-container {
          background: linear-gradient(rgba(91, 74, 192, .85), rgba(91, 74, 192, .85)) center/cover, url(/assets/images/about/mobile-device-webotix.webp) center/cover no-repeat
      }
}

@media screen and (max-width:375px) {
  .card-container {
          background: linear-gradient(rgba(91, 74, 192, .85), rgba(91, 74, 192, .85)) center/cover, url(/assets/images/about/mobile-device-webotix.webp) center/cover no-repeat
      }
}

@media screen and (max-aspect-ratio:9/16) {
  .card-container {
          background: linear-gradient(rgba(91, 74, 192, .85), rgba(91, 74, 192, .85)), url(/assets/images/about/mobile-device-webotix.webp) center top/cover no-repeat
      }
}

@media screen and (min-aspect-ratio:16/9) {
  .card-container {
          background: linear-gradient(rgba(91, 74, 192, .85), rgba(91, 74, 192, .85)), url(/assets/images/about/tab-device-webotix.webp) center top/cover no-repeat
      }
}

