@media only screen and (max-width: 600px) {

p {
Font-size: 16px;
}

}

@media only screen and (max-width: 600px) {

.btn-buy {
margin-bottom: 10px;
}

}