/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2024 | 17:36:41 */
.item:nth-child(2) .wpb_wrapper {
    background: var(--hs-y);
    color: #FFF;
}
.item .wpb_wrapper {
    background: var(--hs-bl);
    padding: 1rem;
    border-radius: 1.5rem;
}

.item .wpb_text_column.wpb_content_element, .item .wpb_text_column.wpb_content_element ul {
    margin: 0 !important;
}

h2:after {
    height: 3px;
    width: 165px;
    display: block;
    content: "";
    background: var(--hs-bl);
}

h2 {
    font-size: 2em;
}

.text-center h2:after {
    margin: auto;
}

@media screen and (max-width: 549px) {
	.vc_row.wpb_row.vc_row-fluid.toptit {
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
	}
	
	h2:after {
    margin: auto;
}
	
	.hwd .item.vc_col-sm-6 {
    margin-bottom: 1rem;
}
	
.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; */
}
}