.en-afwp { 
	position: fixed; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	width:800px;
	margin:0 auto;
	-webkit-overflow-scrolling: touch; 
}

.en-apcb {
    border: 1px solid #ddd;
    border-radius: 55px;
    height: 36px;
    top: 13px;
    cursor: pointer;
    width: 36px;
    position: absolute;
    font-size: 14px;
    color: #333;
    right: 13px;
    background: transparent;
}
.en-apf amp-img { 
  height: auto;
    width: 170px;
    margin: 0 auto;
}
.en-apft{
  font-size:56px;
  line-height:1.4;
  font-weight:700;
  color:#333333;
  margin-bottom:10px;
}
.en-apf p{
  font-size: 18px;
    line-height: 1.6;
    color: #555;
    font-weight: 300;
}
.en-apbtn button { border:none; }

.en-cu-cls{
  font-size: 15px;
    line-height: 1.2;
    border: none;
    right: 13px;
    width: auto;
    letter-spacing: 1px;
}    
@media(max-width:768px){
.en-afwp{
    width:100%;
    padding:15px;
  }
  .en-apft {
      font-size: 45px;
  }
  .en-apf p {
      font-size: 15px;
  }
  .en-apbtn a{
    font-size: 16px;
  }
  .en-apbtn button{
    font-size: 14px;
  }
}
@media(max-width:500px){
  .en-apf{
    padding:20px;
  }
  .en-apft {     
      font-size: 30px;
      margin-top:20px;
  }
  .en-apbtn a{
    padding: 20px 25px;
  }
}