.section-space--inner--120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.history-grid__wrapper {
	position: relative;
}

.history-grid__single-wrapper:first-child {
	margin-top: 0;
}

.history-grid__single-wrapper {
	padding-right: 55px;
	position: relative;
}

.history-grid__single-wrapper .dot {
	width: 28px;
	height: 28px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	right: -14px;
	background-color: rgba(117, 214, 231, 0.14);
}

.history-grid__single-wrapper .dot:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: rgba(117, 214, 231, 0.29);
}

.history-grid__single-wrapper .dot:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--pbmit-global-secondary-color);
}

@media(width<=576px) {
	.history-grid__single-wrapper .dot {
		display: none;
	}

	.history-grid__single-wrapper .dot:before {
		display: none;
	}

	.history-grid__single-wrapper .dot:after {
		display: none;
	}
}

.history-grid__single {
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.11);
	box-shadow: 0 5px 40px rgba(0, 0, 0, 0.11);
	border-radius: 10px;
}

.history-grid__single .content-head {
	padding: 15px 20px;
	background-color: var(--pbmit-global-secondary-color);
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	border-radius: 10px 10px 0 0;
}

.history-grid__single .content-body {
	padding: 20px 20px 25px;
}

.history-grid__single .content-body .image {
	margin-bottom: 25px;
}

.history-grid__single .content-body .image img {
	width: 100%;
	height: auto;
}

.history-grid__single-wrapper:nth-child(2n + 2) {
	margin-top: 100px;
}

.history-grid__single-wrapper:nth-child(2n) {
	padding-left: 55px;
	padding-right: 15px;
}

.history-grid__wrapper:before {
	position: absolute;
	left: 50%;
	margin-left: -1px;
	height: 100%;
	border-left: 2px dotted rgba(90, 140, 196, 0.88);
	content: "";
}

.history-grid__single-wrapper:nth-child(2n) .dot {
	top: 0;
	left: -14px;
}

.history-grid__single-wrapper:first-child {
	margin-bottom: 50px;
}

.content-body img{
	width: 100%;
	height: auto;
}

@media (width <=1024px) {
	.offset-2 {
		margin-left: 0 !important;
	}

	.col-lg-8.offset-2{
	width: 100%;
	}
}

@media (width <768px) {
	.section-space--inner--120 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (width <=575px) {
	.history-grid__single-wrapper {
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 40px;
	}

	.history-grid__single-wrapper:nth-child(2n) .dot {
		left: 6px;
	}

	.history-grid__single-wrapper .dot {
		left: 6px;
	}

	.history-grid__single-wrapper:nth-child(2n + 2) {
		margin-top: 40px;
	}

	.history-grid__single-wrapper:nth-child(2n) {
		padding-left: 20px;
		padding-right: 20px;
	}

	.history-grid__single-wrapper:first-child {
		margin-bottom: 0;
	}
}