.featured-collection {
padding: 60px 20px;
text-align: center;
}
.featured-collection h2 {
font-family: 'Playfair Display', serif;
font-size: 32px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 20px;
}
.featured-collection p {
font-family: Georgia, serif;
font-size: 18px;
margin-bottom: 30px;
color: #555;
}
.featured-collection img {
max-width: 100%;
height: auto;
border: 3px solid #bfa66b;
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}