.banner11 {
    background-image: url(./engl.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100%;
}


.banner11 h2 {
    font-size: 80px;
    color: rgba(255, 255, 255, 0.899);
    font-family: 'Playfair Display', serif;
    /* margin-top: 1%; */
    /* padding: 16%; */
    /* margin-left: 7%; */
    width: 100%;
    /* background-color: aqua; */
    padding-top: 20%;
    text-align: center;

}



.product-card img {
    max-height: 250px;
    object-fit: contain;
    margin-bottom: 20px;
}

.product-card h5 {
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
}

.product-card ul {
    font-size: 0.9rem;
    line-height: 1.5;
}

h6 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
}

p {
    font-size: 0.85rem;
}