/* mobile solution */
.title_process {
    font-size: 1.2em;
}

.title_process.text_margin {
    padding-top: 30px;
}

.list-box.text-center {
    padding: 20px;
}

.list-box-icon.list-box-icon-testing {
    width: 100px;
    height: auto;
}

.list-box-icon {
    width: 120px;
    height: 120px;
    object-fit: scale-down;
}

.list-box-title {
    font-size: 1.2em;
    color: #212529;
    margin-top: 20px;
}

.img_process img {
    width: 80%;
}
.img-why-pc {
    width: 80%;
    max-width: 400px;
}
/* end mobile solution  */

#services-content {
    padding-left: 50px;
}
.content_services{
    padding: 0px;
}
.bullet_content{
    list-style: disc;
}
@media (max-width: 1440px) {
    /* .img_process img {
        width: 60%;
    } */
}

@media(min-width: 1440px) {
    .list_box--testing {
        padding: 0 160px;
    }
}
 
@media (max-width: 1024px) {
    .img_process img {
        width: 80%;
    }
    .img-why-pc {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .img_process img {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .img_process img {
        width: 90%;
    }
}

@media (max-width: 425px) {}

@media (max-width: 375px) {}

@media (max-width: 320px) {}
