.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: 174px;
}

.contact-bottom input[type="text"] {
    width: 100%;
    height: 60px;
    padding: 1em;
    border: 1px solid #bbb;
    -webkit-appearance: none;
    outline: none;
    color: #bbb;
    box-sizing: border-box;
    transition: border-color .4s;
    -webkit-transition: border-color .4s;
    -moz-transition: border-color .4s;
    -o-transition: border-color .4s;
    -ms-transition: border-color .4s;
    background: none;
}
.contact-bottom-top textarea {
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    border: 1px solid #bbb;
    -webkit-appearance: none;
    outline: none;
    color: #bbb;
    min-height: 220px;
    resize: none;
    transition: border-color .4s;
    -webkit-transition: border-color .4s;
    -moz-transition: border-color .4s;
    -o-transition: border-color .4s;
    -ms-transition: border-color .4s;
    background: none;
}
.contact-bottom input[type="text"]:hover, .contact-bottom-top textarea:hover {
    color: #202020;
    border-color: #981C1F;
}
.contact-bottom-top,
.contact-bottom {
    margin: 1em 15px 0;
}

.contact-form input[type="submit"] {
    color: #fff;
    border: none;
    outline: none;
    display: inline-block;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    cursor: pointer;
}
.address {
    padding: 3em 0 0;
}
.btn1 {
    background: #981c1e;
    color: #fff;
    margin: 1em 23px 0;
    padding: 14px 40px;
    font-size: 1.2em;
}
.address-grid i {
    color: #981C1F;
    font-size: 4em;
    float: left;
    margin: 0 9% 0 0;
    display: inline-block;
}
.contact {
    padding: 5em 0;
}


.contact-bottom {
    display: flex;
    justify-content: space-between;
}



.contact-bottom-top {
    margin: 10px 23px;
}
.in-contact.col-4 {
    width: 100%;
    margin: 8px;
}

.projects h1 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding-left: 21px;
}

