.width-inherit {
  width: inherit;
}
.object-cover {
  object-fit: cover;
  overflow: none !important;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.flex-center-h {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.color-primary {
  color: #19274c !important;
}
.color-secondary {
  color: #ffc801 !important;
}
.map-css {
  height: 500px;
  width: 700px;
}
.color-project-primary {
  color: #19274c;
}
.color-secondary-primary {
  color: #ffc801;
}

@media (max-width: 767px) {
  .map-css {
    height: 400px;
    width: 300px;
  }
}
