@charset "utf-8";
/* CSS Document */

.widget-title {
    background-color: #eaeaea;
    font-size: 24px;
    height: 50px;
    margin: 30px 0 20px;
    position: relative;
}
.widget-title i::after {
    border-color: #eb2c33 transparent -moz-use-text-color;
    border-style: solid solid none;
    border-width: 8px 8px 0;
    bottom: -8px;
    content: "";
    left: 16px;
    position: absolute;
    z-index: 1;
}
.widget-title i {
    background-color: #eb2c33;
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    width: 50px;
}
.HowToOrder h1 span,
.HowToOrder h2{
	font-size:24px;
	font-weight:normal;
}
.HowToOrder ul li,
.HowToOrder p{
	font-size:18px;
}
