.elementor-204 .elementor-element.elementor-element-e6197b2{margin-top:2%;margin-bottom:0%;}.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-204 .elementor-element.elementor-element-f17d6cf{text-align:center;}.elementor-204 .elementor-element.elementor-element-f17d6cf .elementor-heading-title{color:#000000;}.elementor-204 .elementor-element.elementor-element-91e646b{margin-top:2%;margin-bottom:0%;}.elementor-204 .elementor-element.elementor-element-364555b{text-align:center;}.elementor-204 .elementor-element.elementor-element-364555b .elementor-heading-title{color:#000000;}.elementor-204 .elementor-element.elementor-element-3603558{margin-top:2%;margin-bottom:0%;}.elementor-204 .elementor-element.elementor-element-c3a6149{text-align:center;}.elementor-204 .elementor-element.elementor-element-c3a6149 .elementor-heading-title{color:#000000;}.elementor-204 .elementor-element.elementor-element-eaa12aa{margin-top:2%;margin-bottom:0%;}.elementor-204 .elementor-element.elementor-element-d455116{text-align:center;}.elementor-204 .elementor-element.elementor-element-d455116 .elementor-heading-title{color:#000000;}.elementor-204 .elementor-element.elementor-element-1a37894{margin-top:2%;margin-bottom:0%;}.elementor-204 .elementor-element.elementor-element-129532f{text-align:center;}.elementor-204 .elementor-element.elementor-element-129532f .elementor-heading-title{color:#000000;}.elementor-204 .elementor-element.elementor-element-72a022e{margin-top:2%;margin-bottom:2%;}.elementor-204 .elementor-element.elementor-element-a3f5575{text-align:center;}.elementor-204 .elementor-element.elementor-element-a3f5575 .elementor-heading-title{color:#000000;}body.elementor-page-204:not(.elementor-motion-effects-element-type-background), body.elementor-page-204 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}/* Start custom CSS *//*hide image*/
.sq_image{
    display: none;
}

.section_title{
	display:none;
}

.sq_content{
    min-height: 170px;
    background-color: #662D91;
    border-bottom:5px solid #19A3DD;
    text-align: center;
}

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

.sq_content_title{
    font-weight: bold;
    font-size:20px;
}

.sq_content_description{
    font-size: 14px
}

.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:#662D91;
}

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

@media screen and (max-width: 767px) and (orientation: landscape){

body.elementor-page-204 .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;
}

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

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

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