﻿.indica-produtos {
    text-align: center;
    width: 100%;
    max-width: 88rem;
    margin: 0 auto;
    padding: 2.1875rem 6.5625rem;
}

    .indica-produtos div {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

        .indica-produtos div span {
            width: 2px;
            height: 6rem;
            background-color: #cfcfcf;
            border-radius: 50%;
        }

        .indica-produtos div img {
            width: 4.75rem;
        }

        .indica-produtos div h2 {
            font-family: Montserrat,sans-serif;
            font-size: 2rem;
            font-weight: 600;
            color: #000;
        }

    .indica-produtos p {
        margin-top: 3.75rem
    }

.cards-produtos {
    display: flex;
    justify-content: space-between;
    margin-top: 5.625rem;
    width: 100%;
    max-width: 88rem;
    margin: 0 auto;
    padding: 2.1875rem 6.5625rem;
    gap: 1.25rem;
}

    .cards-produtos div {
        width: 24.125rem;
        background: #fcfcfc;
        border: 1px solid #e7e9ec;
        border-left: 10px solid #1f3156;
        border-radius: 10px;
        padding: 20px 20px 14px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 1.25rem;
    }

        .cards-produtos div h3 {
            display: block;
            font-size: 1.17em;
            margin-block-start: 1em;
            margin-block-end: 1em;
            margin-inline-start: 0px;
            margin-inline-end: 0px;
            font-weight: bold;
        }

        .cards-produtos div p {
            font-family: Maven Pro,sans-serif;
            font-weight: 400;
            color: #545454;
            font-size: 1rem;
        }

@media(max-width: 980px) {
    .indica-produtos {
        padding: 1rem;
    }

        .indica-produtos div {
            display: block;
        }

    .cards-produtos {
        display: block;
        padding: 1rem;
    }

        .cards-produtos div {
            margin: 20px 0;
            width: auto;
            height: auto;
        }
}
