.saffron-exporters-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(100%,1fr));
gap:20px;
}

.saffron-exporters-box {
	border: 2px solid #E8E1F0;
  padding: 10px 20px 5px 20px;
  border-radius: 12px;
  background: #fff;
  display: flex;
 
  gap: 10px;
  transition: all 0.3s;
}

.saffron-exporters-box:hover {
border-color:#9B7DBD
}


.saffron-exporters-box .img-box{
max-width: 10%;
  width: 15%;
}


.saffron-exporters-img-box img {
	width:80px;
	object-fit:cover;
	border-radius:4px;
}
.saffron-exporters-content-box{
max-width: 85%;
  width: 85%;
}

.bblex {
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.saffron-exporters-country {
 margin-bottom:5px;
  font-size: 17px;
  font-weight: bold;
  color: #6B0D19;
}

.saffron-exporters-description {
	 color:#6A7282;
	 font-size: 15px;
}

.saffron-exporters-income {
  font-size: 17px;
  font-weight: bold;
  color: #6B0D19;
  margin-bottom:5px;
}

.saffron-exporters-growth {
		 font-size: 16px;
	  font-weight: 500;
  color: #29A63E;
}