.elementor-3578 .elementor-element.elementor-element-a776490{--display:flex;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-theme-archive-title .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-3578 .elementor-element.elementor-element-e062e3b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-3578 .elementor-element.elementor-element-e062e3b .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:45px;font-weight:600;color:#001C38;}.elementor-3578 .elementor-element.elementor-element-bdf1561{--display:flex;--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;}@media(max-width:1024px){.elementor-3578 .elementor-element.elementor-element-a776490{--padding-top:0%;--padding-bottom:0%;--padding-left:5%;--padding-right:5%;}.elementor-3578 .elementor-element.elementor-element-e062e3b .elementor-heading-title{font-size:35px;}}@media(min-width:768px){.elementor-3578 .elementor-element.elementor-element-a776490{--content-width:970px;}}@media(max-width:767px){.elementor-3578 .elementor-element.elementor-element-a776490{--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:30px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-3578 .elementor-element.elementor-element-e062e3b .elementor-heading-title{font-size:28px;line-height:1.1em;}}/* Start custom CSS for shortcode, class: .elementor-element-6df4c64 */.custom-posts-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.custom-posts-grid h2 {
    width: 100%;
    text-align: center;
}

.custom-posts-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    gap: 20px;
}

.custom-post {
    flex: 0 calc(25% - 20px); 
    margin-bottom: 20px;
    max-width: calc(33.333% - 20px);
}


.custom-post img {
    width: 100%;
    height: auto;
    display: block;
}

.custom-post-title {
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .custom-post {
        flex: 1 1 calc(33.33% - 20px);
        margin-bottom: 20px;
        max-width: 300px; 
    }
}

@media screen and (max-width: 768px) {
    .custom-post {
        flex: 1 1 calc(50% - 20px);
        margin-bottom: 20px;
        max-width: 300px; 
    }
}

@media screen and (max-width: 480px) {
    .custom-posts-grid {
        justify-content: center;
    }
    .custom-posts-row {
        justify-content: center;
    }
    .custom-post {
        flex: 0 300px;
        max-width: 300px;
        margin-bottom: 20px;
        width: 300px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://precisefuture.com/wp-content/uploads/2023/02/Poppins-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://precisefuture.com/wp-content/uploads/2023/02/Poppins-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://precisefuture.com/wp-content/uploads/2023/02/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://precisefuture.com/wp-content/uploads/2023/02/Poppins-Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */