.test {
    font-family: var(--zf-primary-semibold);
    font-size: 180px;
    letter-spacing: -2.2px;
    line-height: 1;
    margin-bottom: 0;
    margin-left: -8px;
}

@media only screen and (min-width: 1200px) {
.theme-header .zpcontainer {
    position: relative;
    padding-block-start: 12px;
    padding-block-end: 12px;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
}
}

.zpheader-style-01 .theme-header .zpcontainer {
    transition: all 0.3s linear 0s;
    background: #ffffff;
    border-radius: 8px;
}