Having some trouble with media queries on a physician website I'm developing. I've tried multiple times but can't seem to figure out why they aren't working. If anyone could take a look and offer some guidance, that would be much appreciated! Here's the link to the codepen: https://codepen.io/Razu381/pen/XQJVzg
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
body{
font-size: 15px;
}
.slide-text h4{
font-size: 25px;
}
.slide-text p{
font-size: 16px;
}