
@media only screen and (min-width: 1700px) {
  .master-container {
 width: 1400px !important;
  margin: auto !important;}
  .container {
  margin: auto !important}
}
@media only screen and (min-width: 1300px) {
  .master-container.two {
  margin: auto !important}
  .container.first {
    grid-template-columns: 650px 650px !important;
    width: 1500px !important;
  }
  .image-office {
 width: 590px !important;
  height: auto !important}
}

}
.master-container {
  width: 100%;
margin: auto;
}
@media only screen and (max-width: 600px) {
  .mobile-two {
  margin-top: 20px;
    
  }
  .mobile {
  text-align: center;

        line-height: 20px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  WIDTH: 100% !important;
  padding: 0px !important
  }
  .nearby-locations {
  margin-top: 250px !important;}
  .image-office {

    heigth: auto !important;
  margin: auto !important
  }
  .master-container {width: 100%;
  margin-top: -200px !important;}
  .button, .button-link {
  margin-top: 0px !important}
  .container {
  grid-template-columns: auto !important;

  }
}

.nearby-locations {
background-color: #249DD6;
  padding: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}
button, button:visited, a:hover, button:active {
  color: white !important;
}
.button-link {
align-self: center;
  justify-self: center;
  height: auto;
  width: auto;

}
.button:hover {
margin-bottom: 5px;
}
.button-preparer {
  background-color: #269dd7;
  color: white;
  padding: 15px 25px 15px 25px;
  border-radius: 10px;
  transition: 200ms;
  cursor: pointer;
}
.button-preparer:hover {
  translate: 0px -5px;
}
.button {
  background-color: #269dd7;
  transition: 200ms;
  padding: 15px 25px 15px 25px;
  color: white;
  font-family: roboto;
  font-style: bold;
  border-radius: 5px;
  font-weight: bold;
  align-self: center;
  justify-self: center;
  width: 200px;
  cursor: pointer;
  margin-top: -50px !important
}
.module-sub-headings {
color: #58595b;
text-transform: uppercase}
.container {
display: grid;
grid-template-columns: auto auto;
grid-template-rows: auto;}   
.office__image{
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%), url("");  
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        }