.platform-page .top {
  height: 240px;
  padding-left: 143px;
  background: url(../images/banner-technology.png) no-repeat center 0;
  background-size: cover;
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 240px;
}

.textContainer {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.textContainer2 {
  display: block;
}

.textContainer .title {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
}


.textContainer .subtitle {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  padding: 25px 0;
}

.textContainer .text {
  color: #555;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.space {
  padding: 80px 0;
}
.bg-color {
  background-color: #F4F8FC;
}
.col-pic {
  width: 40%;
  text-align: center;
}
.col-text {
  width: 60%;
}
.dsi-model {
  padding-top: 70px;
}
.title2 {
  text-align: center;
  padding-bottom: 25px;
}
.text a {
  color: #555;
  text-decoration: underline;
}
.text a:hover {
  color: #000;
  text-decoration: underline;
}
.forMobile {
  display: none;
}


@media screen and (max-width: 1400px){ 
  .dsi-model {
    padding-right: 20px!important;
  }
}


@media screen and (max-width: 1380px){ 
  .textContainer {
    width: calc(100% - 30px);
    padding: 0 15px!important;
  }
  .col-pic img {
    max-width: 100%;
  }
  .dsi-model {
    padding-right: 20px!important;
  }
}

@media screen and (max-width: 1024px){ 
  .textContainer .title {
    font-size: 32px;
  }
  .textContainer .subtitle {
    font-size: 20px;
    padding: 20px 0;
  }
  .textContainer .text {
    font-size: 14px;
    line-height: 28px;
  }
  .space {
    padding: 40px 0;
  }
}


@media screen and (max-width: 768px){
  .forMobile {
    display: block;
  }

  .forDesktop {
    display: none;
  }
  
  .platform-page .top {
    height: 240px;
    line-height: 206px;
    font-size: 32px;
    padding-left: 20px;
  }

  .textContainer .title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
  }

  .textContainer .subtitle {
    font-size: 18px;
    line-height: 40px;
    padding: 10px 0;
    text-align: center;
  }

  .text {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .text img {
    width: 100%;
  }

  .textContainer {
    width: 90%;
    padding: 0 !important;
    margin-bottom: 0 !important;
    flex-direction: column;
  }

  .platform-page {
    margin-bottom: 60px;
  }
  .space {
    padding: 30px 0;
  }
  .col-pic {
    width: 100%;
  }
  .col-pic img {
    max-width: 90%;
  }
  .col-text {
    width: 100%;
  }
  .dsi-model {
    padding-top: 0;
  }
  .textContainer2 {
    padding: 0!important;
  }
  .dsi-said {
    width: 80%;
    margin: 0 auto;
  }
  .note {
    padding: 0;
    margin-bottom: -10px;
  }
}

@media screen and (max-width: 1024px){ 
  .col-pic img {
    width: 85%;
  }
}