﻿.th-card-2 .flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}

.th-card-2 .flex .col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 20px 20px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  position: relative;
}

.th-card-2 .flex .col .card-link-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  left; 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.th-card-2 .card {
  width: 100%;
}

.th-card-2 .card .button,
.th-card-2 .card .cta_button,
.th-card-2 .card .button-outline {
}

@media (max-width: 1139px) {
  
  .th-card-2 .flex .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
}

@media (max-width: 767px) {

  .th-card-2 .flex .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

}



.ai_application_container__8FTEX {
    /*width: 1200px;*/
    margin: 0 auto 60px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px
}

.ai_application_container__8FTEX>div {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
    overflow: hidden
}

.ai_application_container__8FTEX>div img {
    height: 200px;
    margin-bottom: 20px
}

.ai_application_container__8FTEX>div h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700
}

.ai_application_container__8FTEX>div p {
    font-size: 14px;
    color: #777;
    line-height: 24px;
    padding: 0 20px 30px
}



.products-list1 {
    font-size: 0
}

.products-list1 li {
    display: inline-block;
    margin-right: 64px;
    margin-bottom: 48px;
    vertical-align: top
}

.products-list1 li:nth-child(2n) {
    margin-right: 0
}

.products-list1 li:nth-last-child(1),.products-list1 li:nth-last-child(2) {
    margin-bottom: 0
}

.products-list1 li .simg {
    display: inline-block;
    margin-top: 4px;
    vertical-align: top;
    width: 24px;
    height: 24px
}

.products-list1 li .simg img {
    width: 24px;
    height: 24px
}

.products-list1 li .info {
    display: inline-block;
    width: 510px;
    /*margin-left: 24px*/
}

.products-list1 li .info .title {
    font-size: 18px;
    font-weight: 700;
    color: #374567;
    line-height: 32px
}

.products-list1 li .info .desc {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #575d6c;
    line-height: 36px;
    text-align: justify
}