.elementor-21687 .elementor-element.elementor-element-b400f8e.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-21687 .elementor-element.elementor-element-b038dd9{--display:flex;}@media(max-width:767px){.elementor-21687 .elementor-element.elementor-element-b400f8e{width:var( --container-widget-width, 341px );max-width:341px;--container-widget-width:341px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-4d4c354 */```html
<style>

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

body{
    background:#f3f3f1;
}

.news-container{
    max-width:1100px;
    margin:auto;
    background:white;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
    border-radius:28px;
    overflow:hidden;
}

.news-content{
    max-width:860px;
    margin:auto;
    padding:80px 35px;
}

.news-title{
    font-family:"Cormorant Garamond", serif;
    font-size:78px;
    line-height:0.95;
    margin-bottom:25px;
}

.news-text{
    font-family:"Inter", sans-serif;
    font-size:22px;
    line-height:1.95;
    color:#2f2f2f;
}

.news-image img{
    width:100%;
    border-radius:24px;
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
    transition:0.5s ease;
}

.news-image img:hover{
    transform:translateY(-6px) scale(1.01);
}

.news-quote{
    margin:70px 0;
    padding:50px;
    background:linear-gradient(
        135deg,
        #f8f4ed,
        #f1ebe2
    );
    border-left:6px solid #b48a50;
    border-radius:24px;
    font-family:"Cormorant Garamond", serif;
    font-size:42px;
    line-height:1.45;
    color:#2d2d2d;
}

@media(max-width:768px){

    .news-title{
        font-size:52px;
    }

    .news-text{
        font-size:20px;
    }

}

</style>
```/* End custom CSS */