.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}

.mt30 {margin-top: 30px;}

.design {font-size:13px;}



.product_box_2 h5 {padding-left: 7%;}

.product_box_2 .btn-read {
    background: #ed4f4f;
    border-radius: 28px;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 14px;
    padding: 12px 62px;
    text-decoration: none;
    margin-top: 30px;
    border: 1px solid #ed4f4f;
    text-transform: uppercase;
    margin-bottom: 30px;

}
.product_box_2 .btn-read:hover {
    background: transparent;
    border: 1px solid #ed4f4f;
    color: black;
}


.portfolio-grid .article img {
    width: 100%;
   margin: 0 0 32px 0;
}
