.wdk-section {
    position: relative;
    padding: 64px 32px;
}

.wdk-section.blue {
    background-color: var(--light-blue);
}

.wdk-section.green {
    background-color: var(--secondary-light);
}

.wdk-section.yellow {
    background-color: var(--complementary-03);
}

#contentSection .wdk-section {
    padding: 0;
}

.wdk-layout-content .wdk-section {
    width: calc(100vw - var(--sidebar-expanded-width) - 60px);
}

#sidebar-trigger:checked~.wdk-layout .wdk-layout-content .wdk-section {
    width: calc(100vw - 58px - 48px);
    transition: .3s;
    transition-delay: .3s;
}

.wdk-layout-content>.wdk-section {
    width: calc(100% + 48px) !important;
    margin-left: -24px;
}

.wdk-layout-content>.wdk-section:first-child {
    margin-top: -36px;
}

@media(max-width: 992px) {
    .wdk-section.blue,
    .wdk-section.yellow,
    .wdk-section.green {
        background-color: transparent;
    }

    .wdk-section {
        width: 100% !important;
    }
}

@media(max-width: 576px) {

    .wdk-section.blue,
    .wdk-section.green,
    .wdk-section.yellow {
        width: 100% !important;
        margin: 0 !important;
        padding: 16px 0 44px 0 !important;
    }

    .wdk-section.yellow,
    .wdk-section.green {
        margin-top: -32px !important;
    }
}

.wdk-layout-content > .wdk-section {
    margin-top: -32px
}
