.text-header-center-line {
    font-family: Gilroy-Heavy;
    font-size: 20pt;
    color: #ea4b2c;
    text-transform: uppercase;
    position: absolute;
    background-color: #eaf6fd;
    padding: 0 35px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-center-line hr {
    border: solid 0.8px #24639e;
}

.text-header-tab-content {
    font-family: Gilroy-Heavy;
    font-size: 35pt;
    color: #23639d;
    line-height: 1.2;
}

.text-header-more-small {
    font-family: Gilroy;
    font-weight: 700;
    font-size: 14pt;
    color: #454545;
    margin-bottom: 14px;
}

.text-header-holidays {
    font-family: Gilroy-Heavy;
    color: #454545;
    line-height: 1.5;
    font-size: 15pt;
    width: unset;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    font-family: Gilroy-Heavy;
    color: #454545;
    line-height: 1.2;
}

h2, .h2 {
    font-size: 28pt;
}

h3, .h3 {
    font-size: 24pt;
}

h4, .h4 {
    font-size: 20pt;
}

h5, .h5 {
    font-size: 16pt;
}

h6, .h6 {
    font-size: 12pt;
}

.text-header-more-post {
    font-family: Gilroy;
    font-weight: 700;
    color: #454545;
    font-size: 20pt;
    line-height: 24pt;
}

.text-header-more-post span {
    color: #ea4b2c;
}

.text-header-blog-post {
    font-family: Gilroy-Heavy;
    font-size: 20pt;
    color: #23639d;
    margin-right: auto;
    margin-left: auto;
}

.text-header-form-comment {
    font-family: Gilroy;
    font-weight: 700;
    color: #454545;
    text-transform: uppercase;
    margin-top: 2rem;
    font-size: 18pt;
}

.text-primary {
    color: #23639d !important;
    font-family: inherit;
}

.text-secondary {
    color: #454545 !important;
    font-family: inherit;
}