.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 h2{
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 32px;
    }

    .Automatic {
        width: 888px;
        padding-top: 68px;
        padding-bottom: 68px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .Automatic h2{
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 32px;
    }

    .Automatic {
        width: 680px;
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

@media (max-width: 767px) {
    .Automatic h2{
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 32px;
        justify-content: center;
    }
    .Automatic {
        width: 100%;
        padding: 32px 16px;
    }

    .Automatic-content ul {
        display: grid;
        gap: 16px;
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
}