
.section-link--left:before{
	content: none;
}
.section-link--left:after{
	content: none;
}

.section-link--left{
	background-image:url('images/home-tabs.svg');
	background-repeat: no-repeat;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 885px;
	height: 151px;
	background-size: contain;
}

.section-link--left span{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media screen and (min-width: 75.0625em){
	.section-link--left{
		margin-left: auto !important;
		margin-right: auto !important;
	}

}

@media screen and (min-width: 1025px){
	.section-link--left:hover{
	background-image:url('images/orange-button-big.png');
	}
}

@media screen and (max-width: 1024px){
	.section-link--left{
	width: 500px;
    height: 128px;
	margin-left: auto !important;
	margin-right: auto !important;
    background-size: 100% 100%;
    overflow: hidden;
}

		.section-link--left span{
		font-size: 14px;
	}

}