.Automatic{
    padding-top: 80px;
    padding-bottom: 80px;
}
.Automatic-content ul {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fill, minmax(542px, 1fr));
}

#Automatic h2 div {
    width: auto;
    height: auto;
    border-radius: 10px 0px;
    background: #ff4610;
    font-size: 12px;
    padding: 4px 6px;
}

#Automatic h2 div span {
    line-height: normal;
    margin: 0;
}
.Automatic-content ul li .fs-16{
    font-size: 14px;

}
.Automatic-content ul li span{
    transition: color 0.3s;
}
.Automatic-content ul li:hover span{
    color: var(--Color-Brand-Normal);
}


@media (min-width: 1024px) and (max-width: 1199px) {
    .Automatic h2{
        font-size: 28px;
        line-height: 36px;
    }

    .Automatic {
        width: 888px;
        padding-top: 68px;
        padding-bottom: 68px;
    }
    .Automatic-content ul li h3{
        width: 90%;
    }
    .Automatic-content ul li p{
        width: 70%;
    }
    .Automatic-content ul {
        display: grid;
        gap: 16px;
        grid-template-columns: repeat(auto-fill, minmax(428px, 1fr));
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .Automatic h2{
        font-size: 28px;
        line-height: 36px;
    }

    .Automatic {
        width: 680px;
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

@media (max-width: 767px) {
    .Automatic div.df-sb.mb-32{
        margin-bottom: 6vw;
    }
    .Automatic h2{
        font-size: 5.333vw;
        line-height: 7.467vw;
        justify-content: center;
    }
    .Automatic {
        width: 100%;
        padding: 10.667vw 4.267vw;
    }

    .Automatic-content ul {
        display: grid;
        gap: 4.267vw;
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
    .Automatic-content ul li h3{
        font-size: 4.267vw;
        line-height: 6.400vw;
    }
    .Automatic-content ul li .pd-24{
        padding: 4.267vw;
    }
    .Automatic-content ul li p{
        font-size: 3.200vw;
        line-height: 5.333vw;
        width: 65%;
    }
    .Automatic-content ul li span{
        font-size: 3.200vw;
        line-height: 5.333vw;
    }

    #Automatic h2 div {
        width: auto;
        height: auto;
        border-radius: 2.667vw 0.000vw;
        background: #ff4610;
        font-size: 3.200vw;
        padding: 1.067vw 1.600vw;
    }
    #Automatic h2 div span{
        font-size: 3.2vw;
        line-height: normal;
    }
    #Automatic a{
        font-size: 3.2vw;
        line-height: normal;
    }
}