.flex-content.alternating-content-with-icons .blue-style {
    position: relative;
    left: 162px;
}

.flex-content.alternating-content-with-icons .flex-row-reverse .blue-style {
    left: auto;
    right: 162px;
}

.flex-content.alternating-content-with-icons .blue-style img {
    width: 100%;
    position: relative;
}

.flex-content.alternating-content-with-icons .blue-style .blue-bg {
    position: absolute;
    top: -36px;
    left: -36px;
    width: calc(100% + 36px);
    height: calc(100% + 36px);
    background-color: var(--Blue);
    border-radius: 12px;
}

.flex-content.alternating-content-with-icons .flex-row-reverse .blue-style .blue-bg {
    left: auto;
    right: -36px;
}

.flex-content.alternating-content-with-icons .blue-style .orange-corner {
    position: absolute;
    right: calc(100% - 28px);
    bottom: calc(100% - 28px);
    width: 113px;
    height: 113px;
    border-radius: 50px 0 0 0;
    background-color: var(--Orange);
}

.flex-content.alternating-content-with-icons .flex-row-reverse .blue-style .orange-corner {
    right: auto;
    left: calc(100% - 28px);
    border-radius: 0 50px 0 0;
}

.flex-content.alternating-content-with-icons .blue-style .yellow-circle {
    position: absolute;
    bottom: calc(-147px / 2);
    right: 0;
    width: 147px;
    height: 147px;
    border-radius: 50%;
    background-color: var(--Yellow);
}

.flex-content.alternating-content-with-icons .flex-row-reverse .blue-style .yellow-circle {
    right: auto;
    left: 0;
}