:root{--white:#ffffff; 
    --primary-color:#003366; 
    --primary-color-light:#d8232a17; 
    --primary-color-dark:#d82353; 
    --secondary-color:#787878; 
    --secondary-color-light:#f8f8f8;}
	
.col-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
div.col-group:last-of-type {
	margin-bottom: 2em;
}
.column-general {
    width: 100%;
    padding: 1em 1em 0 1em;
}
.column-general p{padding: 0 0 1em 0;}

.border-active{
    border-bottom: 1px solid var(--secondary-color);
}
@media (min-width: 768px){
    .one-half{
        width: 49%;
    }
    .one-third{
        width: 29%;
    }
    .two-thirds{
        width: 69%;
    }
    .one-fourth{
        width: 24%;
    }
}