.module-bullets .module-heading {
	display: block;
}
.module-bullets .bullet {
	display: flex;
	align-items: center;
}
.module-bullets .bullets-block-row + .bullets-block-row {
	margin-top: 90px;
}
.module-bullets .bullet-title {
	font-size: 46px;
	font-weight: 500;
	margin-bottom: 15px;
}
.module-bullets .bullet-description {
	padding: 20px 15px;
	padding-left: 0;
	padding-right: 40px;
}
.module-bullets .bullet-text {
	text-align: justify;
	line-height: 1.6;
	font-size: 18px;
}
.module-bullets .bullet-image {
	border-radius: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 1;
}
.module-bullets hr {
	margin: 30px 0;
}
.module-bullets .bullets-block-row {
	display: flex;
}
.module-bullets .relative span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% - 25px);
	margin: auto;
	width: 50px !important;
	height: 50px !important;
	cursor: pointer;
}

@media (max-width: 991px) {
	
	.bullet-description {
		order:1;
	}
	.module-bullets .bullets-block-row + .bullets-block-row {
		margin-top: 30px;
	}

	.module-bullets .bullet-description {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.module-bullets .bullet {
		flex-direction: column;
	}
	.module-bullets .bullet-image {
		height: 300px !important;
	}
}
@media (max-width: 480px) {
	
	.module-bullets .bullet-image {
		width: 100% !important;
		height: 200px !important;
	}
	.module-bullets .module-heading {
	    font-size: 26px;
	}
	.module-bullets .bullet-description {
		width: 100% !important;
		padding-bottom: 0;
	}
	.module-bullets .bullets-block-row {
		display: block;
	}
}