.product {
    padding: 0 0 50px;
}

.product__header {
	border-bottom: 1px solid rgba(33, 33, 33, .1);
	padding-bottom: 40px;
}

.product__title {
    margin-bottom: 20px;
	border: 0;
	padding-bottom: 0;
}

.product__container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.product-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 50px;
}


.product-item__title {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 4.3rem;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-decoration: none;
    display: inline-block;
    color: #000;
}

.product-item__title br {
	display: none;
}

.product-item__title:hover {
    text-decoration: underline;
}

.product-item__preview {
    transition: .4s all;
}

.product-item__preview:hover {
    transform: scale(1.1);
}

.product-item__preview-link {
    overflow: hidden;
    display: inline-block;
}

.product-item__excerpt {
    min-height: 74px;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.1rem;
    margin: 25px 0;
}

.product__button {
	background-color: #006DB2;
	border-color: #006DB2;
	color: #FFF;
	margin: 0 auto;
	display: block;
}

.product__button:hover {
	background-color: transparent;
	color: #006DB2;
}

@media screen and (max-width: 1300px) {

    .product-item__excerpt {
        min-height: 84px;
    }

    .product-item__title {
        width: 100%;
        text-align: center;
    }

	.product-item__title br {
		display: block;
	}
}

@media screen and (max-width: 1199px) {

    .product {
        padding-bottom: 40px;
    }

    .product-item__title {
        font-size: 2.6rem;
        line-height: 3.2rem;
    }

    .product__title {
        margin-bottom: 10px;
    }

    .product-item {
        padding-top: 30px;
    }

}

@media screen and (max-width: 1005px) {
    .product-item__excerpt {
        min-height: 105px;
    }
}

@media screen and (max-width: 992px) {

    .product-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .product-item__excerpt {
        min-height: 74px;
    }

    .product-item__title {
        width: auto;
        text-align: unset;
    }

	.product-item__title br {
		display: none;
	}
}

@media screen and (max-width: 767px) {

	.product__header {
		padding-bottom: 30px;
	}

}

@media screen and (max-width: 650px) {
    .product-item__excerpt {
        min-height: 84px;
    }
}

@media screen and (max-width: 575px) {

    .product {
        padding-bottom: 30px;
    }

    .product-item__excerpt {
        margin: 10px 0 15px 0;
        min-height: auto;
    }

    .product-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}
