.editor-styles-wrapper .b-square {
    padding: 40px;
    background-color: #EFF0F5;
    aspect-ratio: auto 1 / 1;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
}

.editor-styles-wrapper .b-square__icon {
    width: 80px;
    height: auto;
    margin-bottom: 40px;
}

.editor-styles-wrapper .b-square__title {
    font-size: 24px;
    color: #2B2B2A;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 0;
}

.editor-styles-wrapper .b-square__content {
    font-size: 16px;
    line-height: 1.5;
}