.possible-slider {
	  width: 100%;
	  margin: 0 auto;
	}
	.possible_main_outer{
		display: flex;
		flex-direction: row;
	}
	.possible_main_left{
		width: 40%;
		width:50%;
		align-items: center;
    	display: flex;
	}
	.possible_main_left h5 {
		font-family: ivyora-display;
		font-weight: 400;
		font-size: 57.6px;
		letter-spacing: 0em;
		line-height: 1.2em;
		margin-bottom: 0px;
		text-align: center;
	}
	.possible_main_left p{
		max-width: 357px;
		text-align: center;
	}
	.possible_main_left_content_outer{
		min-height: 543px;
		background: white;
		width: 611px;
		width:100%;
		justify-content: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.possible_main_right{
		width: 60%;
		width:50%;
		text-align: left;
		align-items: center;
		display: flex;
	}
	.possible-slider-main .circle_outer{
		display: flex;
		gap:5px;
	}
	.possible-slider-main .circle_item{
	  width: 68.4px;
	  height: 68.4px;
	  border-radius: 50%;
	}
	.possible_main_right_photo_outer{
		margin-left: -10px;
	}
	.possible_main_right_photo_outer img{
		width:100%;
	}
	@media (max-width: 1498.98px) {
		.possible_main_left h5 {
			font-size: 32.6px;
		}
	}
	@media (max-width: 1098.98px) {
		.possible_main_left_content_outer {
			min-height: 400px;
		}
		.possible_main_left h5 {
			font-size: 29.6px;
		}
		.possible-slider-main .circle_item{
		  width: 48.4px;
		  height: 48.4px;
		}
	}
	@media (max-width: 768.98px) {
		.possible_main_left,.possible_main_right{
			width: 100%;
		}
		.possible_main_outer{
			flex-direction: column;
		}
		.possible_main_left_content_outer{
			width: 100%;
		}		
	}
	.possible-slider-main {
	 	position: relative; /* Needed to contain absolutely positioned elements */
	}
	.possible-slider-main .custom-possible-slider-btn {
		position: absolute;
		bottom: 15%;
		left: 21%;
		width: 100%;
		display: flex;
		transform: translateY(-50%);
		justify-content: flex-start;
		gap:10px;
	}
	.possible-custom-prev-btn, .possible-custom-next-btn {
		width: auto;
		height: auto;
		z-index: 1;
		padding: 0px;
		opacity: 1;
		background-color: transparent!important;
		display: flex;
		align-items: center;
		justify-content: center;
		text-indent: -99999px;
		font-size: 0!important;
	}
	.possible-custom-prev-btn:before, .possible-custom-next-btn:before {
		content: "";
		aspect-ratio: 1/1;
		width: 50px;
		display: block;
		opacity: 1;
		background-color:transparent;
		background-image: url(/wp-content/themes/generatepress_child/assets/images/white-arrow.svg);
		background-repeat: no-repeat no-repeat;
		background-position: center center;
		background-size: contain;
	}
	.possible-custom-next-btn:before {
	  	transform: rotate(180deg);
	}
@media (max-width: 1098.98px) {
	.possible-slider-main .custom-possible-slider-btn {
	  bottom: 10%;
	  left: 18%;
	}
}
@media (max-width: 998.98px) {
	.possible-slider-main .custom-possible-slider-btn {
	  bottom: 6%;
	  left: 18%;
	}
}
@media (max-width: 898.98px){
	.possible-slider-main .custom-possible-slider-btn {
	  bottom: 0%;
	  left: 18%;
	}
}
@media (max-width: 768.98px) {
	.possible-slider-main .custom-possible-slider-btn {
		position: absolute;
		bottom: 60%;
		left: 0;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
}
@media (max-width: 668.98px) {
	.possible-slider-main .custom-possible-slider-btn {		
		bottom: 58%;
	}
}
@media (max-width: 618.98px) {
	.possible-slider-main .custom-possible-slider-btn {		
		bottom: 55%;
	}
}
@media (max-width: 518.98px) {
	.possible-slider-main .custom-possible-slider-btn {		
		bottom: 50%;
	}
}
@media (max-width: 418.98px) {
	.possible-slider-main .custom-possible-slider-btn {		
		bottom: 45%;
	}
}
@media (max-width: 348.98px) {
	.possible-slider-main .custom-possible-slider-btn {		
		bottom: 40%;
	}
}