.product__content img{    
    max-width: 100% !important;
    padding-right: 10% !important;
}
.voga-blue-block {
    background-color: #4c6ca3;
    height: auto;
    color: white;

}
.voga-blue-block-element{
    padding-left: 40px;    
}

.voga-blue-block h3 {
    padding-top: 15px;
    padding-left: 40px;    
    color: white;
}

.voga-blue-block-button {    
    padding-bottom: 20px;   
}

.voga-page-block_table {
    display: flex;
    flex-direction: row;
    width: 60%;
    color: #000;
}
.product__content{
    color: #000;
}
.voga-page-table {
    display: flex;
    flex-direction: column;

    padding: 0;
    margin: 0;
    width: 100%;

}

.voga-page-table_title {
    text-align: center;
    font-style: none;
    list-style: none;
    font-size: 19px;
    /* background:#ffff00; */
    width: 100%;
    border-bottom: #000 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.voga-page-row {
    list-style: none;
    height: 50px;
    /* border:#ccc 1px solid; */
    padding: 10px;
    margin: 0;
    text-align: center;
    flex: 1;
}

.vparent {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 100%;
}

.vchild {
    width: 70%;
}

.vchild-second {
    width: 30%;
    padding-right: 10px;
}

@media(max-width:585px) {  
    .product__content img{
        max-width: 100% !important;
    }
}
@media(max-width:384px) {  
    .voga-page-table_title {
        height: 80px;
    }
    .vchild {
        width: 100%;   
        
    }
    .vchild-second {
        width: 100%;
        padding: 20px;
    }
    .voga-blue-block-button-mobile {    
        width: 86%;
        padding: 0 12%;
    }
}