#products {
    width: 100%;
    height: auto;
    padding: 110px 0;
}

@media (max-width: 980px) {
    #products .title.section {
        align-items: center;
    }
}