.elementor-1692 .elementor-element.elementor-element-cb0e4ec > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-1692 .elementor-element.elementor-element-cb0e4ec{border-style:solid;border-width:0px 0px 1px 0px;border-color:#000000;margin-top:0px;margin-bottom:24px;padding:0px 0px 16px 0px;}.elementor-1692 .elementor-element.elementor-element-eb1f11c.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-1692 .elementor-element.elementor-element-39e4763{text-align:center;}.elementor-1692 .elementor-element.elementor-element-39e4763 .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );color:var( --e-global-color-text );}.elementor-1692 .elementor-element.elementor-element-9cb1491{text-align:center;}@media(max-width:1024px){.elementor-1692 .elementor-element.elementor-element-39e4763 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}@media(max-width:767px){.elementor-1692 .elementor-element.elementor-element-39e4763 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}/* Start custom CSS */.post_gallery ul{
    display: grid;
    grid-template-columns: 250px 250px;
    grid-template-rows: 250px 250px;
}

.post_gallery img {
    margin: 0;
    
    height: 240px;
    width: 240px;
}

.post_gallery div ul li:nth-child(1) {
    display: grid;
    grid-column: 1/1;
    grid-row: 1/1;
}

.post_gallery div ul li:nth-child(1) img{
    border-radius: 0;
    
    margin-right: 10px;
    margin-bottom: 10px;
}

.post_gallery div ul li:nth-child(1) a{
    height: 230px
}

.post_gallery div ul li:nth-child(2) {
    display: grid;
    grid-column: 2/2;
    grid-row: 1/1;
}

.post_gallery div ul li:nth-child(2) img{
    border-radius: 0 20px 0 0;
    
    margin-right: 0;
    margin-bottom: 10px;
}

.post_gallery div ul li:nth-child(2) a{
    height: 230px
}

.post_gallery div ul li:nth-child(3) {
    display: grid;
    grid-column: 1/1;
    grid-row: 2/2;
}

.post_gallery div ul li:nth-child(3) img{
    border-radius: 0;
    
    margin-right: 10px;
}

.post_gallery div ul li:nth-child(4) {
    display: grid;
    grid-column: 2/2;
    grid-row: 2/2;
}

.post_gallery div ul li:nth-child(4) img{
    border-radius: 0 0 20px 0;
    
    margin-right: 0;
}

.post_gallery div ul li:nth-child(n+5) {
    display: none;
}

.post_gallery div p  {
    display: none;
}/* End custom CSS */