@charset "utf-8";

.rpa-cilent-banner {
  width: 100%;
  background-color: #F5F6FC;
  padding: 18px 0 38px;
}

.rpa-cilent-banner-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rpa-cilent-banner-content img {
  max-width: 420px;
  height: auto;
  border-radius: 10px;
}

.rpa-cilent-banner-content h2 {
  max-width: 700px;
  font-size: 38px;
  font-weight: 400;
  color: #333333;
  margin-right: 36px;
}

.cilent-case {
  padding: 10px 0 80px;
}

.cilent-case-content {
  width: 100%;
}

.cilent-case-content h2 {
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  margin: 40px 0 12px;
}

.cilent-case-content p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.background{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 50px 0 0;
}

.background>li{
  width: 100%;
  background: #F5F6FC;
  padding: 20px 0 30px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 10px;
}

.background>li img{
  width: 90px;
  height: 90px;
  margin: 0 40px;
}

.background>li h3{
  font-size: 18px;
font-weight: 400;
color: #2C89FF;
margin-bottom: 15px;
}

.background>li p{
  font-size: 16px;
font-weight: 400;
color: #333333;
line-height: 30px;
}

.download-and-consult{
  display: flex;
}

.download-and-consult a{
  padding: 8px 30px;
  font-size: 14px;
  border-radius: 30px;
}

.download-and-consult a:first-child{
  background-color: #fff;
  color: #187AFB;
  margin-right: 20px;
}

.download-and-consult a:last-child{
  background-color: #F38B07;
  color: #fff;
}



@media screen and (max-width:768px) {
  .container{
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  
  .rpa-cilent-banner-content {
    flex-direction: column;
  }

  .rpa-cilent-banner-content img {
    width: 100%;
  }

  .rpa-cilent-banner-content h2 {
    font-size: 1.4rem;
    margin-top: 1.2rem;
    margin-right: 0;
  }

  .cilent-case-content h2 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 1.5rem 0 .5rem;
  }
  
  .cilent-case-content p {
    font-size: .95rem;
  }

  .background>li{
    flex-direction: column;
    padding: 1.5rem;
  }

  .background>li p{
    font-size: .92rem;
  }


}