.head {
    padding-top: 130px;
}

    .head h1 {
        font-weight: 600;
        color: #F1C312;
    }

.product-lists .prod-container {
    border: 2px dotted black;
    border-radius: 27px;
    padding: 20px 0px;
    min-height: 625px;
}

.prod-container h2 {
    font-size: 26px !important;
}

.product-lists .units {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    text-transform: uppercase;
}

.product-lists h3, .product-lists h4 {
    color: #222223;
}

.product-lists h4 {
    font-weight: 400;
    font-size: 1.1em;
    color: #54595F;
}

.product-lists h5 {
    font-size: 2.2em;
    color: #F1C312;
}


.description p {
    margin: 20px 0px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .head {
        padding-top: 112px;
    }

        .head h1 {
            font-size: 1.3em;
        }

    .product-lists h3 {
        text-align: center;
        font-size: 1.3em;
    }

    h2 {
        font-size: 1.5em;
    }
}
