body{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  margin: 0px;
}
.container{
  max-width: 1230px !important;
  margin: 0 auto;
  padding: 0px 20px;
}
h2{
  font-weight: 700 !important;
  margin: 32px 0 8px;
  font-size: 28px !important;
  color: #e92167;
}
p{
    color: #000;
    font-size: 15px !important;
    line-height: 23px !important;
        margin: 6px 0px;
}
b {
    font-weight: 700;
    font-size: 18px;
    display: flex;
    margin-top: 18px;
}
.main-heading{
  font-weight: 600 !important;
  margin: 32px 0;
  color: #9f7647;
  font-size: 42px !important;
}
.container.cpad ul {
  padding-left: 20px;
}

.container.cpad ul li {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 26px;
}

.container.cpad ul li:last-child{
  margin-bottom: 0;
}

.header {
  overflow: hidden;
  background-color: #413338;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: normal;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a.active {
  background-color: dodgerblue;
  color: white;
}

.logo {
  width: 55px;
}

.header h3 {
  margin: 0;
  color: #edd094;
  font-size: 22px;
}

.header img.logo {
  border: 2px solid #fff;
  border-radius: 11px;
}

.container.cpad :is(h4, h3) {
  font-size: 22px;
  margin-bottom: 0;
}
div#page-content-wrapper {
  margin-top: 60px;
}

@media (max-width: 767px){
  .main-heading {
    margin: 5px 0;
    font-size: 28px !important;
  }
  div#page-content-wrapper {
    margin-top: 40px;
  }
  #page-content-wrapper p {
    font-size: 16px !important;
    line-height: 28px !important;
  }
  .container.cpad ul {
    padding-left: 20px;
    margin-top: 25px;
  }
  .container.cpad ul li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }
  #page-content-wrapper h2 {
    font-weight: 700 !important;
    margin: 32px 0 8px;
    font-size: 28px !important;
    color: #e92167;
    line-height: 30px;
  }
  .header {
    padding: 15px 20px;
    gap: 12px;
  }
  .header img.logo {
    border-radius: 8px;
  }
  .logo {
    width: 40px;
  }
  .header h3 {
    font-size: 18px;
  }

}