.header__text-box{
  position: absolute;
  top: 40%;
  left: 15%;
  text-align: center;
}
.heading-primary--main{
  display: block;
  font-size: 40px;
  color: #4a5427;
}
.heading-primary--sub{
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #5a672f;
}
.heading-reviews{
  font-size: 30px;
  color: #616939;
  font-weight: bold;
}
.home-header--phone{
  position: absolute;
  top: 84%;
  left: 15%;
  text-align: center;
  background: #105086;
  box-shadow: 1px 1px 4px 3px rgba(0,0,0,.3);
  padding: 10px 25px;
}
@media screen and (max-width: 1250px) {
  .header__text-box, .home-header--phone{
    left:7%;
  }
}
@media screen and (max-width: 900px) {
  .header__text-box, .home-header--phone{
    left:1%;
  }
}
