@media screen and (min-width: 1366px) {

     .container-two {
    background: url(../../../../../../public/landing-pages/agvitta/landingpage/vaquinha-pulando-final.png) bottom no-repeat,
      url(../../../../../../public/landing-pages/agvitta/landingpage/fundo1000.svg) no-repeat;
    background-size: 100%;
    height: 103vw;
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: 100%;
   }
}

@media screen and (max-width: 980px) {
    .fundo-grid {

        height: 400px;
        max-height: 600px;
        min-height: 300px;
    }

    .group-card {
        justify-content: space-evenly;
        height: 100%;
        align-items: center;
    }

    .card {
        border-radius: 10px;
        align-items: center;
        flex-direction: row;
        justify-content: space-evenly;
        padding: 3px;
        height: clamp(64px, 11vw, 11vw);
        width: clamp(168px, 27.5vw, 28vw);
    }

    .card img {
        width: 10vw;
        padding: 12px;
        margin-bottom: 0;
    }

    .content-card {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 1fr 1fr 1fr;
        gap: 20px;
    }

    .label-card p {
        color: rgb(140, 140, 140);
        /* font-size: 21px;
    font-family: "Circe"; */
        text-align: center;
    }

    .c-plus {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .c-plus img {
        width: clamp(14px, 1vw, 3vw);
        padding: 0;
    }



}

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


@media screen and (max-width: 420px) {
    .fundo-grid {

        height: 300px;
    }

    .list-for.cow {
        margin-left: 0px;
    }
}



@media screen and (max-width: 400px) {
    div#label-1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-end;
        line-height: 1.2;
        color: #ffffff;
        text-shadow: 3px 6px 10px #5a97bd;
        /* margin: 248px 299px 0px 0px; */
        width: clamp(26px, 89vw, 90vw);
        height: clamp(26px, 53vw, 90vw);
        position: absolute;
    }

    .item-flex {
        width: clamp(150px, 69vw, 70vw);
        height: clamp(33px, 83vw, 84vw);
    }

}

@media screen and (max-width: 420px) {
    .logo-boll-red {
        width: clamp(343px, 88vw, 96vw);
    }
}