.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for page-settings *//*CSS by Jonathan*/

.section_title{
    display:none;
}

.flip_card_front,.flip_card_back{
    background-color: white;
    border-color: #0155A7;
    border-radius: 10px
}

.flip_front_name{
    margin-bottom: 5px;
    font-weight: bold;
}

.flip_front_title,.flip_front_title{
    margin-bottom: 0;
}

.flip_back_title{
    color:#0155A7;
    font-weight: bold;
}

.flip_back_content{
    font-size: 15px;
    overflow-y: scroll;
    height: 300px;
}

.flip_back_title,.flip_front_name,.flip_front_title,.flip_card_back,.flip_back_content{
    font-family: Montserrat;
}

/*remove scrollbar*/
@media screen and (min-width:1025px){
    .flip_card_back_content{
        overflow: hidden;
    }
    
    .flip_back_content{
        width: 100%;
        padding-right:17px;
        box-sizing:content-box;
}}

@media screen and (max-width:1024px){
    body.elementor-page-13 .elementor-shortcode{ 
        display: flex; 
        flex-wrap: nowrap; 
        overflow-x: auto; 
        -webkit-overflow-scrolling: touch; 
        scroll-snap-type: x mandatory; 
    } 
    
    .flip_row{
        flex: 0 0 auto; 
        max-width: calc(900px + 60px);
        scroll-snap-align: center ; 
        overflow: visible; 
    }
    
    .flip_column{
        margin-right:20px;
        padding:0;
    }
}


@media screen and (max-width:767px) and (orientation:portrait){
    
    body.elementor-page-13 .elementor-shortcode{ 
        display: flex; 
        flex-wrap: nowrap; 
        overflow-x: auto; 
        -webkit-overflow-scrolling: touch; 
        scroll-snap-type: x mandatory; 
    } 
    
    .flip_row{
        flex: 0 0 auto; 
        max-width: calc(210vw + 15px);
        scroll-snap-align: center ; 
        overflow: visible; 
    }
    
    .flip_column{
        width: 70vw;
        margin-right:5px;
        padding:0;
    }
    
    .flip_card{
        width: 100%;
        height: 95vw;
    }
    
    .flip_back_email{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: calc(100% - 40px);
        margin-bottom: 15px;
    }
    
    .flip_back_email:hover{
        overflow: visible;
        white-space: normal;
    }
    
    
     .flip_back_content{ 
        height:calc(100% - 50px); 
    }
}

@media screen and (max-width:767px) and (orientation:landscape){
    
    body.elementor-page-13 .elementor-shortcode{ 
        display: flex; 
        flex-wrap: nowrap; 
        overflow-x: auto; 
        -webkit-overflow-scrolling: touch; 
        scroll-snap-type: x mandatory; 
    } 
    
    .flip_row{
        flex: 0 0 auto; 
        max-width: calc(120vw + 15px);
        scroll-snap-align: center ; 
        overflow: visible; 
    }
    
    .flip_column{
        width: 40vw;
        margin-right:5px;
        padding:0;
    }
    
    .flip_card{
        width: 100%;
        height: 50vw;
    }
    
    .flip_back_email{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: calc(100% - 40px);
        margin-bottom: 15px;
    }
    
    .flip_back_email:hover{
        overflow: visible;
        white-space: normal;
    }
    
    .flip_back_content{
        height:calc(100% - 50px);
    }
}/* End custom CSS */