body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    /* text-align: center; */
    background: #353535;
    color: #353535 !important;
    letter-spacing: 0.02em;
}
h1, h2 {
    font-family: 'Open Sans', sans-serif;
}
.header {
    margin: 0 auto;
    background: #2E3192;
    height: 257px;
    max-width: 1024px;
    text-align: center;
}
.header img.bril {
    max-width: 486px;
    height: auto;
    display: none;
    float: right;
}
.header img.logo {
    max-width: 271px;
    height: auto;
    margin: 38px auto;
    display: inline-block;
}
.footer {
    margin: 0 auto;
    background: #2E3192;
    max-width: 946px;
    padding: 30px 40px;
    font-size: 0.75rem;
    line-height: 2;
    color: #FFFFFF;
}
.footer a {
    text-decoration: none;
    color: #FFFFFF;
}
.copyright {
    text-align: center;
    font-size: 0.75rem;
    line-height: 2;
    padding: 20px;
    color: #888888;
}
.divider {
    margin: 20px auto;
    align: center;
}
.content {
    margin: 0 auto;
    font-size: 0.75rem;
    line-height: 2;
    padding: 25px 54px;
    background: #FFFFFF;
    clear: both;
    max-width: 916px;
}
.content h1 {
    margin: 0;
}
.content h1 {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #2E3192;
}
hr {
    border: 1px solid #EEEEEE;
    margin: 40px auto;
}
.tagline {
    margin: 0 auto;
    max-width: 1024px;
    background-color: #8182b2;
    font-size: 0.8rem;
    text-transform: uppercase;
    clear:both;
    color: #FFFFFF;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
}
.container {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center;
    max-width: 984px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #E1DFEF;
    text-align: center;
    padding: 20px;
}
.column-link {
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
    flex: 1;
    padding: 20px;
}
.frame {
    border-radius: 12px;
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.2);
    background-color: #FFFFFF;
}
.column-link:hover .url {
    background-color: #2E3192;
    color: #FFFFFF;
    box-shadow: 0 7px 15px rgba(0, 51, 204, 0.3);
}
.column {
    flex: 1;
    text-align: center;

}
.column img {
    max-width: 190px;
    height: auto;
    margin: 20px;
}
.lem, .lep, .lmg {
    color: #FFFFFF;
    padding: 20px 20px 20px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    margin-bottom: -20px;
    display: block;
    min-height: 141px;
    transition: all .3s ease-in-out;
}
.lem {
    background-color: #b45735;
}
.lep {
    background-color: #52b9bb;
}
.lmg {
    background-color: #8620a0;
}
.zoom:has(.lem):hover .lem {
    background-color: #FF4500;
}
.zoom:has(.lep):hover .lep {
    background-color: #00CED1;
}
.zoom:has(.lmg):hover .lmg {
    background-color: #CC00FF;
}
.zoom img {
    transform: scale(0.95);
    filter: saturate(50%);
    transition: all .3s ease-in-out;
}
.zoom:hover img {
    transform: scale(1);
    filter: saturate(1);
}

.keywords {
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1.4;
}
.description {
    margin: 0 auto;
    max-width: 500px;
    min-height: 84px;
    font-size: 0.75rem;
    line-height: 1.75;
    padding: 0 20px;
}
.bullet {
    margin: 0 8px;
    display: inline-block;
}
.url {
    margin: 0 auto;
    display: inline-block;
    padding: 8px 20px;
    background-color: #FFFFFF;
    color: #2E3192;
    border-radius: 19px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.2);
}

@media (min-width: 768px) {
    .divider {
        margin: 50px 0;
    }
    .content {
        column-count: 2;
        column-gap: 40px;
    }
    .header {
        text-align: left;
    }
    .header img.logo {
        margin: 38px 54px 0 54px;
    }
}

@media (min-width: 880px) {
    .header img.bril {
        display: block;
    }
}

@media (min-width: 1600px) {
    .column img {
        max-width: 190px;
    }
}
