.section-common-content {
    position: relative;
    background-image: url(../../../images/render/ca-dots.svg), url(../../../images/render/ca-dots.svg);
    background-position: top left, center right;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
}

.section-common-content ul,
.section-common-content ol {
    list-style: disc;
    padding-left: 32px;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.section-common-content ol {
    list-style: decimal;
}