.trustUs{
    width: 95%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    flex-direction: column;
    position:relative;
  }
  .trustUsArrow{
    display:none;
  }
  .trustUs  h3,
  .trustUs h3 span {
    font-weight: inherit;
    font-size: 32px;
    color: black;
    margin-bottom: 50px;
  }
  
  .trustUs h3 span {
    color: #aa1829;
    font-weight: 700;
  }
  .trustUsTypes {
    display: flex;
    justify-content: space-between;
  }
  .trustUsTypes div {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .trustUsTypes div img {
    width: 60%;
    max-width: 80px;
    margin-bottom: 20px;
  }
  .trustUsTypes div p {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .trustUsTypes div span {
    color: #000000;
    font-size: 16px;
    opacity: 0.4;
    text-align: center;
  }

  @media screen and (max-width: 1000px) {
    .trustUs h3, .trustUs h3 span{
      text-align: center;
      font-size: 20px;
      line-height: 25px;
    }
    .trustUsTypes{
      width: 100%;
    }
    .trustUsTypes div{
      width: auto;
      display: block;
    }
    .trustUs .slick-initialized .slick-slide{
      display: flex;
    }
    .trustUsTypes div span{
      width: 70%;
      margin: auto;
    }
    .trustUsArrow{
      display:block;
      height: 30px;
      position: absolute;
    }
    #trustUsLeftArrow{
      left: 30px;
    }
    #trustUsRightArrow{
      right: 30px;
    }
  }