@media(min-width: 600px){


.about{
    background-color: #fff;
    border-radius: 15px;
    width: 80%;
    margin: 0 auto;

}

.product_content_title{
    margin-left: 100px;
    margin-bottom: -20px;
}

.about_flex_wrapper{
    display: flex;
    gap: 5%;
    justify-content: center;
    padding: 25px 0 50px 0;
    align-items: center;
}

.about_content{
    width: 40%;
}

.about_flex_wrapper img{
    width: 30%;
    object-fit: contain;
}
}