.title h2{
    color: #000;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}
.title {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 20px;
}
@media screen and (max-width: 1000px) {
    .title h2 {
        font-size: 30px;
    }
}