* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul {
    list-style: none;
}
.banner {
    text-align: center;
}
.banner img {
    width:200px; 
    height:200px;
    margin: 40px 0;

}
h2 {
    text-align: center;
    margin-top: 20px;
}
ul {
    margin-top: 20px;
    text-align: center;
}
.ownUl {
    display: flex;
    flex-wrap: wrap;
    margin: 100px 0;
}
.ownUl li {
    width: 33.33%;
    margin-bottom: 30px;
}
.page {
    width: 55%;
    border-radius: 20px;
    height: 100%;
}
.infoUl{
    text-align: left;
    line-height: 2;
    /* line-height: 30px;
    height: 30px; */
    color: #fff;
    padding: 50px;
    background-color: #000;
}
