.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-123 .elementor-element.elementor-element-fb9c1ce{text-align:center;}.elementor-123 .elementor-element.elementor-element-fb9c1ce .elementor-heading-title{font-weight:400;}.elementor-123 .elementor-element.elementor-element-b9742c1{padding:3% 0% 0% 0%;}.elementor-123 .elementor-element.elementor-element-073d5f7{text-align:center;}.elementor-123 .elementor-element.elementor-element-073d5f7 .elementor-heading-title{font-weight:400;}.elementor-123 .elementor-element.elementor-element-4cf8f83{padding:3% 0% 0% 0%;}.elementor-123 .elementor-element.elementor-element-9d001e6{text-align:center;}.elementor-123 .elementor-element.elementor-element-9d001e6 .elementor-heading-title{font-weight:400;}.elementor-123 .elementor-element.elementor-element-68f8b1c{padding:3% 0% 0% 0%;}.elementor-123 .elementor-element.elementor-element-f9ec20c{text-align:center;}.elementor-123 .elementor-element.elementor-element-f9ec20c .elementor-heading-title{font-weight:400;}.elementor-123 .elementor-element.elementor-element-e83b4f5{padding:3% 0% 0% 0%;}.elementor-123 .elementor-element.elementor-element-119e2bb{text-align:center;}.elementor-123 .elementor-element.elementor-element-119e2bb .elementor-heading-title{font-weight:400;}.elementor-123 .elementor-element.elementor-element-23c808d{padding:3% 0% 0% 0%;}.elementor-123 .elementor-element.elementor-element-9f37f4d{text-align:center;}.elementor-123 .elementor-element.elementor-element-9f37f4d .elementor-heading-title{font-weight:400;}/* Start custom CSS */.section_title{
	display:none;
}

.sq_content{
    min-height: 190px;
    background-color: #b21534;
    text-align: center;
}

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

.sq_content_title{
    font-weight: bold;
}

.sq_image_bg img{
    height: 100%
}

.button_email{
    border:2px solid white;
    color:white;
}

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

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

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

.button_email{
    padding:6px 12px;
}
}

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

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