.freight .freight-content-infoWrap h2 {
    color: #0C0E12;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.7px;
    line-height: 48px;
}

.freight .freight-content-infoWrap p {
    margin-top: 20px;
    color: #61646B;
    font-size: 17px;
    letter-spacing: -0.4px;
    line-height: 26px;
}

.freight .freight-content-infoWrap h4 {
    margin-top: 40px;
    color: #61646B;
    font-size: 21px;
    letter-spacing: -0.4px;
    line-height: 26px;
}

.freight .freight-content-infoWrap ul {
    margin-top: 30px;
    list-style-type: none;
}

.freight .freight-content-infoWrap ul li {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 24px;
    padding-left: 36px;
    margin-top: 12px;
    position: relative;
}

.freight .freight-content-infoWrap ul li:after {
    position: absolute;
    content: url(/uploads/icons/ic-check-circle.svg);
    left: 0;
    top: 60%;
    transform: translateY(-50%);
}

.textPageBanner-view-two {
    position: relative;
  }
  .textPageBanner-view-two .container {
    min-height: 350px;
    /* max-width: 1330px; */
  }
  .textPageBanner-view-two .container .textPageBanner-content {
    position: relative;
  }
  .textPageBanner-view-two .container .textPageBanner-content-descr {
    max-width: 600px;
    position: relative;
    z-index: 10;
  }
  .textPageBanner-view-two:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
    opacity: 0.7;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }

  @media (max-width: 775px) {
    .textPageBanner-view-two .container {
      min-height: 150px;
      /* max-width: 1330px; */
    }
  
    .textPageBanner-view-two .container .textPageBanner-content-descr {
      max-width: 600px;
      position: relative;
      z-index: 10;
      font-size: 24px;
      line-height: 30px
    }
  
    .text-page-banner {
      padding: 30px 0 40px 0;
    }
  }