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

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

@media only screen and (max-width: 900px) {
    #box_welcome_modules {
        font-size: 14px;
        line-height: 22px;
		text-align: left;
		margin-top: 0px;
    }
}

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

