/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2024 | 17:33:13 */
.sv-list .wpb_single_image {
    text-align: center;
    margin-bottom: 0;
}
.sv-list .wpb_single_image img {
    height: 200px;
    width: auto;
    display: block;
    margin: auto;
}

.slogan strong {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-size: 1.6em;
}
.slogan {
    background: var(--hs-bl);
    border-radius: 1.6em;
    color: var(--hs-y);
    font-size: 1.2em;
    margin: 1em 0;
}

h2 {
    font-size: 2em;
}

@media screen and (max-width: 549px) {
	h3 {
    font-size: 1.3rem;
}
	
		.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; */
}
	
}