.header-center-title {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 78px;
    text-transform: uppercase;
    padding: 184px 0 0
}

@media only screen and (max-width: 1550px) {
    .header-center-title {
        font-size: 50px;
        line-height: 64px;
        padding: 120px 0 0
    }
}

@media only screen and (max-width: 1250px) {
    .header-center-title {
        font-size: 40px;
        line-height: 54px;
        padding: 50px 0 0
    }
}

@media only screen and (max-width: 800px) {
    .header-center-title {
        padding: 40px 0 0;
        font-size: 26px;
        line-height: 35px
    }
}

@media only screen and (max-width: 580px) {
    .header-center-title {
        font-size: 31px;
        line-height: 31px
    }
}

.header-center-title span {
    display: block;
    font-weight: 700
}

@media only screen and (max-width: 450px) {
    .header-center-title {
        padding-right: 60px
    }
}