@media only screen and (min-width: 981px) {
    .home {
        .et_pb_section_1:before {
            position: absolute;
            content: "";
            top: 0;
            right: 0;
            left: 50%;
            bottom: 0;
            background: url(/wp-content/uploads/2025/02/auscap-team-scaled-e1742368867103.jpeg) no-repeat;
            background-size: cover;
            background-position: center;
            transform: scale(1);
        }
        .et_pb_section_1.et_pb_section {
            padding-top: 60px;
            padding-bottom: 60px;
            background-color: #fffaf1!important;
        }
        .et_pb_section_1 {
            height: auto;
            min-height: 600px;
            display: flex;
            align-items: center;
        }
        .et_pb_image_0 {
            display: none!important;
        }
    }
}