.download-display-banner {
    background: url(/wp-content/uploads/2023/04/download-yeastar-display-apps-banner.webp) center no-repeat;
    background-size: cover;
    min-height: 500px;
    padding-top: 60px;
  }
  .download-display-banner .tag {
    background-color: #00B7FF;
    border-radius: 20px;
    margin: 0 auto;
    width: max-content;
    padding: 6px 30px;
    color: #fff;
  }
  .download-display-banner .banner-info {
    width: 900px;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
  }
  .download-display-banner h1 {
    margin: 12px auto 10px;
    text-align: center;
  }
  /*  */
  .meeting-room-app {
    margin-top: -8.5vw;
  }
  .meeting-room-app .display-flex {
    width: 1100px;
  }
  .meeting-room-app .item {
    width: 47%;
    padding: 0 3.5% 0;
    background-color: #fff;
    box-shadow: 0px 6px 36px 0px rgba(61,74,89,0.17);
    border-radius: 13px;
    min-height: 590px;
    display: flex;
    align-items: center;
  }
  .meeting-room-app .item .svg {
    margin-bottom: 0;
    width: 95px;
    height: 95px;
    background-color: #C9EAFB;
    border-radius: 50%;
  }
  .meeting-room-app h3 {
    margin-top: 20px;
    font-size: 30px;
  }
  .meeting-room-app .icon {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .meeting-room-app .icon .down {
    width: 45%;
    margin-bottom: 0;
  }
  .meeting-room-app .icon a {
    display: block;
  }
  .meeting-room-app .icon .t {
    display: block;
    font-size: 14px;
    margin: -4px 0 21px;
  }
  .meeting-room-app .more-info {
    border-bottom: 1px solid rgb(48 60 66 / 50%);
    padding-bottom: 28px;
  }
  .meeting-room-app .info {
    position: relative;
    padding-left: 15px;
    margin-bottom: 0;
  }
  .meeting-room-app .info:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    top: 10px;
    position: absolute;
    left: 0;
    background-color: #00B7FF;
    border-radius: 50%;
  }
  .meeting-room-app h4 {
    margin-bottom: 10px;
  }
  /*  */
  .related-products {
    margin-top: 6vw;
    padding-bottom: 7vw;
  }
  .related-products h3 {
    font-size: 22px;
    margin: 20px 0 10px;
  }
  .related-products .tag {
    line-height: 31px;
    background-color: rgb(201 234 251 / 50%);
    border-radius: 15px;
    padding: 0 15px;
    width: max-content;
    font-size: 14px;
    margin-bottom: 0;
  }
  .related-products a {
    display: block;
    background: url(/wp-content/uploads/svg/arrow-right-blue.svg) right no-repeat;
    background-size: 14px;
    width: max-content;
    padding-right: 22px;
    transition: all 0.3s;
    margin-top: 0;
  }
  .related-products a:hover {
    padding-right: 25px;
  }.related-products {
    margin-top: 6vw;
  }
  .related-products .item {
    width: 32%;
    min-height: 214px;
    background: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 7px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 30px 24px;
    margin-top: 15px;
  }
  .related-products .item:hover {
    border-color: #fff;
    box-shadow: 0px 6px 36px 0px rgba(61,74,89,0.28);
  }
  .related-products .link {
    margin-bottom: 0;
  }
  .related-products .item .info {
    margin-bottom: 30px;
  }
  @media (max-width: 1500px) and (min-width:768px) {
    div .display-flex {
      width: 1100px;
      max-width: 90%;
    }
    .meeting-room-app .display-flex {
      width: 1000px;
    }
    .meeting-room-app h3 {
      font-size: 26px;
    }
    .meeting-room-app .item {
      padding: 0 3% 0;
    }
    .meeting-room-app .item .svg {
      width: 85px;
      height: 85px;
    }
    .related-products h3 {
      font-size: 20px;
    }
  }
  @media (max-width: 767px) {
	  .display-flex .content-left,
    .display-flex .content-right {
      width: 100%;
      max-width: initial;
    }
    .more-resource .item {
      width: 100%;
      margin-bottom: 20px;
    }
    .meeting-room-app .item,
    .related-products .item {
      width: 100%;
    }
    .meeting-room-app h3 {
      font-size: 24px;
    }
    .meeting-room-app .icon .down {
      width: 100%;
    }
    .meeting-room-app .item {
      padding: 30px 15px;
      margin-bottom: 30px;
    }
    .meeting-room-app .display-flex {
      width: 90%;
    }
  }