.top-home .container > .row + div {
    background-color: rgb(256, 256, 256);
    border-bottom: 4px solid rgb(255, 212, 1); /* #ffd401 */

}

img.img-responsive.kl {
	padding-top: 1em;
	max-height: 70px;
}


@media (max-width: 767px) {

	img.img-responsive.kl {
		margin-top: 12px;
	}

	.top-home .container > .row + div {
		height: 85px;
	}

}
