h1.page-header {
    display: none !important;
}

ol.breadcrumb {
    display: none !important;
}

.sdg-costing-2023-pw-container {
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.sdg-costing-2023-pw-sdg-wheel {
    width: 100%;
    max-width: 100px !important;
    display: block;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .sdg-costing-2023-pw-container {
        flex-direction: row;
        justify-content: space-between;
        height: 435px;
    }

    .sdg-costing-2023-pw-column1 {
        flex: auto;
        display: flex;
        align-items: center;
        padding-left: 95px;
        padding-top: 15px;
        justify-content: flex-start;
        align-content: space-between;
        flex-wrap: wrap;
    }

    .sdg-costing-2023-pw-vertical-line {
        width: 2px;
        height: 110px;
        background-color: white;
        margin-right: 10px;
    }

    .sdg-costing-2023-pw-text {
        color: white;
        line-height: 0.5;
    }

    .sdg-costing-2023-pw-title {
        font-size: 55px;
        font-weight: 700;
    }

    .sdg-costing-2023-pw-subtitle {
        font-size: 45px;
        font-weight: 600;
    }

    .sdg-costing-2023-pw-column2 {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding-right: 20px;
        justify-content: flex-end;
    }

    .sdg-costing-2023-pw-related-sdgs {
        color: white;
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
    }

    .sdg-costing-2023-pw-circular-images {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 10px;
        margin-top: 20px;
        position: relative;
    }

    .sdg-costing-2023-pw-circular-images img {
        width: 120px;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .sdg-costing-2023-pw-text {
        color: white;
        font-weight: 600;
        line-height: 46px;
    }

    .sdg-costing-2023-pw-title {
        font-size: 55px;
        font-weight: 700;
        line-height: 1;
    }

    .sdg-costing-2023-pw-subtitle {
        font-size: 45px;
        font-weight: 600;
    }

    .sdg-costing-2023-pw-container {
        flex-direction: column;
    }

    .sdg-costing-2023-pw-column1,
    .sdg-costing-2023-pw-column2 {
        width: 100%;
        text-align: center;
        padding: 20px;
    }

    .sdg-costing-2023-pw-vertical-line {
        display: none;
    }

    .sdg-costing-2023-pw-sdg-wheel {
        margin: 0 auto;
        max-width: 240px !important;
        padding-top: 46px !important;
    }

    .sdg-costing-2023-pw-text {
        margin-top: 46px;
    }

    .sdg-costing-2023-pw-related-sdgs {
        color: white;
        margin-top: 20px;
        margin-bottom: 25px;
        font-size: 30px;
        font-weight: 600;
    }

    .sdg-costing-2023-pw-circular-images {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .sdg-costing-2023-pw-circular-images img {
        width: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .sdg-costing-2023-pw-circular-images img {
        width: 55px;
        /* margin-left: 10px;*/
    }
}

.sdg-costing-2023-pw-circular-images::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    border: 1px solid white;
}

@media (max-width: 768px) {
    .sdg-costing-2023-column-reverse {
        flex-direction: column-reverse;
    }
}