        .zdy_card {
            padding-top: 50px;
        }

        .figure-wrapper {
            float: left;
            width: 30%;
            margin-right: 20px;
            margin-bottom: 20px;
        }


        .figure-wrapper img {
            display: block;
            width: 100%;
            height: auto;
            border-radius: inherit;
        }


        .text-content p {
            line-height: 1.7;
            color: #2f281f;
            text-align: justify;
            hyphens: auto;
            word-break: break-word;
        }

        .text-content p:last-of-type {
            margin-bottom: 0;
        }



        .clearfix::after {
            content: "";
            display: table;
            clear: both;
        }



        @media (max-width: 640px) {


            .figure-wrapper {
                float: none;
                display: block;
                margin: 0 auto 1.5rem auto;
                width: 80%;
                max-width: 320px;
                border-radius: 2rem;
            }


            .text-content p {
                text-align: left;
            }



        }

        @media (max-width: 480px) {
            .figure-wrapper {
                width: 100%;
            }
        }