.flex-between{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    -webkit-justify-content: flex-start;
    -o-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.hsn{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.hsn-list{
    width: 25%;
    height: auto;
    border-right: 1px solid #eaeaea;
    padding: 0 15px;
    margin-top: 15px;
    box-sizing: border-box;
}
.hsn-list:last-child{
    border: none;
}
.hsn-list-main{
    width: 100%;
    height: 100%;
}
.hsn-img{
    width: 100%;
    height: auto;
    padding: 15px 0;
    text-align: center;
    box-sizing: border-box;
}
.hsn-img img{
    max-width: 100%;
    max-height: 100%;
}
.hsn-title{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.hsn-text{
    width: 100%;
    height: auto;
    line-height: 1.6;
    font-size: 14px;
    color: #868686;
    text-align: left;
}


@media screen and (max-width: 768px) {

	.flex-between{
		flex-wrap: wrap;
	}
    .hsn-list{
        width: 100%;
        border: none;
    }
}
