/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 12 2026 | 11:11:48 */
/* HEADINGS */

.vc_custom_heading_wrap.intro {
    padding-left: 72px;
}

/* TEXT BLOCK */ 

.uncode_text_column {
    margin-top: 18px !important;
}

.uncode_text_column.intro {
    padding-left: 72px;
}

/* BORDER-RADIUS */

.unradius-xl {
    border-radius: 18px !important;
}

/* BUTTONS */

.btn-stormy-teal {
    background-color: #2a6560 !important;
	border-color: #2a6560 !important;
	color: #ffffff;
}

.btn-stormy-teal:hover {
    background-color: transparent !important;
	border-color: #2a6560 !important;
	color: #2a6560;
}

/* SINGLE MEDIA */

.uncode-single-media img {
    border-radius: 18px !important;
}

hr.separator-break.separator-accent {
    border-color: #2a6560 !important;
}

/**** TABLET ****/
@media (max-width: 959px) {
	
/* HEADINGS */

.vc_custom_heading_wrap.intro {
    padding-left: 36px;
}

/* TEXT BLOCK */ 

.uncode_text_column.intro {
    padding-left: 36px;
}	
	
}

