	body.widget-snippet .debt-content{
        margin:30px;
    }
	.debt-content {
        max-width: 100%;
        height: 536px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(/template/efa9a2c6/images/service-bg.jpg);
        margin: 0 auto;
        margin-top: 0px;
        background-size: cover;
    }
	.debt-content a {
		float: left;
		height: 100%;
		width: 14.285%;
		color: #fff;
		font-size: 25px;
		font-weight: 700;
		text-align: center;
		text-decoration: none;
		font-family: 'Raleway', sans-serif;
		padding: 0 20px;
		box-sizing: border-box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: 0.2s linear;
	}
	.debt-content a:hover {
    color: #fff;
    text-decoration: none;
    background: rgba(0,0,0,0.2);
}
	.debt-content a + a{
        border-left:1px solid #fff;
    }
@media only screen and (min-width: 1200px) {
		.debt-content-section .container{
			padding: 0;
		}
	}
	@media only screen and (max-width: 991px) {
		.debt-content a {
			font-size: 18px;
		}
	}
	@media only screen and (max-width: 767px) {
		.debt-content a {
			font-size: 23px;
			float: none;
			width: 100%;
			padding-top: 60px;
			padding-bottom: 60px;
			display: inline-block;
		}
		.debt-content {
			max-width: 100%;
			height: auto;
			max-width: 480px;
			margin: 0 auto;
		}
		.debt-content a + a{
			border-top:1px solid #fff;
			border-left: 0;
		}
	}
