@font-face {
    font-family: "Effra";
    src: url("../font/Effra-Regular.ttf") format("truetype");
}

body {
    font-family: 'bebas-neue', Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: lighter;
}
.bg-brown {
    background-color: #8b4513;
}

.product-rows {
    height: 350px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.product-rows+.img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 350px;
}

h3 {
    color: #8b4513;
    text-transform: uppercase;
    font-family: 'Effra', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 2em;
}

.h4 {
    text-transform: uppercase;
    font-size: 1.7em;
}

hr {
    background-color: #8b4513;
    border-width: 2px;
}

@media (min-width: 769px) {
    .w-md-25 {
        width: 25% !important;
    }
}

@media (max-width: 768px) {
    .product-rows {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        height: auto !important;
    }
}