.maps {
    border-radius: 1rem;
}

.InputItems input,
.InputItems select {
    border: none;
    width: 100%;
    border-bottom: 1px solid var(--grey);
    padding: 1rem;
    background-color: transparent;
}


.view-all:hover {
    color: var(--primary);
  }

.InputItems input:focus,
.InputItems select:focus {
    border: none;
    outline: none;
    border-bottom: 2px solid var(--accent);
}


.imgDiv {
    width: fit-content;
    padding: 1rem;
    border-radius: 1rem;
}
.migrationsmallcards:hover .imgDiv {
    background-color: var(--accent);
  }

  @media only screen and (min-width: 1000px) and (orientation: landscape) and (min-height: 600px) and (max-height: 900px) {

 
  .migrationsmallcards {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
main{
    --FMultiplier: 0.7;
}
.migrationCard {
    padding: initial;
    margin-top: 1rem;
  }
}