.elementor-8922 .elementor-element.elementor-element-193f5c9{--display:flex;--min-height:100vh;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:140px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.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-8922 .elementor-element.elementor-element-0b23114 > .elementor-widget-container{margin:15px 0px 0px 0px;}.elementor-8922 .elementor-element.elementor-element-0b23114{text-align:center;}.elementor-8922 .elementor-element.elementor-element-0b23114 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:30px;font-weight:400;line-height:37px;color:var( --e-global-color-93f34f2 );}.elementor-8922 .elementor-element.elementor-element-a8479a2 > .elementor-widget-container{margin:40px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-193f5c9 */.acf-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
}
.acf-gallery-item img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    transition: 0.3s;
}

.acf-gallery-item img:hover{
    transform: scale(1.1);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://aestheticarc.com/wp-content/uploads/2024/08/Montserrat-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */