
/*
Author    KMS - Martin Dubois, P.Eng.
Copyright (C) 2019-2020 KMS
Product   WebSite2
File      Public/css/content.css
*/

.Box
{
    background-color: #ffffff;
    float: left;
    position: relative;
    padding: 20px 50px;
    text-align: center;
    width: 40%;
}

.Boxes
{
    background-color: #ffffff;
    clear: both;
}

.Content
{
    padding: 50px 3%;
    text-align: center;
    width: 70%;
}

.Summary
{
    padding: 30px 3%;
    text-align: center;
    width: 95%;
}
