/*****  PET RESOURCES PG  *****/

/*centers icons on mobile*/
.pet-resources-icons {
    max-width:200px;
}
@media only screen and (max-width: 450px) {
.pet-resources-icons {
    margin-left: 20%;
}
}