﻿/*regione emilia romanga*/

/*.banner-area {
    position: relative;
    overflow: hidden;
    background-image: url(../background/home.webp);
}*/

.row.bg-white {
    background-color: #fff;
}

    .row.bg-white img {
        max-height: 400px;
        object-fit: contain;
    }

    .row.bg-white h3 {
        font-size: 15pt;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
        color: #16395e;
    }

    .row.bg-white h4 {
        font-size: 17pt;
        font-weight: normal;
        color: #6c757d;
        text-align: center;
        color: #16395e;
    }

    .row.bg-white p {
        text-align: center;
    }


