@charset "utf-8";

.expander-1 {
    display: none;
}
.expander-2 {
    display: none;
}

@media only screen and (max-width: 767px) {
    .label-segmentation {
        width:100%!important;
    }

    .r151-p{
        text-align: left;
        font-size: 12px!important;
    }

    .text-size{
        font-size: 14px!important;
        line-height: 28px!important;
    }

    .pt-fancybox-description{
        font-size: 14px!important;
    }

    .what-we-do{
        margin-top: 0!important;
    }

    .pt-section-title-box{
        padding-top: 30px!important;
    }

    .det-box{
        margin-bottom: 0px!important;
    }
    .det-box .pt-3{
        padding-top: 0!important;
        padding-bottom: 10px!important;
    }
    .truck-pt{
        margin-top: -15px!important;
    }
    .m-phl{
        margin-top: -8px!important;
    }
    .pt-icon-box-title{
        font-size: 26px!important;
    }

    /*文字缩放*/
    .read-more-1 {
        display: block;
    }

    .text-content-1 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .expander-1:checked + .text-container-1 .text-content-1 {
        display: block;
        -webkit-line-clamp: unset!important;
    }

    .read-more-1::after {
        content: 'Read More';
        color: #ff5317;
    }

    .expander-1:checked + .text-container-1 .read-more-1::after {
        content: 'Read Less';
    }

    .read-more-2 {
        display: block;
    }

    .text-content-2 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .expander-2:checked + .text-container-2 .text-content-2 {
        display: block;
        -webkit-line-clamp: unset!important;
    }

    .read-more-2::after {
        content: 'Read More';
        color: #ff5317;
    }

    .expander-2:checked + .text-container-2 .read-more-2::after {
        content: 'Read Less';
    }
}
