.coach {
  padding-top: 27px;
  background: url(/images/goals.jpg) no-repeat center bottom;
  background-size: cover; }
  .coach__title {
    font-size: 30px;
    line-height: 40px;
    font-family: "montserratsemibold", Arial, sans-serif;
    color: #fff;
    margin-bottom: 10px; }
  .coach__name {
    font-size: 30px;
    line-height: 40px;
    font-family: "montserratsemibold", Arial, sans-serif;
    color: #30d1ff;
    margin-bottom: 34px; }
  .coach__text {
    position: relative;
    z-index: 20; }
  .coach__info {
    font-size: 16px;
    line-height: 20px;
    color: #fff; }
  .coach__photo {
    text-align: right;
    margin-top: -18px; }
    .coach__photo img {
      margin-right: -100px; }

@media (min-width: 1200px) {
  .coach {
    padding: 83px 0 0; }
    .coach__title {
      line-height: 78px;
      margin-bottom: 47px; }
    .coach__name {
      line-height: 34px;
      margin-bottom: 23px; }
    .coach__text {
      max-width: 620px;
      position: relative;
      left: 200px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 72px; }
    .coach__info {
      font-size: 20px;
      line-height: 24px; }
    .coach__photo {
      position: absolute;
      bottom: 0;
      left: 0;
      text-align: left;
      margin-top: 0; }
      .coach__photo img {
        margin-right: 0; } }
