.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: 334px;
}
.projects li {
    display: inline-flex;
}
.projects li img {
    width: 100%;
    max-width: 350px;
    height: 300px;
    object-fit: cover;
    margin: 10px;
}
.projects h1 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    text-align: left;
}
.projects p {
    color: #000;
    font-size: 1.2em;
    line-height: 1.8em;
}

.projects {
    padding: 3em 0;
}

img.example-image.img-responsive:hover {
    opacity: .5;
}