/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 19 2025 | 06:03:00 */
.txt_s p {margin-bottom: 10px;}

.txt_s h2 {margin-top:40px;}
.txt_s ul {
    padding-inline-start: 25px;
}
.txt_s ul {margin-bottom: 10px;}
.txt_s ol {
    padding-inline-start: 25px;
}
.txt_s ol {margin-bottom: 10px;}

.txt_s img {border-radius: 10px;
    margin-block-end: 50px;}

.txt_s blockquote {
    margin-block-start: 50px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding: 30px 30px 20px 30px;
    background: #F8F7F7;
    border-radius: 20px;
    font-weight: 500;
}