.cms-page-header {
    background-color: #9f1d35;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 206px;
}

.cms-page-header span {
    font-size: 44px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}



#wrapper {
    padding-top: 0;
}

#content p {
    font-size: 20px;
    line-height: 1.5;
}

#content h2 {
    font-size: 24px !important;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .cms-page-header span {
        font-size: 32px;
        line-height: 1.2;
        padding-inline: 32px;
    }

    #content p {
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
    }

    #content h2 {
        font-size: 18px !important;
        line-height: 1.5;
    }
}

#content {
    max-width: 1150px;
    margin: 0 auto;
    padding-inline: 0;
}

/* Coming soon */
.cms-id-6 .cms-page-header,
.cms-id-6 .breadcrumb {
    display: none;
}

.page-cms #content {
    margin-top: 64px;
}

.page-cms #content .text-title {
    font-size: 45px !important;
    font-weight: 500;
    text-align: center;
}
.page-cms .text-description {
    max-width: 420px;
    text-align: center;
    margin: 17px auto 70px auto;
    font-size: 20px;
    line-height: 23px;
}
.page-cms .block-image {
    text-align: center;
    position: relative;
    width: max-content;
    margin: auto;
    max-width: 100%;
    display: block;
}
.page-cms .block-image img {
    max-width: 100%;
    height: auto;
}
.page-cms .block-image .description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 42px;
    margin: auto;
    height: max-content;
    color: #fff;
    text-align: left;
}
.page-cms .block-image .description .title {
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    line-height: 100%;
}
.page-cms .block-image .description .desc {
    font-size: 20px;
    max-width: 400px;
    margin-top: 5px;
    display: block;
    line-height: 100%;
}

@media (max-width: 768px) {
    .page-cms .text-description {
        margin-bottom: 30px;
    }

    .page-cms .block-image .description {
        padding: 10px;
        left: 32px;
    }
    .page-cms .block-image .description .title {
        font-size: 20px;
    }
    .page-cms .block-image .description .desc {
        font-size: 14px;
        max-width: 300px;
    }
}

@media (max-width: 500px) {
    .page-cms .block-image .description .title {
        font-size: 18px;
    }
}

