.product_page{
    display: flex;
    
}
.product_image{
    /*width:100vw;*/
    margin-left: 50px;
    margin-top: 100px;
    /*height: 600px;*/
    width: 700px;
    /*min-width: 700px;*/
}
.product_logo{
    margin-left: 50px;
    margin-top: 100px;
    margin-bottom: 0px;
    height: 320px;
    width: 570px;
}
.logo_img{
    max-width: 100%;
    max-height: 100%;
}
.product_data{
    margin-left: 50px;
    height: 550px;
    width: 700px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
}
.YouTubeImage{
    width: 87px;
    position: relative;
    top: 17px;
}
.InstagramImage{
    width: 50px;
}
.AmazonImage{
    width: 140px;
}
.buy{
    text-align:center;
    width: 220px;
    padding: 3px;
    border: 0.5px solid;
    border-radius: 8px;
}
.product_manual_titile{
    margin-left: 50px;
    margin-top: 50px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 30px;
}
.manual_image{
    margin-left: 50px;
    width:1000px
}
.manual_text{
    margin-left: 50px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    color:rgb(90, 90, 90);
}


@media screen and (max-width: 480px) {
    .product_page{
        flex-direction: column;
        
    }
    .product_image{
        width:100vw;
        margin-left: 5px;
        margin-top: 60px;
    }
    .product_data{
        font-size: 15px;
        width:auto;
        margin-left:25px;
        margin-right: 25px;
    }
    .product_logo{
        width:370px;
        height: 200px;
        margin-left:10px;
        margin-top: 50px;
        margin-left: 10px;
    }
    .product_manual_titile{
        margin-left: 20px;
        margin-top: 180px;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 20px;
    }
    .manual_image{
        margin-left: 5px;
        width:100vw
    }
    .manual_text{
        margin-left: 20px;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 15px;
        color:rgb(90, 90, 90);
    }
   
    
}