.wp-block-post-title {
    display: none !important;
}

main#wp--skip-link--target {
    margin-top: 0 !important;
    padding-top: 0 !important;
    /* margin-bottom: 21vh !important; */
    margin-bottom: 15vh;
}

main .wp-block-group.has-global-padding:first-of-type {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.wrapper {
    max-width: var(--wp--style--global--wide-size) !important;
    margin: auto !important;
    padding-left: 1rem;
    padding-right: 1rem;
}

.about-hero-section h1 {
    color: var(--color-gray-900);
    padding-top: 32px !important;
    margin-bottom: 16px;
}

.about-hero-section h1,
.about-hero-section p {
    text-align: left !important;
}

.about-hero-section p {
    line-height: 28px !important;
}

.about-page-make-difference-text {
    line-height: 32px !important;
}

.about-item h3 {
    line-height: 24px !important;
}

.contact-section {
    /* padding-bottom: 32px; */
}

.about-page-join-wrapper, .about-join-us-section  {
    max-width: 100% !important;
}

.about-contact-section h2,
.about-join-us-section h3 {
    line-height: 32px !important;
}

.about-contact-section p {
    line-height: 24px !important;
}

.add-offer-button a {
    line-height: 23px !important;
}

.about-text {
    max-width: var(--container-3xl);
    margin: auto !important;
    color: #4a5565 !important;
}

.about-image img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.about-opportunities-section {
    margin-bottom: 48px !important;
}

.about-opportunities-wrapper {
    flex-basis: 50% !important;
}

.about-opportunities-wrapper h2 {
    margin-bottom: 24px !important;
}

.about-items {
    flex-wrap: wrap !important;
}

/* Contact Section Shortcode Styles */
.about-contact-section {
    text-align: center;
    margin: 0 0;
}

.about-contact-section h2 {
    margin-bottom: 1rem;
    color: var(--color-gray-900);
}

.lob-contact-text {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.lob-contact-text a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s;
}

.lob-contact-text a:hover {
    /* opacity: 0.8; */
    text-decoration: underline;
}

/* Mobile-first responsive breakpoints */

/* Tablet and up (640px+) */
@media (min-width: 640px) {

    .about-hero-section h1,
    .about-hero-section p {
        text-align: center !important;
    }

    .wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/* Tablet large and up (768px+) */
@media (min-width: 768px) {
    .about-items {
        flex-wrap: nowrap !important;
    }
}

/* Desktop and up (1024px+) */
@media (min-width: 1024px) {
    .wrapper {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Tablet and below (max-width: 1024px) */
@media only screen and (max-width: 1024px) {
    .about-opportunities-section {
        flex-wrap: wrap !important;
    }

    .about-opportunities-wrapper {
        flex-grow: 1 !important;
    }

    .about-opportunities-wrapper h2,
    .about-opportunities-wrapper p {
        max-width: 100% !important;
    }
}

/* Mobile (max-width: 768px) */
@media only screen and (max-width: 768px) {
    main#wp--skip-link--target {
        margin-bottom: 13vh;
    }
}