.about-products {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
}

.about-products .info {
    background-size: cover;
    width: 50%;
    box-sizing: border-box;
}


.about-products h2 {
    text-transform: uppercase !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    margin-bottom: 16px !important;
    margin-top: 0 !important;
    line-height: 38px !important;
}

.about-products .flex-content {
    max-width: 1264px;
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: space-between;
    padding: 0 16px;
    margin: 0 auto;
}

.about-products figure {
    margin-bottom: 0 !important;
}

@media (max-width: 1264px) {
    .about-products .flex-content {
        flex-direction: column;
        gap: 0;
    }
    .about-products .info {
        padding: 0;
        width: 100%;
    }
    .about-products figure {
        margin-top: 16px;
    }
}

.block-editor .about-products{
    padding-top: 0px;
}

.block-editor img {
    max-width: 512px;
}