.elementor-3123 .elementor-element.elementor-element-ace8d34{--display:flex;}.elementor-3123 .elementor-element.elementor-element-fc21f4a{text-align:center;}.elementor-3123 .elementor-element.elementor-element-fc21f4a .elementor-heading-title{font-family:"Roboto", serif;font-size:98px;font-weight:600;text-transform:uppercase;text-decoration:none;color:var( --e-global-color-primary );}.elementor-3123 .elementor-element.elementor-element-98bffea{text-align:center;}.elementor-3123 .elementor-element.elementor-element-8e80287{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3123 .elementor-element.elementor-element-20b019d{--grid-row-gap:10px;--grid-column-gap:10px;}.elementor-3123 .elementor-element.elementor-element-20b019d > .elementor-widget-container{margin:0px 0px 10px 0px;padding:10px 10px 10px 10px;}.elementor-3123 .elementor-element.elementor-element-20b019d .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-3123 .elementor-element.elementor-element-20b019d .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-3123 .elementor-element.elementor-element-20b019d .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-3123 .elementor-element.elementor-element-20b019d .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-3123 .elementor-element.elementor-element-20b019d .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:1024px){.elementor-3123 .elementor-element.elementor-element-fc21f4a .elementor-heading-title{font-size:32px;line-height:1.2em;}}/* Start custom CSS for archive-posts, class: .elementor-element-20b019d */.elementor-posts-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Adjust this to control the space between items */
}
.elementor-post {
  display: flex;
  flex-direction: column;
  height: 100%; /* Ensures the item fills its container */
}
.elementor-post .elementor-post__title,
.elementor-post .elementor-post__excerpt {
  flex-grow: 1; /* Ensures that the content fills the height of the container */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8e80287 */.archive-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.archive-post {
  flex: 1 1 calc(33.33% - 20px); /* Adjust the width of each post */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Ensure content is spaced evenly */
  background: #f4f4f4; /* Example background */
  padding: 15px;
  margin: 10px; /* Add spacing between items */
  min-height: 300px; /* Minimum height for each post */
  box-sizing: border-box; /* Ensures padding and margin are included in the height calculation */
}

.archive-posts-container::after {
  content: "";
  flex: 1 1 100%; /* Ensure that the last row of posts stretches to the full width */
}/* End custom CSS */