        .p-sustainability-lead {
            background-color: #186e73;
            padding: 1rem 0;
            margin-bottom: 50px;
        }

        .p-sustainability-lead__text {
            font-size: 150%;
            color: #fff;
            line-height: 1.8;
            text-align: center;
            max-width: 934px;
            margin: auto;
        }

        @media screen and (max-width: 580px) {
            .p-sustainability-lead__text {
                text-align: left;
            }
        }