/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2024 | 17:31:43 */
h1:after {
    margin: 0 !important;
}

h2:after {
    content: "";
    height: 0.1em;
    width: 17%;
    background: var(--hs-bl);
    display: block;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 0.7em;
}

.bo {
    border-radius:1.6em;
    overflow: hidden;
}


@media screen and (max-width: 549px) {
	h1 {
    text-align: center !important;
}
	.page h1:after {
    margin: auto !important;
}
		.vc_btn3-container.vc_btn3-inline, .vc_btn3-container.vc_btn3-inline * {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
	margin-right: 0;
}
	
	.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 36px;
    /* text-align: center; */
}
	
	.help {
    display: flex;
    flex-direction: column-reverse;
}
	
	h2 {
    font-size: 1.7rem !important;
}
	
	
	
}