table.checkup-detail__table td {
    border: 1px solid;
    font-size: 14px;
    padding: 5px 9px;
}
table.checkup-detail__table tr td:last-child {
    white-space: nowrap;
}
table.checkup-detail__table h2 {
    font-size: 14px;
    margin-bottom: 10px;
}

table.checkup-detail__table b{
    font-weight: bold;
}
.text-blue {
    color: dodgerblue;
}
blockquote {
    /*quotes: "\201C""\201D""\2018""\2019";*/
    border:none;
    /*font-family:Georgia, "Times New Roman", Times, serif;*/
    margin-bottom:-30px;
    position: relative;
    margin: 0 auto;
    padding-left: 0.4em;
}
section.simple-section.top-text blockquote p {
    color:#000000;
    font-size: 18px;
    line-height: 28px;
    font-family: unset;
    /*font: inherit;*/
}
blockquote p:before {
    content: "\201C";
    font-weight: bold;
    font-size:100px;
    color: #21981d;
    position: absolute;
    top: 0.1em;
    left: -0.7em;
    font-family: 'Georgia';
}
blockquote p:after {
    content: "\201D";
    font-weight: bold;
    font-size:100px;
    color: #21981d;
    position: absolute;
    bottom: -0.3em;
    right: -0.7em;
    font-family: 'Georgia';
}

@media screen and (max-width: 768px) {
    .slim-detox-img{
        width: 100%;
        object-fit: cover;
        margin-bottom: 10px;
    }
}
