.elementor-831 .elementor-element.elementor-element-22ec7e0{--display:flex;--min-height:calc(100dvh - 130px );--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:48px 48px;--row-gap:48px;--column-gap:48px;--padding-top:48px;--padding-bottom:48px;--padding-left:48px;--padding-right:48px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-831 .elementor-element.elementor-element-f8741ad .elementor-heading-title{font-family:"Medium", Sans-serif;font-size:24px;font-weight:400;color:#FFFFFF;}.elementor-831 .elementor-element.elementor-element-0e9c4db.elementor-element{--align-self:center;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-831 .elementor-element.elementor-element-22ec7e0{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-0e9c4db */#custom-posts-container {
    justify-content: center;
    align-items: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 48px;
}

@media (max-width: 1024px) {
  #custom-posts-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 32px;
  }
}

@media (max-width: 767px) {
  #custom-posts-container {
    grid-template-columns: 1fr;
    row-gap: 24px;
    justify-items:center;
  }
  .custom-post{
      justify-content:center;
          align-items: center;
          max-width:418px;
  }
  .custom-post-content{
      justify-content:center;
      align-items:center;
  }
  
}
    .custom-post{
        height: 100%;
    }
    .custom-post img{
        width: 100%;
    }
    .custom-post-title{
        margin: 0;
    }

.custom-post-title a{
    color: #D9D9D9!important;
    leading-trim: both;
    text-edge: cap;
    font-family: var(--Fonts-Font-Family-Head, Medium);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    
}
.custom-post-content{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.custom-post{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.custom-post-desc{
    color: rgba(255, 255, 255, 0.60);
    margin: 0;
    font-family: var(--Fonts-Font-Family-Secondary, Poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    }

    #show-more-btn{
        margin-top: 30px; 
        border-radius: 12px;
        color: #B3B3B3!important;
        border:1px solid #B3B3B3;
        padding: 12px 24px;
        /* Button Sm */
        font-family: var(--Fonts-Font-Family-Buttons, Medium);
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 18.2px */
        justify-self: center;
    }
        #show-more-btn:hover,#show-more-btn:focus{
            background: unset;
        }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Medium';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://eliecharbel.com/wp-content/uploads/2024/07/MediumRegular.eot');
	src: url('https://eliecharbel.com/wp-content/uploads/2024/07/MediumRegular.eot?#iefix') format('embedded-opentype'),
		url('https://eliecharbel.com/wp-content/uploads/2024/07/MediumRegular.woff2') format('woff2'),
		url('https://eliecharbel.com/wp-content/uploads/2024/07/MediumRegular.woff') format('woff'),
		url('https://eliecharbel.com/wp-content/uploads/2024/07/MediumRegular.ttf') format('truetype'),
		url('https://eliecharbel.com/wp-content/uploads/2024/07/MediumRegular.svg#Medium') format('svg');
}
/* End Custom Fonts CSS */