.privacy-banner-sec {
      text-align: center;
      padding: 60px 20px;
      background-color: #F6FAFD;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 320px;
    }

    .privacy-banner-sec h1 {
      font-size: 40px;
      line-height: normal;
      font-weight: 300;
      color: #091422;
    }

    .privacy-banner-sec h1 strong {
      font-weight: 700;
    }

    .privacy-bottom-sec {
        padding: 100px 0;
    }
.terms-item-group  {
  max-width: 1486px;
  margin: 0 auto;
  display: table;
}
.sec-subtitle {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #091422;
    text-transform: capitalize;
    margin-bottom: 7px;
}
.sec-title {
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    color: #091422;
    text-transform: capitalize;
    margin-bottom: 7px;
}
.terms-item-group p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #46494D;
    margin-bottom: 10px;
}
.terms-item-group ul {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: disc;
}
.terms-item-group ul li {
    margin-bottom: 8px;
}
.terms-item-group ul li:last-child {
    margin-bottom: 0px;
}
@media screen and (max-width: 768px) {

.privacy-banner-sec {
    padding: 20px 20px;
    min-height: 150px;
}
.privacy-banner-sec h1 {
    font-size: 24px;
}
.privacy-bottom-sec {
    padding: 20px 0;
}
.sec-subtitle {
    font-size: 16px;
    margin-bottom: 6px;
}
.terms-item-group p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 10px;
}
.sec-title {
    font-size: 16px;
    margin-bottom: 8px;
}
}
