.container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 auto 60px;
    padding: 0;
    flex-wrap: wrap;
    max-width: 900px;
}

/* Tiêu đề to và nổi bật */
.text1 {
    font-size: 34px;
    font-weight: bold;
    color: #222;
    margin-top: 30px;
}

/* Nội dung bên trong căn trái, đọc dễ hơn */
.text2 {
    font-size: 22px;
    text-align: left;
    line-height: 1.6;
    color: #333;
    margin-top: 20px;
}

/* Danh sách điều kiện bảo hành */
.text3 {
    margin: 20px 0;
    padding-left: 40px;
    list-style-type: disc;
    text-align: left;
}

.text3 li {
    margin-bottom: 10px;
}

.image {
    text-align: center;
}

img {
    width: 100%;
    max-width: 400%;
    margin: 20px 0;
}
