.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-132 .elementor-element.elementor-element-9afd6e2{text-align:center;}.elementor-132 .elementor-element.elementor-element-9afd6e2 .elementor-heading-title{font-family:"Montserrat", Sans-serif;color:#000000;}.elementor-132 .elementor-element.elementor-element-02783fa{margin-top:3%;margin-bottom:0%;}.elementor-132 .elementor-element.elementor-element-c806186{text-align:center;}.elementor-132 .elementor-element.elementor-element-c806186 .elementor-heading-title{font-family:"Montserrat", Sans-serif;color:#000000;}.elementor-132 .elementor-element.elementor-element-595c0ab{margin-top:3%;margin-bottom:0%;}.elementor-132 .elementor-element.elementor-element-f58539b{text-align:center;}.elementor-132 .elementor-element.elementor-element-f58539b .elementor-heading-title{font-family:"Montserrat", Sans-serif;color:#000000;}/* Start custom CSS */.section_title{
	display:none;
}

.sq_content{
    min-height: 190px;
}

.sq_content_title,.sq_content_description,.button_email{
    font-family: Montserrat
}

.sq_content_title{
    font-weight: bold;
}

.sq_image_bg img{
    height: 100%
}

.button_email{
    border: 2px solid #732222;
}

.button_email:hover{
    border: 2px solid #732222;
    background-color: #732222;
}



@media screen and (max-width:767px) and (orientation:portrait){
body.elementor-page-132 .elementor-shortcode{  
        display: flex;  
        flex-wrap: nowrap;  
        overflow-x: auto;  
        -webkit-overflow-scrolling: touch;  
        scroll-snap-type: x mandatory;  
    }  
.sq_row{ 
        flex: 0 0 auto;  
        max-width: calc((70vw * 3) + 15px);  
        scroll-snap-align: center ;  
        overflow: visible;  
        }  
     
.sq_column{ 
        width: 70vw!important; 
        padding:5px; 
    } 
    
    .sq_image{
        height:80vw;
    }
    
    .sq_content_title{
    font-size:5vw;
}
    .sq_content_description{
    font-size:4vw;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape){
body.elementor-page-132 .elementor-shortcode{  
        display: flex;  
        flex-wrap: nowrap;  
        overflow-x: auto;  
        -webkit-overflow-scrolling: touch;  
        scroll-snap-type: x mandatory;  
    }  
.sq_row{ 
        flex: 0 0 auto;  
        max-width: calc((33vw * 3) + 15px);  
        scroll-snap-align: center ;  
        overflow: visible;  
        }  
     
.sq_column{ 
        width: 33vw!important; 
        padding:5px;
        scroll-snap-align: center ;
}

.sq_content{
    min-height: 180px;
}
}

/*ellipsis*/
.sq_content_description{
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.sq_content_description:hover{
  overflow: visible;
  white-space: normal;
}/* End custom CSS */