.bottom{
    width: 100%;
    height: 120rem;
    background-color: black;
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.bottom-left{
width: 170rem;
height: 100rem;
}
.bottom-left p{
    font-size: 8rem;
    color: white;
}
.bottom-center{
width: 150rem;
height: 100rem;
background-color: black;
}
.bottom-center p{
    font-size: 15rem;
}
.bottom-right{
    width: 200rem;
    height:100rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.bottom-right img{
    width: 50rem;
    height:50rem;
}
.bottom-right p{
    margin-top: 80rem;
    margin-left: -97rem;
    font-size: 7rem;
    color: white;
}
.bottom-bottom{
    width: 200rem;
    height: 20rem;
    margin-left: 280rem;
    margin-top: -20rem;
}
.bottom-bottom p{
    font-size: 8rem;
    text-align: center;
    margin-top: -13rem;
    color: white;
}
.bottom-bottom img{
    margin-left: 45rem;
}
.zp{
    width: 100%;
    height: 250rem;
    margin-top:20rem;
}
.zp-1{
    width: 100rem;
    height: 20rem;
    margin: auto;
    align-items: center;
}
.zp-1 span{
    font-size: 15rem;
    color: #595961;
}