.page-ANIMAL_SHELTER .animal_shelter_contact_us_heading {text-align: center;}

.page-ANIMAL_SHELTER .animal_shelter_contact_us_container {
display: flex;
flex-direction: row;
gap: 30px;
align-items: flex-start;

}
.page-ANIMAL_SHELTER .animal_shelter_contact_us_container h4 {
white-space: nowrap;
}
@media screen and (min-width: 48em) {
   .page-ANIMAL_SHELTER  .tier1_contactus div#tabpanel-2 {
        display: block !important;
    }
}
