/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.home_problem {
        padding: 64px 0 0;
    }

.home_problem .home_problem_wrap {
  padding-left: 15px;
  padding-right: 15px;
}

    .home_problem_title {
        color: #333333;
        text-align: center;
        font-size: 45px;
        font-weight: 700;
        line-height: 63px;
        letter-spacing: 0.04em;
        text-align: center;
    }

    .home_problem_list {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 30px;
        margin-top: 24px;
    }

    .home_problem_list:nth-of-type(2) li p{
        min-height: 104px;
    }

    .home_problem_list li {
        max-width: 350px;
        background: #1C2B4A;
        border-radius: 12px;
        padding: 16px 16px;
      margin:0 !important;
    }

    .home_problem_list li::before {
        content: none;
    }

    .home_problem_list li h3 {
        min-height: 72px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 32px;
        text-align: center;
        border: none;
    }

    .home_problem_list li p {
      min-height: 132px;
        display: flex;
        align-items: center;
      flex-wrap: wrap;
        padding: 8px;
        margin: 16px 0 0 0;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.75;
    }
    .home_problem_list li p span {
      text-align: left;
    }
    .home_problem_list li p strong {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
    }

    @media screen and (max-width: 768px) {
      .home_problem {
        padding: 40px 0 0;
       }
        .home_problem_title {
            font-size: 28px;
            font-weight: 700;
            line-height: 1.5;
            letter-spacing: 0.04em;
        }
      .home_problem_list {
        align-items: center;
        margin-top: 16px !important;
        gap: 16px;
      }
      
.section-type02 .box_txt {
    font-size: 14px;
}
      
      li.feature_01 {
    background: url(https://www.smartmat.io/hubfs/home_2304_new/feature02_img03_01.svg) #f2f9ff 100% 50% no-repeat !important;
}

@media screen and (min-width: 1441px){
li.feature_01 {
    background: url(https://www.smartmat.io/hubfs/home_2304_new/feature02_img03_01.svg) #f2f9ff 50% 50% no-repeat !important;
}
}

@media screen and (max-width: 1200px){
li.feature_01 {
    background: url(https://www.smartmat.io/hubfs/home_2304_new/feature02_img03_01.svg) #f2f9ff 100% 50% no-repeat!important;
    background-size: 80% !important;
}
}

@media screen and (max-width: 768px){
li.feature_01 {
    background: #f2f9ff !important;
    padding: 0;
}
}

.section-type04_2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-type04_2 li {
    margin: 1rem 0;
    width: 31%;
}

@media screen and (max-width: 768px){
.section-type04_3 li {
    margin: 1rem auto;
    width: 89.3%;
    text-align: center;
}
}
      
.section-type04_3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-type04_3 li {
    margin: 1rem 0;
    width: 31%;
}

@media screen and (max-width: 768px){
.section-type04_3 li {
    margin: 1rem auto;
    width: 89.3%;
    text-align: center;
}
}