.ajt-stat-area {
	position: relative;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 132rem;
	padding-top: 7rem;
}
.ajt-stat-row {
	display: flex;
	align-items: center;
}
.ajt-stat-title {
	font-size: 4rem;
	line-height: 5.6rem;
}
.ajt-stat-image {
	width: 61rem;
}
.ajt-stat-content {
	width: calc(100% - 61rem);
	padding-right: 5.6rem;
}
.ajt-stat-content {
	width: calc(100% - 61rem);
	padding-right: 5.6rem;
}
.ajt-stat-numbers {
	display: flex;
	align-items: center;
	column-gap: 7rem;
	margin-top: 5.9rem;
}
.ajt-stat-num-box h4 {
	font-size: 1.6rem;
	font-weight: 500;
}
.ajt-stat-num-box span {
	color: #51BAB2;
	font-size: 6rem;
	line-height: 1;
	margin-top: 1.2rem;
	font-weight: 700;
	display: block;
}
.ajt-stat-num-box.ajt-stat-num-box-lst {
	margin-right: 3rem;
}
.ajt-stat-medel {
	width: 8rem;
}
.ajt-stat-info-box {
	margin-top: 5.5rem;
	background-color: #fff;
	box-shadow: 0px 0px 4rem 0px rgba(0,0,0,0.1);
	position: relative;
	border-radius: .8rem;
	overflow: hidden;
}
.ajt-stat-info-box::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0px 0px .3rem 0px rgba(0,0,0,0.08);
}
.ajt-stat-set {
	position: relative;
	z-index: 1;
	padding: 2.7rem 7rem 3rem 3.5rem;
}
.ajt-stat-set:not(:last-child) {
	border-bottom: .2rem solid #51BAB2;
}
.ajt-stat-info-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ajt-stat-info-line:not(:last-child) {
	margin-bottom: 1.5rem;
}
.ajt-stat-info-sinle.lastt {
	width: 22rem;
	flex-shrink: 0;
}
.ajt-stat-info-sinle.firstt {
	width: calc(100% - 22rem);
}
.st-info-title {
	width: 14rem;
	flex-shrink: 0;
	font-weight: 700;
}
.ajt-stat-info-sinle.lastt .st-info-title {
	width: 11rem;
}
.ajt-stat-info-sinle {
	display: flex;
	align-items: center;
}
.ajt-stat-text {
	margin-top: 6.1rem;
}
.ajt-stat-text p:not(:last-child) {
	margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1050px) {
    .ajt-stat-area {
        background-size: 100%;
        padding-top: 46px;
    }
    .ajt-stat-row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .ajt-stat-image {
        width: 260px;
        max-width: 100%;
        margin-bottom: 17px;
    }
    .ajt-stat-content {
        width: 100%;
        padding: 0;
    }
    .ajt-stat-title {
        font-size: 28px;
        line-height: 1.3;
    }
    .ajt-stat-numbers {
        flex-wrap: wrap;
        margin-top: 23px;
        column-gap: 35px;
        row-gap: 27px;
    }
    .ajt-stat-num-box span {
        font-size: 32px;
        margin-top: 5px;
    }
    .ajt-stat-num-box.ajt-stat-num-box-lst {
        margin-right: 0;
    }
    .ajt-stat-info-line {
        flex-wrap: wrap;
    }
    .ajt-stat-info-sinle.firstt, .ajt-stat-info-sinle.lastt {
        width: 100%;
    }
    .st-info-title {
        width: 110px !important;
        padding-right: 5px;
    }
    .ajt-stat-info-line:not(:last-child) {
        margin-bottom: 5px;
    }
    .ajt-stat-info-sinle.firstt {
        margin-bottom: 4px;
    }
    .ajt-stat-set {
        padding: 20px 15px;
    }
    .ajt-stat-text {
        margin-top: 27px;
    }
    .ajt-stat-text p:not(:last-child) {
        margin-bottom: 7px;
    }
    .ajt-stat-info-box {
        margin-top: 28px;
    }
}