.container早教{
textalign: center;
backgroundcolor: f5f5f5;
padding: 50px;
border: 1px solid ccc;
boxshadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.title {
fontsize: 36px;
color: 333;
marginbottom: 20px;
}
.description {
textalign: justify;
lineheight: 1.5;
}
.imgwrap {
margintop: 30px;
textalign: center;
}
.img {
maxwidth: 300px;
margin: 0 10px;
}