.global{
    height:2726px;
    color:#f2f2f2;
}
.global-center{
    width:1200px;
    margin:0 auto;
    margin-top: 60px;
}
p {
    text-align: start;
    hyphens: none;
}
.global-center div{
    width:365px;
    height:370px;
    background-color: #e3e5e5;
    float: left;
    margin-top: 60px;
    position: relative;
    border:1px solid #e3e5e5;
    transition: all 1s;
    padding: 0 20px;
    
}
.global-center div:hover{
    border: 1px solid #f25354;
    background-color: #fff;
}
.global-center .global-ph{
    margin-left: 50px;
}
.global-center div img{
  position: absolute;
  left:50%;
  top:40%;
 transform: translate(-50%,-40%);
}
.global-center p{
    margin-top:285px;
    font-size: 28px;
    color: #999;
    font-family: "CenturySchlbkCyrillicBT-Roman";
    text-align: center;
}
#as1{
    color: #fff;
    font-family: "CenturySchlbkCyrillicBT-Roman";
}