.header-textonly .header-textonly-wrp {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 1700px;
    margin: 0 auto;
    height: 100%;
}

.header-textonly .header-textonly-hl {
    margin: 0;
    color: #fff !important;
    font-size: 65px;
    line-height: 1.2;
}

@media (max-width: 890px) {
    .header-textonly .header-textonly-hl {
        font-size: 56px;
    }
}

@media (max-width: 620px) {
    .header-textonly .header-textonly-hl {
        font-size: 50px;
    }
}

@media (max-width: 420px) {
    .header-textonly .header-textonly-hl {
        font-size: 40px;
    }
}

@media (max-width: 1024px) {
    .header-textonly .container {
        margin-right: 49px;
        margin-left: 19px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 700px) {
    .header-textonly .container {
        margin-right: 19px;
    }
}

.header-textonly[data-height="400"] {
    height: 400px;
}

.header-textonly[data-height="600"] {
    height: 600px;
}

.header-textonly .header-textonly-ex {
    position: absolute;
    left: 20px;
    top: 30px;
    color: #fff !important;
    font-size: 20px;
}

@media (max-width: 500px) {
    .header-textonly .header-textonly-ex {
        top: 18px;
        left: 15px;
        font-size: 17px;
    }
}