.gallery-page.products-sec{
	padding:60px 0px;
 }
.gallery-page.products-sec h4 {
    color: var(--text-color);
}
.gallery-page.products-sec h2 {
    color: var(--primary-btn-color);
    margin-top: 60px;
}
.products-text p{
    font-size: 21px;
    font-weight: bold;

}
.products-images h3{
    font-size: 2rem;
    margin: 20px 0px;
}
.products-images img {
    max-width: 100%;
    height: 500px;
    object-fit: cover;
}
.custom-banner {
    position: relative;
    
    background-size: cover;
    height: 400px;
    background-repeat: no-repeat;
	background-position: center;
}
.background-overlay-inner {
    background-color: #50302d;
    opacity: 0.3;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}
