@media screen and (max-width: 1367px) {
  /* line 7, ../sass/responsive.scss */
  header .content-header {
    margin: 40px 0 0 0;
  }
  /* line 9, ../sass/responsive.scss */
  header .content-header .logo_senior {
    width: 180px;
  }
  /* line 12, ../sass/responsive.scss */
  header .content-header h1 {
    font-size: 24px;
    line-height: 30px;
  }

  /* line 25, ../sass/responsive.scss */
  .section-main .content-main h2 {
    font-size: 34px;
    line-height: 40px;
  }
  /* line 30, ../sass/responsive.scss */
  .section-main .content-main ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 848px) {
  /* line 45, ../sass/responsive.scss */
  body {
    background-position: 50% 50%;
  }

  /* line 49, ../sass/responsive.scss */
  .bar-green {
    background: #018677;
    background: -moz-linear-gradient(90deg, #018677 45%, rgba(255, 255, 255, 0) 69%);
    background: -webkit-linear-gradient(90deg, #018677 45%, rgba(255, 255, 255, 0) 69%);
    background: linear-gradient(90deg, #018677 45%, rgba(255, 255, 255, 0) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#018677",endColorstr="#ffffff",GradientType=1);
  }
}
@media screen and (max-width: 500px) {
  /* line 66, ../sass/responsive.scss */
  body {
    background-position: 64% 50%;
  }

  /* line 71, ../sass/responsive.scss */
  header .content-header {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  /* line 75, ../sass/responsive.scss */
  header .content-header h1 {
    margin: 20px 0 0 0;
    font-size: 20px;
    line-height: 26px;
  }

  /* line 83, ../sass/responsive.scss */
  .bar-green {
    background: #018677;
    background: -moz-linear-gradient(90deg, rgba(1, 134, 119, 0.8) 15%, rgba(1, 134, 119, 0.8) 15%);
    background: -webkit-linear-gradient(90deg, rgba(1, 134, 119, 0.8) 15%, rgba(1, 134, 119, 0.8) 15%);
    background: linear-gradient(90deg, rgba(1, 134, 119, 0.8) 15%, rgba(1, 134, 119, 0.8) 15%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#018677",endColorstr="#018677",GradientType=1);
  }

  /* line 93, ../sass/responsive.scss */
  .section-main .content-main {
    margin: 36px 0 0 0;
    padding: 28px 0;
  }
  /* line 96, ../sass/responsive.scss */
  .section-main .content-main h2 {
    font-size: 28px;
    line-height: 34px;
  }
  /* line 101, ../sass/responsive.scss */
  .section-main .content-main ul li {
    line-height: 26px;
  }
}
