section{
    padding-top: 60px;
    padding-bottom: 60px;
}
section h2{
    color: #f42534;
    font-size: 30px;
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -0.05em;
}

ul {
    list-style: none;
}

@media(max-width: 399px){
    section h2{
        font-size: 18px;
    }
}