#company .company__photo {
  background: #eaeaec;
  border-radius: 20px;
}
#company .company__sub__title {
  font-size: 32px;
  line-height: 48px;
  margin: 100px 0 50px;
}
#company .company__text span {
  margin-top: 32px;
  display: block;
}
#company .company__intro {
  text-align: right;
  font-size: 14px;
  line-height: 28px;
  margin-top: 183px;
}
#company .company__intro h4 {
  font-size: 32px;
  line-height: 42px;
  margin-top: 32px;
}
#company .company__text {
  font-size: 16px;
}
#company .company__intro {
  line-height: 21px;
  margin-top: 152px;
}

/*--------------------------------------
  smartphones
--------------------------------------*/
@media only screen and (max-width: 560px) {
  #company:after {
    display: none;
  }

  #company .company__photo {
    margin: 0 -64px;
  }
  #company .company__sub__title {
    margin: 63px 0 44px;
    line-height: 64px;
  }
  #company .company__intro h4 {
    width: 100px;
    margin-left: auto;
  }
}

/*# sourceMappingURL=greetings.css.map */
