body:not(.page-template-default) .blocks {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

body:not(.page-template-default) .block-width-100 {
    width: 100%;
}

body:not(.page-template-default) .block-width-50 {
    width: calc(50% - 15px);
}

body:not(.page-template-default) .block-width-33 {
    width: calc(33.333% - 20px)
}

.page-template-default-fixed>.container .block>.container {
    padding: 0;
}

@media (max-width:1024px) {
    body:not(.page-template-default) .blocks {
        gap: 20px;
    }

    body:not(.page-template-default) .block-width-100,
    body:not(.page-template-default) .block-width-50,
    body:not(.page-template-default) .block-width-33 {
        width: 100%;
    }
}