
.product-title{
    color: #FFF;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 33px */
    text-decoration-line: underline;
    padding: 14px 36px;
    background: #04376D;
    margin-top: 50px;
    right: 0;
    bottom: 0;
}

.product-background{
    width: 85%;
    height: 85%; 
    border-radius: 50%;
    z-index: -1;
    background: linear-gradient(180deg, #C0BFBF 0%, #F2F2F2 100%); 
    box-shadow: 0px 1.1658616065979004px 1.1658616065979004px rgba(0, 0, 0, 0.25); 
  
}

.product-subtitle{
    color: #04376D;
    font-family: Poppins;
    font-size: 17.987px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 19.786px */
    margin-top: 30%;
}

.product-desc{
    color: #04376D;
    text-align: right;
    font-family: Cormorant;
    font-size: 15.436px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 18.524px */
}


@media screen and  (max-width: 1080px) {

    .product-title{
        font-size: 20.874px !important;
        padding: 10px !important
    }

    .product-subtitle{
        font-size: 29.958px !important;
        margin-top: 72px !important;
    }
    
    .product-desc{
        font-size: 21.57px !important;
        margin-top: 10px !important;
    }

    .product-image-container{
        max-width: 600px;
        max-height: 600px;
    }

}
@media screen and  (max-width: 576px) {

    .product-title{
        font-size: 11.814px !important;
        padding: 5px 7px !important;
    }

    .product-subtitle{
        font-size: 13.651px !important;
        margin-top: 20px !important;
    }
    
    .product-desc{
        font-size: 9.828px !important;
        margin-top: 4px !important;
    }

    .product-image-container{
        max-width: 180px !important;
        max-height: 180px !important;
    }
}