.header__logo{
  left: 50%;
  transform: translate(-50%,0);
}
.header__txt h1, .contact h2,.contact__detail h4{
  font-weight: 500;
}
.header__play{
  padding: 0 0 0 30px;
}
.contact{
  padding: 50px 0 20px;
}
.contact__details{
  margin-top: 0;
}


/* ################################################################################################################## 1280px */
@media only screen and (max-width: 1280px) {
  .work__content div{
    font-size: 16px;
  }
  .work__content h3{
    font-size: 26px;
  }
}
/* ################################################################################################################## 800px */
@media only screen and (max-width: 800px) {

}

/* ################################################################################################################## 420px */
@media only screen and (max-width: 420px) {
  .header__play {
    padding: 0 0 0 10px;
  }
}
