body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f8f8f8;
    color: #333;
}

.banner {
    overflow: hidden;
    max-height: 500px;
    background-position: center 50%;
}

.banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.content {
    padding: 20px;
    text-align: center;
}

.text-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #0056b3;
}

.product-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.product-details .logo img {
    width: 200px;
    height: auto;
}

.product-details ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.product-details ul li {
    font-size: 1.5rem;
    margin: 10px 0;
}
