.content-low-code-journey {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 110px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}

.content-low-code-anansi {
    align-items: start;
}

.bg-left-anansi {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -220px;
    z-index: -1;
}

.low-code-img-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-low-code {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #222222;
    text-transform: uppercase;
    max-width: 940px;
}

.title-low-code-left {
    text-align: left;
}

.icon-img-low-code {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.container-cards-low-code {
    max-width: 1050px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 50px;
}


.container-anansi {
    max-width: max-content;
    gap: 60px;

    .card-low-code {
        flex: 0 0 calc(33% - 36px);

        .title-card-low-code {
            font-size: 24px;
            line-height: 28px;
        }
    }
}

.card-low-code {
    padding: 40px;
    background-color: #f7f0ff;
    border-radius: 24px;
    flex: 0 0 calc(50% - 25px);
    align-items: center;
    display: flex;
    flex-direction: column;
}

.content-img-low-code {
    position: relative;
}

.img-card-low-code {
    width: 167px;
}

.title-card-low-code {
    font-size: 32px;
    font-weight: 700;
    line-height: 41px;
    text-align: center;
    color: #6800FF;
    max-width: 341px;
    margin-top: 15px;
}

.description-card-low-code {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-top: 15px;
}


@media screen and (max-width: 1580px) {
    .title-low-code {
        font-size: 25px;
        line-height: 30px;
    }

    .title-card-low-code {
        font-size: 25px;
        line-height: 30px;
    }

    .description-card-low-code {
        margin-top: 10px;
        font-size: 18px;
        line-height: 22px;
    }

    .background-img-low-code {
        width: 110px;
    }

    .icon-img-low-code {
        width: 55px;
    }

    .container-anansi {
        gap: 30px;

        .card-low-code {
            flex: 0 0 calc(33% - 18px);

            .title-card-low-code {
                font-size: 20px;
                line-height: 22px;
            }

            .description-card-low-code {
                font-size: 16px;
                line-height: 20px;
            }
        }
    }
}

@media screen and (max-width: 1280px) {
    .bg-left-anansi {
        margin-top: -80px;
        max-width: 235px;
    }
}

@media screen and (max-width: 980px) {
    .bg-left-anansi {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .title-low-code {
        font-size: 20px;
        line-height: 24px;
    }

    .container-anansi {
        gap: 20px;

        .card-low-code {
            flex: 0 0 calc(50% - 10px);
        }
    }

}

@media screen and (max-width: 820px) {

    .content-low-code-journey {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .card-low-code {
        flex: auto;
    }
}

@media screen and (max-width: 710px) {
    .container-anansi {
        .card-low-code {
            flex: 0 0 calc(100% - -2px);

            .title-card-low-code {
                font-size: 18px;
                line-height: 20px;
            }

            .description-card-low-code {
                font-size: 14px;
                line-height: 18px;
            }
        }
    }
}

@media screen and (max-width: 520px) {
    .card-low-code {
        align-items: start;
        padding: 16px 16px 20px 16px;
        border-radius: 14px;
    }

    .content-low-code-journey {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .low-code-img-title {
        flex-direction: row;
    }

    .title-low-code {
        font-size: 16px;
        line-height: 20px;
    }

    .container-cards-low-code {
        margin-top: 30px;
        gap: 20px;
    }

    .background-img-low-code {
        display: none;
    }

    .content-img-low-code {
        background-color: #6800FF;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        flex: none;
    }

    .icon-img-low-code {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        width: 20px;
    }

    .title-card-low-code {
        text-align: left;
        font-size: 16px;
        line-height: 20px;
        margin-left: 20px;
        margin-bottom: 14px;
    }

    .description-card-low-code {
        font-weight: 200;
        font-size: 14px;
        line-height: 18px;
        text-align: start;
        margin-top: 10px;
    }
}