/*
Theme Name: Twenty Twenty-Five Child
Author: Stefan Beranek
Author URI: https://www.ogre.at
Template: twentytwentyfive
*/

.about-us .wp-block-image img {
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    height: 520px !important;
}

@media (min-width: 768px) {
    footer .wp-block-navigation__container {
        flex-direction: row;
    }

    main {
        margin-top: 0 !important;
    }

    main > div:first-child {
        padding-top: 40px !important;
    }

    footer .wp-block-group {
        padding-top: 0 !important;
    }

    .about-us {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        min-height: 60vh !important;
    }

    .about-us .wp-block-image img {
        height: 520px !important;
        width: 440px !important;
    }
}
