.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#box_welcome_modules {
    float: none;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 22px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(74, 74, 74);
    display: block;
    margin-right: auto;
		font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 1300px) {
    #box_welcome_modules {
        font-size: 18px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 900px) {
    #box_welcome_modules {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 500px) {
    #box_welcome_modules {
        line-height: 22px;
    }
}

