/*
    USED IN legacy cms articles speed_networking and speed_networking_{lang}
 */

@media (max-width: 1023px ) {
    .person-img {
        margin-left: 30px;
        padding: 0 !important;
        width: 120px;
    }

    .quote-img {
        position: absolute;
        left: 14px;
        top: 102px;
        z-index: 2;
    }
}


@media (min-width: 1024px ) {
    .person-img {
        position: absolute;
        right: 40px;
        top: 0;
    }

    .quote-img {
        position: absolute;
        right: 228px;
        top: 144px;
        z-index: 2;
    }
}

.illustration-wrapper {
    display: table;
    width: 100%;
}

.illustration-wrapper .illustration-desc {
    vertical-align: middle;
    display: table-cell;
    font-size: 28px;
    color: #f19349
}

@media (max-width: 1023px ) {
    .illustration-wrapper .illustration-img {
        width: 280px;
        margin: 0 auto;
        display: block;
    }

    .illustration-wrapper .illustration-desc {
        display: none;
    }
}

#cms-content:has(.quotation-box) {
    position: relative;
    margin-top: 20px;
}

#cms-content:has(.quotation-box) img {
    max-width: unset;
}

.quotation-box {
    font-size: 18px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.36);
}

@media (max-width: 1023px ) {
    .quotation-box {
        width: 95%;
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px ) {
    .quotation-box {
        position: absolute;
        top: 151px;
        right: 15px;
        width: 230px;
    }
}
.contents-h {
    font-size: 18px;
    display: inline-block;
    max-width: 500px;
    padding-top: 10px;
}



#cms-content:has(.quotation-box) ol li {
    padding-bottom: 25px;
}

#cms-content:has(.quotation-box) ol > li:first-line {
    font-weight: bold;
    margin-left: 22px;
}