@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Great+Vibes&family=Playpen+Sans&display=swap');
.text-h2 {
    text-align: center;
    margin-top: 2%;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Playpen Sans', cursive;
}
.carousel-img {
    height: 700px;
}
.product-img {
    margin: 3% 0;
    border-radius: 10px;
}
.product-block {
    display: flex;
    justify-content: space-around;
}
.product-block2 {
    margin-top: 5%;
}


@media (max-width:990px) {
    .product-block {
        flex-wrap: wrap;
    }
    
}