.givewp-welcome-banner-row {
    width: 100%;

    &__header {
        > h1 {
            margin-bottom: var(--givewp-spacing-2);
            padding: 0;
            font-size: 1.25rem;
            font-weight: bold;
            letter-spacing: normal;
            text-align: left;
            color: var(--givep-grey-900);
        }

        > p {
            font-size: 0.875rem;
            letter-spacing: normal;
            text-align: left;
            color: var(--givewp-grey-900);
            margin: 0;
        }
    }

    > span {
        display: flex;
        align-items: center;
        align-self: flex-start;
        gap: var(--givewp-spacing-2);
        margin-bottom: var(--givewp-spacing-2);
        width: 100%;
        line-height: 1.5;


        h2 {
            margin: 0;
        }
    }

    > h2 {
        line-height: 1.5;

        margin: 0 0 var(--givewp-spacing-2) 0;
    }

    > p {
        font-size: 0.875rem;
        letter-spacing: normal;
        text-align: left;
        color: var(--givewp-grey-900);
        margin: 0 0 var(--givewp-spacing-2) 0;
    }
}

@media (max-width: 1280px) {
    .givewp-welcome-banner-row {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-self: stretch;
    }

    .givewp-welcome-banner-row:nth-child(2), .givewp-welcome-banner-row:nth-child(3) {
        flex: 1.25;
    }
}

@media (max-width: 1140px) {
    .givewp-welcome-banner-row:nth-child(2) {
        p {
            margin-bottom: var(--givewp-spacing-2);
        }
    }
}
