.elementor-news-tabs .tab-title { /* Styles for the tab titles */ }
.elementor-news-tabs .tab-content { /* Styles for the tab content */ }
.elementor-news-tabs .post-item { /* Styles for individual posts */ }

.slide {
    display: flex;
    justify-content: space-between;
}
.post-item {
    flex: 1;
    margin-right: 10px;
}
.post-item:last-child {
    margin-right: 0;
}

.slick-prev:before, .slick-next:before {
    color: #09529b !important;
  }

