:target {
    scroll-margin-top: 100px;
}

.s-tel-item-number .elementor-widget-container {
    width: 40px;
    aspect-ratio: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


.s-tel-list-style ul {
    padding: 20px 0;
}
.s-tel-list-style ul li {
    position: relative;
    list-style: none;
    padding-left: 30px;
	margin-bottom: 12px;
}
.s-tel-list-style ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 13px;
    height: 13px;
    background: var(--e-global-color-primary);
}
@media only screen and (max-width: 767px) {
	.s-tel-list-style ul li {
		padding-left: 20px;
	}
	.s-tel-list-style ul li:before {
		top: 8px;
		width: 8px;
		height: 8px;
	}
}


.s-tel-text-btn .elementor-button-icon {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.s-tel-text-btn a:hover .elementor-button-icon {
    -webkit-transform: translate(5px);
        -ms-transform: translate(5px);
            transform: translate(5px);
}