.header-logo a img {
    height: 100%;
    width: 65%;
}
.header{
  padding:5px 0px !important;
}
p.announce {
    background-color: #ffd7d7;
    color: #333;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}
.fixed-header {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 80px;
    background-color: #c4e1fd;
    padding: 15px 0px;
    border-radius: 10px;
    border: 2px solid #202e63;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: color 0.3s ease;
    transition: all 0.3s ease-in-out;
}
.fixed-header li {
  display: inline-block;
  min-width: 5em;
  margin: 0 0.5em;
}
.fixed-header a {
    text-decoration: none;
    display: block;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    color: black;
    padding: .5em 0;
}
.fixed-header a.active {
    color: #F44336;
    border-bottom: 2px solid #F44336;
}
.fixed-header a:hover {
    color: #d43e3f;
}

.fixed-header a:hover:before {
  left: 0;
  width: 100%;
}
.fixed-header a:before {
  content: "";
  position: absolute;
  width: 0;
  height: .5px;
  background-color: #c69f73;
  bottom: calc(-1px);
  right: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
h3.text-heading-1{
  font-size:30px;
}
.norms h3, .divi h3 {
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 15px;
    font-size: 30px;
}
.norms h4 {
    font-size: 18px;
    line-height: 35px;
    margin-top: 10px;
}
.norms li {
    font-size: 14px;
    color: #6f6c6c;
    line-height: 22px;
    list-style: disc;
    margin-left: 20px;
}
.bgk{
  background-color: #f5faff;
    padding: 40px 0px;
}
.norms table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top:40px;
  .norms table-layout: fixed;
}

.norms table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.norms table tr {
    background-color: #f5faff;
    border: 1px solid #ddd;
    padding: .35em;
}

.norms table th,
.norms table td {
  padding: .625em;
  text-align: left;
  color:#747474;
}



@media screen and (max-width: 600px) {
  .norms table {
    border: 0;
  }

  .norms table caption {
    font-size: 1.3em;
  }
  
  .norms table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .norms table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .norms table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .norms table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a .norms table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .norms table td:last-child {
    border-bottom: 0;
  }
}
table tr:first-of-type td {
    font-size: 16px;
    font-weight: 600;
    color: #202e63;
}

/*-------------- divi table -------------------*/
.divi table{
      border-collapse: separate;
    border-spacing: 25px 30px;
}
.divi td {
    margin: 20px 10px;
    padding: 30px 25px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.divi h4 {
    font-size: 18px;
    color: #202e63;
    line-height: 22px;
    margin-bottom: 20px;
}
.divi p {
    font-size: 14px;
    line-height: 20px;
}
.divi ul {
    padding: 10px 20px;
}
.divi ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: justify;
    list-style: disc;
    color: #626060;
}