.cmp-border-header {
    height: max-content;
    padding-left: 10%;
    padding-right: 10%;
}

.cmp-border-header .cmp-border-header__top-overlay {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cmp-border-header .cmp-border-header__title {
    font-size: 80px;
    z-index: 2;
    padding-right: 3%;
    font-family: proxima-nova;
    color: rgb(0, 0, 0);
    font-weight: 600;
    width: max-content;
}

.cmp-border-header .cmp-border-header__top-overlay-line {
    height: 3px;
    background-color: rgb(0, 0, 0);
    z-index: 2;
    position: relative;
    top: 50%;
    flex: 1;
}

@media only screen and (max-width: 768px) {
    .cmp-border-header .cmp-border-header__title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 900px) {
    .cmp-border-header .cmp-border-header__title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
    .cmp-border-header .cmp-border-header__title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .cmp-border-header .cmp-border-header__title {
        font-size: 75px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .cmp-border-header .cmp-border-header__title {
        font-size: 80px;
    }
}