 @media only screen and (min-width: 0rem) {.flex-container {display: flex;align-items: flex-start;gap: 20px;}.flex-container .img-wrap {width: 35%;max-width: 200px;height: auto;flex-shrink: 0;border-radius: 1.5em;overflow: hidden;}.flex-container .img-wrap img {height: 100%;width: 100%;object-fit: cover;background-color: #ffffff;}.flex-container .flex-text {flex: 1;}#small-animal {padding: var(--sectionPadding);padding-bottom: 0px;}#large-animal {padding: var(--sectionPadding);}.services-container {margin: auto;max-width: 70em;width: 94%;}.main-content-wrapper {display: flex;flex-direction: column;justify-content: center;align-items: center;row-gap: 3.125em;}.main-content h1 {margin-bottom: 1rem;font-size: 2.25rem;line-height: 1.75em;font-weight: 700;color: var(--headerColor);}.main-content h2 {margin-bottom: 1rem;font-size: 1.75rem;line-height: 1.5em;font-weight: 700;color: var(--headerColor);}.main-content h3 {margin-bottom: 1rem;font-size: 1.5rem;line-height: 1.5em;font-weight: 700;color: var(--headerColor);}.main-content h4, .main-content h5, .main-content h6 {margin-bottom: 1rem;font-size: 1.25rem;line-height: 1.5em;font-weight: 700;color: var(--headerColor);}.main-content p {margin: 0;margin-bottom: 1rem;font-size: 1rem;line-height: 1.6em;color: var(--bodyTextColor);}.main-content a {text-decoration: underline;font-size: inherit;color: var(--secondary);}.main-content ul, .main-content ol {margin: 1rem 0;padding-left: 2.5rem;}.main-content ul li, .main-content ol li {margin-bottom: 1rem;list-style: circle;font-size: 1rem;line-height: 1.6em;color: var(--bodyTextColor);}.main-content img {display: block;border-radius: 0.5rem;margin: 1rem 0;height: auto;width: 100%;}}@media only screen and (min-width: 64rem) {.main-content-wrapper {flex-direction: row;align-items: flex-start;column-gap: 1.25em;}}@media only screen and (min-width: 0rem) {body.dark-mode .main-content h1, body.dark-mode .main-content h2, body.dark-mode .main-content h3, body.dark-mode .main-content h4, body.dark-mode .main-content h5, body.dark-mode .main-content h6 {color: #f7f7f7;}body.dark-mode .main-content p, body.dark-mode .main-content li {opacity: 0.8;color: #f7f7f7;}body.dark-mode .main-content a {color: #9dafe5;}}