    .content-equipe-padrao {
        max-width: 1200px;
        margin: auto;
        padding: 80px 10px;
    }
    .equipe-padrao-1 h1 {
        font-weight: bold;
        font-size: 40px;
        color: #203E59;
        margin-bottom: 20px;
        text-align: center;
    }
    .equipe-padrao-1 p {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        color: #223443;
        margin-bottom: 25px;
    }
    .equipe-padrao-2 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-bottom: 20px;
    }
    .equipe-padrao-2 a {
        padding: 5px 10px 15px 5px;
        min-height: 100px;
        background: #203E59;
        box-shadow: 0px 4px 4px rgba(59, 168, 247, 0.3);
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        text-decoration: none;
    }
    .cards-equipe-row-1 a {
        width: 25%;
    }
    .cards-equipe-row-2 a {
        width: 33%;
    }
    .cards-equipe-row-3 a {
        width: 33%;
    }
    .cards-equipe-row-4 a {
        width: 50%;
    }
    @media (max-width: 1200px) {
        .equipe-padrao-2 {
            flex-wrap: wrap;
        }
        .equipe-padrao-2 a {
            width: 100%;
        }
    }