.toptext {
    text-align:center;
    padding-top:15px;
}
.bullets ul {
    margin-top: 30px;
    list-style-position: inside;
    text-align:left;
    margin-left:5%;
    margin-right:5%;
    width: 40%;
}
.bullets {
    display:flex;
}
.toptext li {
    padding-left:30px;
}
.product {
    width: 50%;
    margin-bottom: 15px;
}
.product p {
    width: 85%;
    padding-top: 10px;
    margin: auto;
    text-align: justify;
}
.product img {
    width: 70%;
    margin-left:15%;
    margin-top:15px;
    border:1px solid black;
    border-radius:10px;
}
.product h1{
    text-align:center;
    font-weight: normal;
    color: #823EB9;
    font-size:24px;
    margin-top:5px;
}
.product-container {
    display:flex;
    margin-top:20px;
}

@media screen and (max-width:650px){
    .product-container {
        display:block;
    }
    .product {
        width: 90%;
        margin:auto;
    }
    .product img {
        width: 70%;
        margin-left:15%;
    }
    .bullets {
        display:block;
    }
    .bullets ul {
        width: 90%;
        margin:auto;
    }
    .toptext li {
        padding-left: 5px;
    }
}