.related-listings-carousel h3 {
    font-size: 20px;
    margin: 20px 0 10px;
    text-align: center;
    color: #333;
}
.related-listings-carousel .single-slide {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
