.special-offers-description{
	font-size: 18px;
}
.special-offers-cloums{
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 40px;	
}
.special-offers-div{
	width: 100%;
	display: flex;
    flex-direction: column;
	margin-bottom: 15px;
}
.special-offers-img{
	border: 1px solid #ddd;
    border-radius: 20px;
    background: #f0f0f0;
    height: 100%;
}
.special-offers-bottom-block{
    background: #fbb03b;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    clear: both;
    overflow: hidden;
}
.special-offers-bottom-block p{
    margin: 0px;
    font-size: 16px;
}
.partshouse-allstart-here-mainwrapper .container{
	padding-left: 0px;
    padding-right: 0px;
}
.special-offers-topbanner-wrapper{
	min-height: 260px;
	background: #f4f4f4;
	width: 100%;
	clear: both;
	position: relative;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .25);
    margin-bottom: 40px;
}
.special-offers-topbanner-title{
	position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    margin: 0px;
}
@media(min-width: 640px){
    .special-offers-cloums{
        flex-wrap: nowrap;
        margin-bottom: 80px;
    }
    .special-offers-div{
        width: 48%;
    }
    .special-offers-div:first-child{
        margin-right: 4%;
    }
    .special-offers-div:last-child{
        margin-right: 0px;
    }
}