@charset "UTF-8";

.sus h5{
    width: 100%;
    max-width: 590px;
    color: #000;
    box-sizing: border-box;
    font-size: 16px;
	font-weight:bold;
    margin-bottom: 20px;
	text-align:left;
}


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

}

@media screen and (max-width: 480px) {
.sus h5{
    font-size: 14px;
}
}
