hr {
	width: 15px;
	height: 3px;
	color: blue;
	background-color: #25505F;
	margin-right: auto;
	margin-bottom: 48px;
	margin-left: auto;
	margin-top: auto;
}

.team-1 {
    background-color: rgba(0, 0, 0, 0) !important;
}

var swiper = new Swiper('.swiper-container', {
        fade: { crossFade: true },
        virtualTranslate: true,
        autoplay: 5000,
        speed: 1000,
        effect: 'fade'
    });
