.numbered-steps-block{
	background:var(--bg-color);
}

.numbered-steps-block .container {
	max-width: 1190px;
	margin: 0 auto;
	width: 90%;
	padding: 90px 0;
	position: relative;
	z-index: 1;
}

.numbered-steps-block .col-wrapper {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: 56px;
}

.numbered-steps-block .col-wrapper .col-70 {
	width: 70%;
	flex: 1 1 100%;
	max-width: 900px;
/* 	margin: 0 auto; */
}

.numbered-steps-block .col-wrapper .col-30 {
	width: 30%;
	max-width: 250px;
	flex: 1 1 100%;
}

.numbered-steps-block .divider {
	background: transparent var(--divider-bg) repeat-x left center / auto;
	width: 100%;
	height: 4px;
	margin: 0 0 19px;
}

.numbered-steps-block .title {
	font: normal var(--f-bold) 2.63rem / 1.1 var(--font-sans);
	color: var(--title-color);
}

.numbered-steps-block .col-30 .title {
	font: normal var(--f-bold) 1.75rem / 1.1 var(--font-sans);
	color: var(--title-30-color);
	margin-bottom: 19px;
}

.numbered-steps-block .content {
	font: normal var(--f-medium) 1.13rem / 1.3 var(--font-sans);
	color: var(--content-color);
	margin-bottom: 40px;
}

.numbered-steps-block .col-70 .content ul:has(li:first-child:nth-last-child(2n+8)) {
	column-count: 2;
	column-gap: 40px;
}

.numbered-steps-block .col-30 .content {
	font: normal var(--f-medium) .88rem / 1.3 var(--font-sans);
	color: var(--content-color);
	margin-bottom: 19px;
}

.numbered-icon-content-block-header h3 {
	margin-bottom: 15px;
}

.numbered-steps-block .content p:last-child {
	margin-bottom: 0;
}

.numbered-steps-block .content a {
	color: var(--primary-color);
	text-decoration: none;
	box-shadow: none;
}

.numbered-steps-block .content a:hover {
	color: var(--label-color);
}

.numbered-steps-block .img-wrapper {
	border-radius: 30px;
	margin-bottom: 19px;
	overflow:hidden;
}

.numbered-steps-block .img-wrapper svg{
	width:100%;
}

.numbered-steps-block.brad-0 .img-wrapper{
	border-radius: 0 !important;
}

.numbered-steps-block .btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
	border: none;
	font: normal var(--f-bold) 0.875rem / 1 var(--font-sans);
	color: var(--content-color);
	width: max-content;
	text-decoration: none;
	box-shadow: none;
}

.numbered-steps-block .btn svg {
	color: var(--white);
	transition: var(--transition);
}

.numbered-steps-block .btn:hover svg {
	transform: rotate(90deg);
}

.numbered-steps-block .custom-inner-block{
    margin-bottom: 36px;
}
.numbered-steps-block .custom-inner-block::before{
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    content: "";
    position: absolute;
    top: 20px;
    left: -21px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 20px solid #fff;
}

.step-wrapper {
    display: flex;
    position: relative;
    gap:20px;
}

.step-number {
    flex: 0 0 40px;
    font-size: 36px;
    line-height: 54px;
    font-weight: 500;
    margin-top: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    border-radius: 50%;
    color: #7C9C00;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}


.numbered-steps-block .custom-inner-block {
    background-color: #fff;
    padding: 27px;
    border-radius: 15px;
    box-shadow: 0 5px 14px #00000015;
    position: relative;
    flex: 1;
}

.step-number {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.step-number::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 27%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% - 30px);
    background: transparent var(--dotted-svg) repeat-x left center / auto;
}
.step-wrapper:last-child .step-number::after {
    height: calc(100% - 77px);
}

.numbered-icon-content-block-header {
    display: flex;
    align-items: center;
    gap: 0px; 
}

.icon-content-block-icon {
    width: 40px;
    height: 40px;
}

.icon-content-block-heading {
    font-size: 1.2rem;
    margin: 0;
}


@media screen and (max-width:1024px) {
	.numbered-steps-block .container {
		padding: 70px 0;
	}
}

@media screen and (max-width:991px) {

	.numbered-steps-block .col-wrapper {
		flex-direction: column;
		gap: 20px;
	}

	.numbered-steps-block .col-wrapper.inner {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.numbered-steps-block .col-wrapper .col-30,
	.numbered-steps-block .col-wrapper .col-70 {
		width: 100%;
		max-width: 100%;
	}

	.numbered-steps-block .img-wrapper {
		max-width: 300px;
		margin: 0 auto 15px !important;
		width: 100%;
	}

	.custom-padding-bottom.numbered-steps-block .container{
		padding-bottom: 20px;
	}
	.custom-padding-bottom.numbered-steps-block .img-wrapper{
		margin: 50px auto 15px !important;
	}

}

@media screen and (max-width:767px) {
	.numbered-steps-block .container {
		padding: 40px 0;
	}

	.numbered-steps-block .title {
		font: normal var(--f-bold) 2rem / 1.1 var(--font-sans);
	}

	.numbered-steps-block .col-70 .content ul,
	.numbered-steps-block .col-70 .content ul:has(li:first-child:nth-last-child(2n+8)){
		column-count: 1;
	}

}