@import url(reset.css);

.img-holder{
    position: relative;
}
.seasonings{
	margin: 50px auto 0;
	    width: 900px;
    
}


.chickin-contents{
    padding: 162px 0 150px 0;
    text-align: center;
    width: 900px;
    margin: 0 auto;
}

.chickin p{
    font-size: 14px;
    line-height: 2;
    color: #666;
}



.seasonings img{
    width: 174px;
    height: auto;
}
.spice{
width: 198px;
float: left;
margin-right: 36px;
margin-bottom: 56px;
    text-align: center;
}
.spice:nth-child(4n){
    margin-right: 0;
}
.spice h3{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin: 23px 0;
}
.mfp-content .spice p{
    font-size: 12px;
    text-align: left;
        letter-spacing: -0.6px;
    line-height: 1.8;
}



.morelink span{
    border:solid #ccc 1px;
    padding: 5px 8px;
}

@media screen and (max-width: 768px) {
	.seasoning{
		display: flex;
	}
	.chickin-contents{
		width: 100%;
	}
.chickin h3{
	text-align: center;
}
.seasonings{
	width: 100%;
	height: auto;

}
.seasonings img{
	width: 140px;
}
.spice{
	width: 150px;
}


.img-holder{
	height: 300px;
}
.chickin-contents{
	    padding: 62px 0 80px 0;
}

.chickin p{
	margin: 0 20px;
	text-align: center;
	font-size: 12px;
}
.spice{
	
	margin: 0 10px;
}
.seasonings{
	
}


}
@media screen and (max-width: 469px) {
	.potato-culumn{
	
	    padding-bottom: 20px;
	    background-position: top center;
}
.potato-right {

    padding-top: 220px;
}
.limited p{
	text-align: left;
	}
.mfp-content .spice p{
	font-size:11px;
}
.spice{
	
	margin: 0 10px 30px;
}
}