*{
   margin: 0%;
  padding: 0%;
  font-family: Michroma; align-items: center; justify-content: center;
  text-shadow: 2px 2px 4px rgba(151, 151, 151, 0.5);
  box-sizing: border-box;
  text-align: center;
  max-width: 99.99%;
  background-color: black;
  color: #00FF41
  
}

@media screen and (min-width: 1201px) {
  .squereImage {
    height: 50%;
    width: 50%;
    border-radius: 2px;

  }

  .servicesImages {
    height: 300px;
    border-radius: 2px;
  }

  .brokerageImages {
    border-radius: 2px;
    width
  }

  .bgImagebrokeragesection {
    border-radius: 50%;
    height: 35%;
    width: 75%;
  }

.nav {
  display: -ms-inline-grid;
  gap: space-between;
}

.layout1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.layout2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.ourStory {
  background-color: #00FF41;
  color:black;
}

.nav-button {
  background-color: #00FF41;
  color: purple;
  border-radius: 0.5rem;
  padding-left: 10px;
  padding-right: 10px;
}

}
