body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-width: 320px;
}

/* Variables */
:root {
  --pm-red: #7F3B3B;
  --pm-green: #77815D;
  --pm-blue: #619DA9;
}


/* ------------------ Media Queries ------------------ */

/* Small devices (phones) */
@media (max-width: 750px) {
    article {padding: 10px 10px 30px 10px;}
}

/* Medium devices (tablets, laptops) */
@media (min-width: 750px) { 
    /* article section */
    article {padding: 40px 8vw;}
}
 
/* Large devices (desktops) */
@media (min-width: 1400px) { 
    /* article section */
    article {padding: 40px 15vw;}
}