


.header-title {
    display: flex;
    align-items: center;
    gap: 5px;
}


    .header-title > h1 {
        /*        font-family: secondary-font, primary-font, "segoe ui", tahoma;*/
        font-size: 31px;
        color: #000000;
        margin: 8px 0 0 0 !important;
        font-weight: 900
    }

    .header-title > img {
        width: 52px;
        height: 70px;
    }

.slide-item-text {
    background-color: #ffffff;
    padding: 10px 20px !important;
    border-radius: 10px;
}

.font-size-22 {
    font-size: 22px;
}

.min-height-by-layout {
    min-height: calc(100vh - 340px);
}

.text-align-justify {
    text-align: justify
}

.logo-middle-size {
    max-height: 400px
}

.text-align-justify {
    text-align: justify;
}
