.selected{
		background:#ED1A3B;
		color:white;
	}
	.carousel-v2-tabs{
		display:flex;
		flex-wrap:wrap !important;
		gap:16px;
	}
	.carousel-v2-tab{
		width:216px;
		border:1px solid black;
		border-radius:8px;
		height:54px;
		display:flex;
		align-items:center;
		justify-content:center;
		text-align:center;
		padding:4px;
		font-size:16px !important;
		font-weight:500;
			
	}
	.carousel-v2-row{
		justify-content:space-between;
	}
	.carousel-v2-img > img{
		width:600px !important;
	}
	.carousel-v2-row{
		align-items:flex-start !important;
	}
	.carousel-v2-row>div{
		width:50%;
		padding:12px 60px 12px 24px;
		gap:24px;
	}
		@media only screen
		and (max-width : 576px)  {
	.carousel-v2-row {
	flex-direction:column;	
	}
			.carousel-v2-row>div{
		width:95%;
		padding:0px;
		gap:12px;
	}
/* 			.carousel-v2-para, .carousel-v2-list > li{
						font-size:12px !important;
			} */
			.carousel-v2-tab{
				width:70%;
				height:auto;
				font-size:14px;
				display:none;
			}
			.selected{
				display:flex;
			}
			.arrowdiv{
		background: red;
    border-radius: 100%;
    width: 30px;
    display: flex;
    justify-content: center;
    color: white;
    opacity: 0.75;
    font-size: 20px;
			}
			.carousel-v2-tabs{
				gap:0 !important;
				padding:0 !important;
			}
	}