.venha-ser-firjan {
    background-color: #cecece;
    display: flex;
    flex-direction: column;

    .cards-venha {
        display: flex;
        flex-wrap: wrap;
        max-width: 1009px;
        gap: 40px;
        row-gap: 32px;
        position: relative;
        padding: 120px 0 65px;
        justify-content: center;
        align-self: center;

        .card-venha {
            padding: 27px 20px 26px 45px;
            width: 28.3%;
            border-radius: 65px 15px 15px 15px;
            -webkit-border-radius: 65px 15px 15px 15px;
            -moz-border-radius: 65px 15px 15px 15px;
            filter: drop-shadow(-9px 10px 9px rgba(0, 0, 0, 0.5));
            color: #ffff;

            .icon {
                position: absolute;
                height: 90px;
                width: 90px;
                top: -50px;
                right: 26px;
                background-color: #ffff;
                border-radius: 100%;

                & img {
                    width: 60px;
                    height: auto;
                    position: absolute;
                    max-width: none;
                    left: 10px;
                    top: 10px;
                }
            }

            .texto-card {
                width: 88%;
                line-height: 22px;
                font-size: 1.2rem;
                margin-top: 1rem;
                margin-bottom: 0;
            }
        }

        .card-venha:nth-child(1) {
            background-color: #263b59;

            .icon {
                border: 5px solid #263b59;
            }
        }

        .card-venha:nth-child(2) {
            background-color: #b2d465;

            .icon {
                border: 5px solid #b2d465;
            }
        }

        .card-venha:nth-child(3) {
            background-color: #ec8112;

            .icon {
                border: 5px solid #ec8112;
            }
        }

        .card-venha:nth-child(4) {
            background-color: #5dc5ea;
            height: fit-content;
            align-self: flex-end;

            .icon {
                border: 5px solid #5dc5ea;
            }
        }

        .card-venha::before {
            content: '';
            background: url(../image/Venha-ser-firjan/simbolo-de-mais.png) no-repeat center;
            background-size: contain;
            position: absolute;
            height: 32px;
            width: 32px;
            top: 60px;
            left: -16px;
            filter: invert(1);
        }

        .card-venha:nth-child(1)::before,
        .card-venha:nth-child(4)::before {
            content: none;
        }
    }

    .texto {
        max-width: 925px;
        align-self: center;
        padding-bottom: 25px;
    }

    .card-info {
        display: flex;
        flex-direction: column;
        background-color: #003bd1;
        border-radius: 15px;
        padding: 17px 29px 0px;
        color: #ffff;
        width: 28.3%;

        & img {
            height: auto;
            width: 80px;
        }

        & p {
            width: 196px;
            font-size: 1.2rem;
        }
    }

    .card-info-link {
        width: 28.3%;
        height: 221px;
        background: url(../image/Venha-ser-firjan/venha-ser-firjan26.png) no-repeat;
        background-position: center;
        background-size: 297px 229px;
        display: flex;
        align-items: center;
        justify-content: center;

        & p {
            width: 55%;
            margin-top: 75px;
            font-size: 1.1rem;

            & a {
                text-decoration: underline;
            }
        }
    }

    @media (max-width: 768px) {
        .cards-venha {
            padding: 80px 0;
            row-gap: 76px;

            .card-venha {
                width: 290px;
            }

            .card-venha::before {
                bottom: -20px;
                left: 42%;
                top: auto;
            }

            .card-venha:nth-child(1)::before {
                content: '';
            }

            .card-info {
                width: 290px;
            }

            .card-info-link {
                width: 290px;
                background-size: 98% 100%;

                & p {
                    font-size: 1rem;
                }
            }
        }
    }
}