/* ===== Banner Section ===== */
/*.banner{
  position:relative;
  width:100%;
  min-height:320px;
  background:url('https://optycommerce.com/assets/Terms-Conditions.webp') center/cover no-repeat;
}

.banner::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(5,30,55,0.65);
}

.banner-content{
  position:relative;
  z-index:2;
  max-width:1200px;
  margin:auto;
  padding:100px 20px;
  color:#fff;
}

.banner-content h1{
  margin:0;
  font-size:40px;
  font-weight:600;
}*/

/* ===== Content Section ===== */
.content{
  max-width:1200px;
  margin:auto;
  padding-bottom:50px;
  line-height:1.7;
}

.content h2{
  margin-top:25px;
  font-size:24px;
  color:#000;
}

.content h3{
  margin-top:20px;
  font-size:20px;
  color:#000;
}

.content h4{
  margin-top:18px;
  font-size:18px;
  color:#000;
}

.content h5{
  margin-top:15px;
  font-size:16px;
  color:#000;
}

.content p{
  margin-top:8px;
  margin-bottom:8px;
  font-size:16px;
  color:#000;
}

.content ul{
  padding-left:40px;
}

.content ol{
  padding-left:40px;
}

table {
    width: 70%;
    margin-bottom: 30px;
}

td {
    padding: 5px;
    border: .1rem solid;
}

/* ===== Mobile Responsive ===== */
@media(max-width:768px){
  .banner{
    min-height:220px;
  }

  .banner-content{
    padding:70px 20px;
    text-align:center;
  }

  .banner-content h1{
    font-size:26px;
  }

  .content{
    padding:35px 16px;
  }
}