body {
    font-family: montserrat;
}

a:hover {
  color: #1485ee!important;
}

about-blurb {
}

@media (max-width: 1199px) {
  .about-blurb {
    width: 400px!important;
  }
}

@media (max-width: 575px) {
  .about-blurb {
    width: 300px!important;
  }
}

.about-blurb {
  width: 550px;
}

@media (max-width: 1199px) {
  .about-img {
    width: 400px!important;
  }
}

@media (max-width: 575px) {
  .about-img {
    width: 300px!important;
  }
}

.about-img {
  width: 500px;
}

.about-office {
  width: 90%;
}

.team-blurb {
  width: 500px;
}

.team-blurb {
  width: 500px;
}

@media (max-width: 1199px) {
  .team-blurb {
    width: 350px!important;
  }
}

