
        
        .real-estate-section {
            background-color: #ffffff;
            padding: 60px 0;
        }

        .real-estate-section .row {
            align-items: start;
        }
        
        .section-title {
            font-family: 'Libre Baskerville', serif;
            font-size: 1.5rem;
            font-weight: 400;
            margin-bottom: 30px;
            line-height: 1.3;
            color: #19263A;
        }
        
        .section-description {
            font-size: 1.125rem;
            line-height: 1.8;
            color: #333333;
            margin-bottom: 0;
        }
        
        .video-wrapper {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 aspect ratio */
            height: 0;
            overflow: hidden;
            background-color: #000;

        }

        .trendsetter {
            padding: 40px;
            text-align: center;

        }
        
        .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }
        
        

        /* Desktop - max-width 1440px */
        @media (min-width: 992px) {
            .container {
                max-width: 1440px;
            }
        }
        
        /* Tablet - max-width 1200px */
        @media (max-width: 1200px) and (min-width: 992px) {
            .section-title {
                font-size: 2.25rem;
            }
            .section-description {
                font-size: 1.0625rem;
            }
        }
        
        /* Mobile - max-width 991px */
        @media (max-width: 991px) {
            .real-estate-section {
                padding: 40px 0;
            }
            .section-title {
                font-size: 2rem;
                margin-bottom: 20px;
            }
            .section-description {
                font-size: 1rem;
                margin-bottom: 30px;
            }
        }
        
        @media (max-width: 576px) {
            .section-title {
                font-size: 1.75rem;
            }
        }
