.page
{
    margin-top: 45px !important;
}

.section-body
{
    margin-top: 15px;
    margin-bottom: 15px;
}

.banner
{
    padding-top: 30px;
    position: relative;
    /* height: 320px; */
    height: min(24.5vw,312.5px);    /*20/5 ratio w/h */
    width: min(98vw,1280px);
    background-position: center;
    background-size: cover;
    margin: auto;
}

.main-title
{
    color: white;
    font-size: min(15vw, 72px);
    font-weight: bold;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    display: inline-block;
    line-height: 100%;
}

.banner .main-title
{
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner .main-title.left
{
    right: unset;
    left: 0;
}

.section
{
    line-height: 1.6em;
    font-size: 19px;
}

.section:nth-child(2n+1)
{
    background-color: #E3F2FD;
}

.showcase-row
{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

h1[id]:before, h2[id]:before
{
    content: '';
    display: block;
    position: relative;
    width: 0;
    /* trick to offset anchor links so that they don't appear under the fixed header */
    height: 45px;
    margin-top: -45px;
}

.savoir-faire-banner
{    
    margin-top: 60px;   /* 45 (header) + 15 */
    position: relative;
    width: 100%;
    height: 240px;
    z-index: 0;
    overflow: hidden;
}

.savoir-faire-banner .main-title
{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 0;
}
.savoir-faire-banner .container
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.savoir-faire-grid
{
    display: flex;
    width: 100%;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.section a
{
    color: inherit;
    text-decoration: underline;
}

.section a.no-underline
{
    text-decoration: none;
}