.banner-tems {
    padding-top: 120px;
    padding-bottom: 120px;
    background: linear-gradient(135deg, rgba(142, 112, 55, 0.92) 0%, rgba(35, 35, 35, 0.88) 100%), 
                url('../images/Home-1/bg-gallery.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
}

.banner-tems::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(142, 112, 55, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.banner-tems .container {
    position: relative;
    z-index: 1;
}

.banner-tems .banner-content h2 {
    font-size: 52px;
    color: #FFF;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
}

.banner-tems .banner-content .outline {
    width: 100%;
    height: 25px;
    background: url('../images/Home-1/icon-our.png') no-repeat center center;
    margin: 15px 0;
}

.banner-tems .banner-content p {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 0.5px;
}

@media (max-width: 767px) {
    .banner-tems {
        padding: 80px 0;
    }
    .banner-tems .banner-content h2 {
        font-size: 36px;
    }
}
