/* sdgs */

.sustainability-detail,
.sdgs-detail{
    padding-left: 3em !important;
}

@media (max-width: 992px) {
    .sustainability-detail,
    .sdgs-detail{
        padding-left: 0em !important;
}
}
@media (max-width: 781px) {
    .sdgs-detail {
        max-width: 350px;
        margin: auto;
    }
    .sdgs-detail img {
        border-radius: 0 !important;
    }
    .sdgs-detail .wp-block-columns {
        gap: 0;
    }
    .sdgs-detail .vk_block-margin-xs--margin-bottom {
        margin-bottom: 50px !important;
    }
}