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

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

.flex-content.alternating-content-with-icons .orange-style .blue-ball {
    position: absolute;
    left: 0;
    bottom: calc(-172px/2);
    width: 172px;
    height: 172px;
    border-radius: 50%;
    background-color: var(--Blue);
}

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

.flex-content.alternating-content-with-icons .orange-style .white-corner {
    position: absolute;
    right: -40px;
    top: -40px;
    width: 95px;
    height: 95px;
    border-radius: 0 50% 0 0;
    background-color: #fff;
}

.flex-content.alternating-content-with-icons .flex-row-reverse .orange-style .white-corner {
    right: auto;
    left: -40px;
    border-radius: 50% 0 0 0;
}

.flex-content.alternating-content-with-icons .orange-style .orange-bg {
    position: absolute;
    left: 114px;
    bottom: 0;
    width: calc(100% - 114px + 78px);
    height: calc(100% + 78px);
    border-radius: 12px;
    background-color: var(--Orange);
}

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

.flex-content.alternating-content-with-icons .orange-style img {
    border-radius: 12px 0 0 0;
    position: relative;
}

.flex-content.alternating-content-with-icons .flex-row-reverse .orange-style img {
    border-radius: 0 12px 0 0;
}