﻿.first-lvl-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .first-lvl-container .rectangle {
        box-sizing: border-box;
        border-radius: 18px;
        background-color: var(--main-red-color);
        margin: 5px;
        cursor: pointer;
        border: 1px solid #F5F5F5;
        height: 135px;
        width: 305px;
        display: flex;
        align-items: center;
    }

        .first-lvl-container .rectangle:hover {
            opacity: 0.9;
            box-shadow: rgb(210, 210, 210) 0px 0px 5px 5px;
        }

    .first-lvl-container .first-lvl-txt {
        font-weight: 400;
        font-size: 20px;
        line-height: 18px;
        color: #FFFFFF;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .first-lvl-container .first-lvl-container-logo-mini{
        max-height:240px;
    }
    /*central banner*/
    .cb-container {
        width: 100%
    }
    .cb-container .cb-row {
        display: flex;
    }
        .cb-container .cb-row .cb-col-30 {
            flex: 0 0 30%;
            max-width: 30%;
        }

        .cb-container .cb-row .cb-col-10 {
            flex: 0 0 10%;
            max-width: 10%;
        }

.cb-container .cb-row img{
   width:100%;

    padding:5px;
}
/*end central banner*/

.home-article {
    margin-bottom:30px;
    font-weight: 800;
    font-size: 32px;
    line-height: 35px;
    /* or 110% */

   
    text-align: center;
    text-transform: uppercase;
    color: #E04900;
}

.home-article-txt {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    /* or 185% */


    align-items: center;
    text-align: justify;
    color: #1D1C1C;
}