.b2bwood{}
.b2bwood .heading h1{
    font-size: 30px;
    margin: 0 0 10px 0;
}
.b2bwood .heading p{
    font-weight: 700;
    font-size: 18px;
}
.wood-items {
    display: flex;
    justify-content: space-between;
}

.wood-items .item {
    width: 48%;
    background: #f5f5f5;
}

.wood-items .item .img {
    min-height: 380px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.wood-items .item .item-info {
    padding: 10px;
}

.wood-items .item .item-info p {
    margin: 0;
    font-size: 14px;
}

.wood-items .item .item-info p:nth-child(even) {
    font-weight: 700;
    margin: 0 0 20px 0;
    font-size: 18px;
}
.european{
	padding: 30px 0 0 0;
}

.european p{ text-align: center; font-size: 24px; margin: 30px 0 10px 0;}

.sax-header label {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Raleway' !important;
    font-weight: 500;
}

.sax-header img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 10px auto;
    display: block;
}

.sax-header {
    margin: 30px 0;
}

.sax-content p {text-align: justify; font-size: 16px;font-weight: 400;line-height: 26px;font-family: 'Raleway' !important;}

.sax-content .heading {
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 7px;
}
.sax-content a {
    display: block;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    background: #b12f34;
    color: white;
    line-height: 40px;
    text-transform: uppercase;
    box-shadow: 0 3px 10px 1px #000;
}

@media screen and (max-width:768px) {
	.heading{
		padding: 0 10px;
	}
	.wood-items{
		padding: 0 10px;
		display: block;
	}
	.wood-items .item{
		width: 100%;
		margin: 0 0 20px 0;
	}
}