.img_card_products
{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    max-width: 15rem;
    height: 4rem;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
}

.img_card_products p
{
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.15;
    padding: 0px;
}

.dif_section_title_small h1
{
	display: block;
	color: #1a1a1a;
	font-weight: 500;
	padding-top: 10px;
    font-size: 25px!important;
}

.dif_section_title_small h1::before
{
	display: block;
	position: absolute;
	top: 0;
	width: 100px;
	height: 2px;
	content: '';
	background: var(--upper-title-detail-color);
}

.button_ctct
{
    color: #fff;
	margin-top: 13px;
	background: var(--button-color);
    cursor: pointer;
}

.button_ctct a
{
	color: #FFFFFF;
}
