.bloom-tech-stack-master {
	text-align: center;
	padding: 60px 20px;
	width: 1280px;
	margin: 0 auto;
	max-width: 100%;
}
.bloom-tech-title {
    margin-bottom: 40px;
    font-family: ProximaNova-Bold;
}


.bloom-tech-item span {
	font-size: 16px;
	font-family: ProximaNova-semiBold;
	color: #554F4F;
}

.bloom-tech-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 35px;
    flex-wrap: nowrap; /* 🔑 force 6 in one row */
}
.bloom-tech-stack-master h2 {
	margin-bottom: 50px;
}

.bloom-tech-item {
	height: 75px;
	border-radius: 12px;
	padding: 26px 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 4px 0px #0000001F;
	background: #F9FAFB;
}
.bloom-tech-item img {
	width: auto;
	display: block;
	height: 22px;
	margin-bottom: 5px;
}

@media(max-width:991px) and (min-width:768){
	.bloom-tech-grid {
		gap: 20px;
		margin-bottom: 26px;
	}
	.bloom-tech-item img {
		height: 15px;
	}
.bloom-tech-item span {
	font-size: 14px;
}

}

@media(max-width:768px){
.bloom-tech-item {
	display: flex !important;
 justify-content: center;
}


.bloom-tech-item .slick-initialized .slick-slide{
  margin: 0 15px !important;
}

}