.page-highlight {
    position: relative;
    width: 100%;
    height: 388px;
    background-color: lightblue;

}

.content-highlight {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.title-highlight {
    color: #FFF;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.subtitle-highlight {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
}

.content-highlight {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    font-size: 24px;
}
