section.feature-products {
    background-color: #fafafa;
    padding: 50px 0px;
}

section.gallery-block.grid-gallery {
    padding: 50px 0px;
}

h2.heading-section.mb-5 {
    font-family: Rokkitt,serif;
    color: #333;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.1em;
    letter-spacing: 8.5px;
    margin:40px 0px 0px;
}

.feature-products h3 {
    font-family: Rokkitt,serif;
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 2.5px;
    margin: 20px 0px 0px;
}

hr.under-section-title {
    width: 197px;
    height: 2px;
    background-color: #b79c7d /*#C07017*/;
    margin-bottom: 50px;
    margin-top: 10px;
}
hr.under-feat-title {
    width: 197px;
    height: 2px;
    background-color: #b79c7d /*#C07017*/;
    margin-bottom: 20px;
    margin-top: 10px;
	display:inline-block;
}
.feature-products p {
    font-family: "Noto Serif",serif;
    font-size: 16px;
    line-height: 29px;
    color: #8f8f8f;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.feature-products p.keypoint {
    font-size: 20px;
    line-height: 29px;
	
}