.sec12 {
    background: #e9482d;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}

.cv_7 {
    padding: 50px 0 30px;
    font-size: 20px;
}

.cv_7 a {
    color: #ffffff;
}

.sec12 p {
    padding-bottom: 50px;
}

#pp {
    display: none;
    position: fixed;
    z-index: 99999;
    background: #fff;
    top: 0;
    padding: 30px;
    left: 0;
    overflow: scroll;
    height: 100vh;
  }
  
  #pp h2 {
    color: #e9482d;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 6%;
  }
  #pp h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 8% 0 4%;
    color: #1b224c;
  }
  #pp p {
    color: #27316f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
  }
  #pp .close {
    background: #e9482d;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    line-height: 1;
    font-size: 30px;
    padding: 0 10px 7px 10px;
  }
  #pp .close:hover {
    cursor: pointer;
  }