.sol-car-park__grid {
 	   display: grid;
  		grid-template-columns: repeat(1, 1fr);  
  		grid-column-gap: 1rem;
  		grid-row-gap: 1rem;  
}

@media (min-width: 768px) {
	.sol-car-park__grid {
  		grid-template-columns: repeat(2, 1fr);  
  		grid-column-gap: 1rem;
  		grid-row-gap: 1rem;  
	}   
}



.sol-car-park {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #edeae4;
  padding: 1rem;  
  width: 100%;
  /*max-width: 23rem;*/
}

.sol-car-park :nth-child(4) {
  padding-top: 1rem;
}

.sol-car-park__free-spaces :nth-child(1) {
  font-size: 18px;
  font-weight: 400;
}

.sol-car-park h3 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.063rem;
  padding-bottom: 0.75rem;
}

.sol-car-park__items {
  display: flex;
  flex-direction: row;
  /*align-items: center;*/
  gap: 0.3rem;
  margin-bottom: .4rem;
} 




.sol-car-park .material-symbols-outlined {
   line-height: 0.9;
}

.sol-car-park__free-spaces p {
   margin-top: 1rem;
}


.sol-car-park__free-spaces {
  display: flex;
  flex-direction: column;
  align-items: center;  
}

.sol-car-park__free-spaces-item {  
  margin-bottom: 1rem;
  font-size: 86px;
  font-weight: 700;  
  margin-top: 0 !important;
}

.sol-car-park__separator {
  border-bottom: 1px solid #ABABAB;  
  width: 100% 
}

.sol-car-park__items-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
