
            .desc-bl {
                display: flex;
                justify-content: center;
                align-items: center;
                font-family: 'Lato', sans-serif;
                font-size: 18px;
                color: black;
                text-shadow: none;
                text-align: center;
            }
            .wrap {
                white-space: pre-line;
            }
            @media (max-width: 768px) {
                .desc-bl {
                    flex-direction: column;
                }
            }