@CHARSET "UTF-8";

.catalog {
	display: inline-block;
    width: 220px;
    margin: 0 20px 30px 0;
	
}
.catalog h3{
	padding: 0.1em 0;
    margin-bottom: 0rem;
    background-image: linear-gradient(90deg, #ff0000 0 10%, #000 0%);
    background-repeat: no-repeat;
    background-size: 100% 10%;
    background-position: bottom;
    font-size: 1.2em;

}
.catalog strong {
	color: red;
	font-size: -1;
}

.data_size{
	margin-left: 12px;
	font-size: 12px;
}
