 .p_info {
 width: 44em;
  height:0;
    position: absolute;
    top: 60%;
    bottom: 0;
    left:0%;
    right: 0;
   /* z-index: 22;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 20px;
}
.p_info_fivebox {
   width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 6em;
}
 .p_btitle {
    color: rgb(255 255 255 / 40%);
    font-size:27px;
    line-height: 1.3;
    transition: all ease .8s .6s;
   /* opacity: 0;*/
    transform: translateY(40px);
}

 .p_summary {
    color: rgb(255 255 255 / 100%);
    font-family: arial;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 80px;
    transition: all ease .8s .3s;
    /*opacity: 0;*/
    transform: translateY(40px);
  width: 30em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow-wrap: break-word;
}
 .p_cspan {
    position: relative;
    margin-top: 30px;
    display: none;
    transition: all ease .8s .9s;
    /*opacity: 0;*/
    transform: translateY(40px);
}
 .p_button {
    margin-top: 40px;
    border-radius: 30px;
    border: 1px solid #fff;
    width: 100%;
    max-width: 350px;
    padding: 15px 40px;
    color: #fff;
    text-align: center;
    font-size: 14px;
   /* opacity: 0;*/
    transform: translateY(40px);
    transition: all ease .3s, transform ease .8s .9s, opacity ease .8s .9s;
}
.p_button:hover{background:#fff}