@media (min-width: 992px){
    .home-banner-small .row > div:first-child > div > div {
        padding-block: 6rem;
    }
}
.home-banner-small .row > div:first-child > div > div {
    margin-inline: 0 !important;
    background-color: #00000066;
}
.home-newsletter {
    margin-bottom: 0 !important;
    min-height: unset !important;
    position: relative;
}
.home-newsletter:before {
    content: '';
    background: #e1e1e1;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(0px - calc(100vw - 100%) / 2);
    z-index: -1;
}
.home-newsletter > .col-md-4 {
    width: 100%!important;
}
.home-newsletter .widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.home-newsletter .widget,
.home-newsletter .widget > div,
.home-newsletter h2 {
    padding: 0 !important;
    margin: 0 !important;
}
.home-newsletter .input-group>.form-control {
    padding-left: 2.5rem;
}
.knives-products{
    margin-top: -7rem;
}
.knives-products .col-md-5 a,
.knives-products .col-md-5 a img {
    height: 100%;
}
.home-glasses .container > div {
    width: 100%;
    background: #38383887;
}
.home-glasses .container p {
    white-space: pre-wrap;
}