.banner-1 {
    background: url(../images/playing-card-manufacturer-banner.webp)center;
    background-size: cover;
    height: 350px;
    border-bottom: 2px solid #981c1f;
}

div#BannerAndNavigatorHtmlBlock_StoreNavigator_pnNavigator {
    max-width: 179px;
}

.projects li {
    display: inline-table;
    /* float: left; */
    width: 29%;
    margin: 2%;
    /* padding-top: 10px; */
    /* align-items: center !important; */
}

.projects h1  {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    text-align: left;
}

img.example-image.img-responsive:hover {
    opacity: .5;
}

.projects h2 {
    font-size: 20px;
    color: #020202;
    line-height: 1.8em;
    text-align: left;
    margin: 0px;
    font-weight: 500;
}

.projects p {
    color: #000;
    font-size: 16.8px;
    line-height: 1.6em;
    margin: 0px;
    text-align: justify;
}

.projects {
    padding: 3em 0;
}

.projects ul {
    padding-left: 0;
}