.masthead {
  box-sizing: border-box;
  padding: 25px 30px;
  position: relative;
  background-color: #ffffff;
  border-bottom: none;
}
.masthead:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.masthead__home-link {
  float: left;
}
@media screen and (max-width: 768px) {
  .masthead__logo {
    width: 250px;
  }
}
@media screen and (max-width: 599px) {
  .masthead__logo {
    width: 200px;
  }
}
@media screen and (max-width: 375px) {
  .masthead__logo {
    width: 150px;
  }
}
.masthead__push-menu {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #4a4a4a;
}
