@media (max-width: 768px) {
    body {
        background-size: cover;
        /* Ajusta el tamaño del fondo para que cubra completamente */
    }

    .card-2 {
        width: 150px;
        height: 210px;

    }

    .icono {
        width: 60px;
        height: 60px;
    }

    .overlay {
        width: 100px;
        top: 24px;
        left: 30px;
    }

    .circle {
        width: 140px;
        height: 140px;

    }

    .circle:after {
        content: "";
        width: 118px;
        height: 113px;

    }

}