.section_title{
    font-size: 34px;
    text-transform: uppercase;
    /* color: var(--color_black); */
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 5px;
    width: 100%;
    float: left;
    padding-top: 15px;
}
.section_title_min{
    font-size: 25px;
    width: 100%;
    text-transform: uppercase;
    /* color:yellow; */
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 6px;
    width: 100%;
    /* float: left; */
}

.section_image{
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.section_list{
    font-size: 20px;
    /* color: var(--color_black); */
    line-height: 1.6;
    padding: 20px 0!important;
    width: 100%;
    font-weight: 400;
}
.bottomStickyIcons {
    position: fixed;
    bottom: 6%;
    left: 3%;
    z-index: 1000;
}
.bottomStickyMessenger{

    position: fixed;
    bottom: 15%;
    left: 3%;
    z-index: 1000;

}
@media (min-width: 768px) { 
	.desktopven {
		display:block !important;
	}
	
	.mobile {
		display:none;
	}

}

@media (max-width: 768px) { 
	.desktopven {
		display:none !important;
	}
	
	.mobile {
		display:inline-table;
	}

}