.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: 34px;
    height: 19px;
    border-radius: 5px 0px;
    background: #ff4610;
}

#Automatic h2 div span {
    line-height: 0;
}


@media (min-width: 1024px) and (max-width: 1199px) {
    .Automatic-title {
        margin-bottom: 32px;
    }

    .Automatic h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .Automatic {
        width: 888px;
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .Automatic-content ul {
        grid-template-columns: repeat(auto-fill, minmax(436px, 1fr));
        gap: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .Automatic-content ul {
        grid-template-columns: repeat(auto-fill, minmax(328px, 1fr));
        gap: 16px;
    }

    .Automatic-content ul li h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .Automatic-title {
        margin-bottom: 32px;
    }

    .Automatic h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .Automatic {
        width: 680px;
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

@media (max-width: 767px) {
    .Automatic-title {
        margin-bottom: 6.400vw;

    }

    .Automatic h2 {
        font-size: 7.467vw;
        line-height: 9.600vw;
    }

    .Automatic {
        width: 100%;
        padding: 8.533vw 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.800vw;
        line-height: 6.933vw;
        margin-bottom: 2.133vw;
    }

    .Automatic-content ul li p {
        font-size: 3.733vw;
        line-height: 5.867vw;
    }

    .Automatic-content ul li .pd-24 {
        padding: 4.267vw;
    }

    .Automatic-content ul li span {
        font-size: 3.733vw;
        line-height: 5.867vw;
    }
}