@charset "utf-8";

#feature .kv h1 {
	width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #555555;
    background-color: #FFF;
    padding: 2% 4%;
    line-height: 1.4;
    box-sizing: border-box;
}
#feature a:link {
    text-decoration: none;
    opacity: 1;
    transition: all .2s ease-in-out;
}