*{
  margin: 0;
  padding: 0;
}
.solutions{
  width: 100%;
  min-height: 700px;
}
.solution{
  max-width: 1320px;
  min-width: 1000px;
  height: auto;
  margin: 50px auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  .solution-content{
    width: 30%;
    text-decoration: none;
    color: #000000;
    height: auto;
    display: flex;
    flex-flow: column;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(25, 65, 196, 0.05);
    padding: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    &:hover {
      transform: translateY(2px);
      box-shadow: 0 2px 5px rgba(25, 65, 196, 0.35);
    }
    img{
      width: 100%;
      height: 200px;
      border-radius: 10px 10px 0 0;
    }
    .solution-title{
      font-size:21px;
      line-height: 50px;
    }
    .solution-list{
        font-size:16px;
        line-height: 30px;
        /* padding: 0 20px 0px 20px; */
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
  }
}

@media screen and (max-width: 768px) {
  .solution{
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    height: auto;
    margin: 50px auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    .solution-content{
      text-decoration: none;
      color: #000000;
      width: 100%;
      height: auto;
      display: flex;
      flex-flow: column;
      border-radius: 10px;
      box-shadow: 0 8px 20px rgba(25, 65, 196, 0.05);
      padding: 10px;
      img{
        width: 100%;
        height: 10rem;
        border-radius: 10px 10px 0 0;
      }
      .solution-title{
        font-size:22px;
        line-height: 50px;
      }
      .solution-list{
        font-size:16px;
        line-height: 30px;
      }
    }
  }
}

.userCase{
  max-width: 1320px;
  min-width: 1000px;
  height: auto;
  margin: 50px auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  .userCase-content{
    width: 30%;
    height: auto;
    display: flex;
    flex-flow: column;
    box-shadow: 0 8px 20px rgba(25, 65, 196, 0.05);
    padding: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
    border-radius: 10px;
    &:hover {
      transform: translateY(2px);
      box-shadow: 0 2px 5px rgba(25, 65, 196, 0.35);
    }
    img{
      width: 100%;
      height: 200px;
    }
    .userCase-title{
      font-size:22px;
      line-height: 50px;
    }
    .userCase-tag{
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      span{
        color: #919AAA;;
        font-size: 14px;
        padding: 5px 10px;
        background: #ECF0F8;
        border-radius: 5px;
        margin-right: 10px;
        margin-bottom: 10px;
      }
    }
    .userCase-list{
      font-size:16px;
      line-height: 30px;
    }
  }
}
@media screen and (max-width: 768px){
  .userCase{
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    height: auto;
    margin: 50px auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    .userCase-content{
      width: 100%;
      height: auto;
      display: flex;
      flex-flow: column;
      box-shadow: 0 8px 20px rgba(25, 65, 196, 0.05);
      padding: 10px;
      text-decoration: none;
      color: #000000;
      img{
        width: 100%;
        height: 10rem;
      }
      .userCase-title{
        font-size:22px;
        line-height: 50px;
      }
      .userCase-tag{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        span{
          color: #919AAA;;
          font-size: 14px;
          padding: 5px 10px;
          background: #ECF0F8;
          border-radius: 5px;
          margin-right: 10px;
          margin-bottom: 10px;
        }
      }
      .userCase-list{
        font-size:16px;
        line-height: 30px;
      }
    }
  }
}

.contactUs{
  max-width: 1320px;
  min-width: 1000px;
  height: auto;
  margin: 50px auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  a{
    text-decoration: none;
    color: #000000;
  }
  .contactUs-title{
    font-size:22px;
    line-height: 50px;
  }
  .contactUs-content{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(25, 65, 196, 0.05);
    padding: 20px;
    h1{
      width: 100%;
      font-size: 26px;
      text-align: center;
    }
    p{
      font-size: 16px;
      line-height: 30px;
      text-indent: 2em;
      margin: 10px 0;
      text-align: justify;
      img{
        width: 90%;
      }
    }
    h3{
      font-size: 16px;
      line-height: 30px;
      text-indent: 2em;
      margin: 15px 0;
    }
  }
}

@media screen and (max-width: 768px){
  .contactUs{
    max-width: 100%;
    min-width: 100%;
    width:100%;
    height: auto;
    margin: 50px auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    .contactUs-title{
      font-size:22px;
      line-height: 50px;
    }
    .contactUs-content{
      width: 100%;
      height: auto;
      display: flex;
      flex-flow: column;
      border-radius: 10px;
      box-shadow: 0 8px 20px rgba(25, 65, 196, 0.05);
      padding: 20px;
      h1{
        width: 100%;
        font-size: 26px;
        text-align: center;
      }
      p{
        font-size: 16px;
        line-height: 30px;
        text-indent: 2em;
        margin: 20px auto;
        text-align: justify;
        img{
          width: 90%;
        }
      }
    }
  }
}

