
.testim {
  background-color: #101727;
}

.wrap-test {
    padding: 3rem 0.8rem 5rem;
    max-width: 1440px;
  }
  
  .t-title h3 {
    font-size: 2rem;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 2rem;
    background: -webkit-linear-gradient(45deg, #ffbd99, #b66dff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  
  .te-box {
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 8px;
  }
  
  .te-box.mol {
    margin-bottom: 4rem;
  }
  
  .te-pic {
    display: flex;
    justify-content: space-between;
    padding: 1.4rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }
  
  .te-pic img:nth-child(1) {
    width: 64px;
  }
  
  .te-pic img:nth-child(2) {
    width: 60px;
  }
  
  .te-cont {
    padding: 1.2rem 1rem;
  }
  
  .te-cont img {
    width: 30px;
    margin-bottom: 1.4rem;
  }
  
  .te-cont p {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #fff;
  }
  
  .te-name {
    padding: 1.2rem 1rem;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
  }
  
  .te-name h5 {
    font-size: 2rem;
    font-weight: 500;
    color: #00DE8E;
    margin-bottom: 0.8rem;
  }
  
  .te-name div {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.5);
  }
  
  .te-pic.easy img:nth-child(2) {
    width: 40px;
  }
  
  .te-name.easy h5 {
    font-size: 1.5rem;
    color: #00C2FF;
  }
  
  @media screen and (min-width: 1024px) {
    .wrap-test {
      margin-left: auto;
      margin-right: auto;
    }
  
    .t-title h3 {
      font-size: 4rem;
      margin-bottom: 3rem;
      text-align: center;
      font-weight: 700;
    }
  
    .te-box {
      display: flex;
      margin-left: auto;
      margin-right: auto;
  
    }
  
    .te-pic {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      padding: 1.4rem;
      border-right: solid 1px rgba(255, 255, 255, 0.5);
      border-bottom: none;
      width: 140px;
      padding: 3rem;
    }
  
    .te-pic.easy img:nth-child(2) {
      width: 48px;
    }
    
  
    .te-box-bottom {
      display: flex;
      flex-direction: column-reverse;
      width: 100%;
  
    }
  
    .te-name {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: solid 1px rgba(255, 255, 255, 0.5);
      border-top: none;
      padding: 3rem;
    }
  
    .te-name h5 {
      margin-bottom: 0;
    }
  
    .te-name.easy h5 {
      font-size: 2rem;
      color: #00C2FF;
    }
    
  
    .te-cont {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 3rem;
    }
  
    .te-cont p {
      font-size: 1.5rem;
      line-height: 1.5;
  
    }
  
    .te-cont img {
      width: 48px;
      margin-right: 2.4rem;
    }
    
  }
  
  @media screen and (min-width: 1280px) {
    .wrap-test {
      padding: 5rem 0 14rem 0;
      width: 94%;
    }
  }
  @media screen and (min-width: 1440px) {
    .t-title h3 {
      font-size: 5rem;
    }
  
    .te-pic {
      width: 200px;
    }
  
    .te-pic img:nth-child(1) {
      width: 100px;
    }
  
    .te-cont p {
      font-size: 2.2rem;
      font-weight: 300;
    }
  
    .te-name h5 {
      font-size: 2.5rem;
    }
  
    .te-name.easy h5 {
      font-size: 2.5rem;
    }
  }
  