@charset "UTF-8";

/* aboutus CSS  */



@media screen and (max-width: 1200px) {
    .solution-bottom-box ul:nth-of-type(2) li dl {
        text-align: left;
        color: #005195;
        font-size: 12px;
        font-weight: 500;
    }
}

@media screen and (max-width: 767px) {
   .solutionlisirbox{
        width: 96%;
        padding: 0;
        margin: 0 auto;
   }
   .solution-bottom-box img{
        width: 100%;
        text-align: center;
        margin: 26px auto;
   }
   .solution-bottom-box ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
   .solution-bottom-box ul li {
        width: 48%;
        text-align: center;
        padding: 21px 0;
        color: #005195;
    }
}