.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 );}.elementor-1137 .elementor-element.elementor-element-906de3f{text-align:center;}.elementor-1137 .elementor-element.elementor-element-eca352e{margin-top:20px;margin-bottom:0px;}.elementor-1137 .elementor-element.elementor-element-57d0acd{text-align:center;}.elementor-1137 .elementor-element.elementor-element-0b1f714{margin-top:20px;margin-bottom:0px;}.elementor-1137 .elementor-element.elementor-element-9847d81{text-align:center;}/* 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:hover{
    border:1px solid #036cb6;
    background-color: #036cb6;
    color:#fff;
}


@media screen and (max-width:767px) and (orientation:portrait){
body.elementor-page-1137 .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;
    }
    
    .sq_content{
    min-height: 170px;
}
}

@media screen and (max-width: 767px) and (orientation: landscape){
body.elementor-page-1137 .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: 190px;
}
}

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

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