body {
    margin: 0;
}

.section__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 3rem 0;
}


/*
  shits Section
*/

.shit-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shit-list__item {
    width: 100%;
    margin-bottom: 2rem;
    background: #f6ebcf;
    padding: 2rem;
    list-style: none;
    position: relative;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	color:#3A3839;
}

/*
.shit-list__item:hover {
    box-shadow: 0 0 40px 40px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
}*/

.shit-list__image {
    height: 300px;
}

.shit-list__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-top: -2rem;
    height: 100%;
}


.shit-list__title {
	margin-top:-1.5rem;
    margin-bottom: -1.5rem;
    font-weight: 700;
	color:#4B2F01;
}


.section__shits {
    background: url("../images/advantage/bg.png") center no-repeat fixed;
    background-size: cover;
    position: relative;
}

ul {
    padding: 0;
    margin-right: 0px !important;
    margin-top: 0px;/*-5*/
    list-style-type: none;
}

/*
  Mobile
*/

@media all and (max-width: 1300px) { 
    .section__inner {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.section__inner {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
} 

.advbanner img{  
    width: 100%;
    min-height: 100%;/*250px*/
} 
 