#container {
    width: 100%;
}

#container img {
    width: 100px;
    height: 100px;
}

#container p {
    font-size: 18px;
    color: rgb(0, 0, 0);
    margin-top: 10px;
}

#container h1 {
    width: 1200px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    line-height: 60px;
}

#container>div:nth-of-type(odd) {
    background: rgb(244, 244, 244);
}

#container>div:nth-child(n) {
    height: 220px;
}

#container>div:nth-child(n)>div {
    width: 1200px;
    margin: 0 auto;
}

#container>div:nth-child(n)>div:nth-child(n) div {
    width: 150px;
    height: 130px;
    display: inline-block;
    text-align: center;
    margin-right: 130px;
}



/* footer{ position:absolute; bottom:0px; left:0px;} */