.gray-bg {
  background-color: #615e59;
}
.light-bg {
  background-color: rgba(247, 246, 243, 0.5);
  background: -moz-linear-gradient(-143deg, #f0eee9 36%, transparent 36%), -moz-linear-gradient(-17deg, transparent 76%, #f0eee9 76%);
  background: -webkit-gradient(left top, right bottom, color-stop(36%, #f0eee9), color-stop(36%, transparent)), -webkit-gradient(right top, left bottom, color-stop(76%, transparent), color-stop(76%, #f0eee9));
  background: -webkit-linear-gradient(-143deg, #f0eee9 36%, transparent 36%), -webkit-linear-gradient(-17deg, transparent 76%, #f0eee9 76%);
  background: -o-linear-gradient(-143deg, #f0eee9 36%, transparent 36%), -o-linear-gradient(-17deg, transparent 76%, #f0eee9 76%);
  background: -ms-linear-gradient(-143deg, #f0eee9 36%, transparent 36%), -ms-linear-gradient(-17deg, transparent 76%, #f0eee9 76%);
  background: linear-gradient(27deg, #f0eee9 36%, transparent 36%), linear-gradient(153deg, transparent 76%, #f0eee9 76%);
}
.white-bg {
  background-color: #ffffff;
}
.light-green-bg {
  background-color: #ffffff;
  background: -moz-linear-gradient(-150deg, rgba(219, 233, 227, 0.5) 17%, transparent 17%), -moz-linear-gradient(-17deg, transparent 65%, rgba(236, 241, 231, 0.7) 65%);
  background: -webkit-gradient(left top, right bottom, color-stop(17%, rgba(219, 233, 227, 0.5)), color-stop(17%, transparent)), -webkit-gradient(right top, left bottom, color-stop(65%, transparent), color-stop(65%, rgba(236, 241, 231, 0.7)));
  background: -webkit-linear-gradient(-150deg, rgba(219, 233, 227, 0.5) 17%, transparent 17%), -webkit-linear-gradient(-17deg, transparent 65%, rgba(236, 241, 231, 0.7) 65%);
  background: -o-linear-gradient(-150deg, rgba(219, 233, 227, 0.5) 17%, transparent 17%), -o-linear-gradient(-17deg, transparent 65%, rgba(236, 241, 231, 0.7) 65%);
  background: -ms-linear-gradient(-150deg, rgba(219, 233, 227, 0.5) 17%, transparent 17%), -ms-linear-gradient(-17deg, transparent 65%, rgba(236, 241, 231, 0.7) 65%);
  background: linear-gradient(30deg, rgba(219, 233, 227, 0.5) 17%, transparent 17%), linear-gradient(153deg, transparent 65%, rgba(236, 241, 231, 0.7) 65%);
}
.blue-bg {
  background-color: #7db5c4;
}
.green-bg {
  background: #77adaa;
}
.black-bg {
  background-color: #33302d;
}
.thumbnail {
  background: transparent;
  border: none;
}
.thumbnail img {
  width: auto;
  margin: auto;
}
.caption {
  text-align: center;
}
.caption * {
  color: white;
}
.navbar li > a:hover,
.navbar li > a:focus {
  background: transparent;
}
@media (min-width: 1024px) {
  .navbar-xs {
    display: none;
  }
  .navbar {
    margin-top: 40px;
    margin-bottom: 30px;
    min-height: 40px;
    line-height: 40px;
  }
  .navbar .navbar-toggle {
    height: 40px;
    line-height: 40px;
  }
  .navbar li > a {
    color: #7a7a78;
    font-family: Lato;
    font-weight: normal;
    padding: 0px;
    font-size: 15px;
    line-height: 40px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .navbar li > a.btn {
    padding: 0px 25px;
  }
  .navbar input[type=button] {
    border: 1px solid #c7c6c3;
    color: #7a7a78;
    background-color: liner-gradient(to bottom, rgba(245, 243, 240, 0.5), rgba(237, 236, 232, 0.5));
  }
  .navbar .navbar-brand {
    line-height: 40px;
    height: 40px;
    padding: 0px 25px;
    vertical-align: middle;
  }
  .navbar .navbar-brand img {
    display: inline;
  }
  h1 {
    font-size: 48px;
    margin-top: 30px;
    margin-bottom: 26px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 22px;
  }
  .spec-btn {
    height: 40px;
    font-size: 15px;
    width: 200px;
    color: #faf9f5;
    font-weight: 400;
    padding: 8px;
  }
  .notes {
    font-size: 14px;
    color: #61605f;
    margin-top: 12px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight: 400;
    display: block;
    line-height: 24px;
    vertical-align: top;
    margin-bottom: 0;
  }
  .big-bottom-margin {
    margin-bottom: 50px;
  }
  .big-image-block {
    text-align: center;
    width: 96%;
    position: relative;
  }
  .big-image-block img {
    width: 100%;
  }
  .back-margin {
    padding-top: 288px;
    margin-top: -170px;
    padding-bottom: 137px;
  }
  .thumbnail img {
    height: 170px;
  }
  .thumbnail .caption {
    padding: 0px 25px;
    margin-top: 38px;
  }
  .thumbnail h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .thumbnail p {
    font-size: 16px;
    line-height: 22px;
  }
  .who-block > h1:first-child {
    margin-top: 86px;
    margin-bottom: 67px;
  }
  .who-block > h1:last-child {
    margin-top: 64px;
    margin-bottom: 96px;
  }
  .image-block {
    text-align: center;
    position: relative;
  }
  .image-block img {
    width: 100%;
  }
  .image-block h2 {
    font-size: 30px;
    color: #332f28;
    padding-top: 28px;
    padding-bottom: 41px;
    margin: 0;
    opacity: 0.5;
    font-family: Helvetica;
  }
  .user-block {
    padding-top: 118px;
    padding-bottom: 118px;
  }
  .user-block img {
    width: 100%;
    max-width: 164px;
    margin: auto;
  }
  .user-block p {
    font-size: 28px;
    color: #ffffff;
    line-height: 38px;
  }
  .user-block .notes {
    color: #424833;
    font-size: 20px;
  }
  .why-block > h1:first-child {
    margin-top: 90px;
    margin-bottom: 93px;
  }
  .why-block .why-item img {
    max-width: 60px;
    margin: auto;
    width: 100%;
  }
  .why-block label {
    color: #39352e;
    font-size: 20px;
    line-height: 1;
  }
  .why-block p {
    color: #332f28;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin: 0;
  }
  .why-block > div + div {
    margin-top: 168px;
    margin-bottom: 118px;
  }
  .app-intro a {
    height: 45px;
    display: inline-block;
    margin: 0 10px;
  }
  .app-intro a img {
    height: 100%;
  }
  .app-block {
    margin-top: 168px;
    margin-bottom: 118px;
  }
  .app-block div > img {
    max-width: 500px;
    width: 100%;
  }
  .app-block h1 {
    margin-top: 105px;
    margin-bottom: 26px;
    color: #737e84;
  }
  .app-block p {
    margin-bottom: 30px;
    max-width: 540px;
    color: #8a979e;
    font-size: 16px;
    line-height: 24px;
  }
  .app-block a {
    height: 45px;
    display: inline-block;
    margin-right: 25px;
  }
  .app-block a img {
    height: 100%;
  }
  .start-block {
    padding-bottom: 65px;
    padding-top: 70px;
  }
  .start-block .start-row {
    vertical-align: top;
    text-align: center;
    line-height: 45px;
  }
  .start-block span {
    font-size: 38px;
    color: white;
    float: none;
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 33px;
    padding-bottom: 33px;
    vertical-align: middle;
  }
  .start-block a.btn {
    width: 220px;
    font-size: 15px;
    color: #ffffff;
    height: 45px;
    background: transparent;
    border: 1px solid #f1f5ee;
    border-radius: 4px;
    float: none;
    vertical-align: middle;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .links-block {
    padding-top: 53px;
    padding-bottom: 205px;
  }
  .links-block label {
    color: #95a5a6;
    font-size: 22px;
    margin-bottom: 5px;
  }
  .links-block p {
    line-height: 34px;
    font-size: 18px;
    color: #ecf0f1;
  }
  .links-block a,
  .links-block a:hover,
  .links-block a:focus {
    color: #ecf0f1;
    text-decoration: none;
  }
  .container-fluid {
    max-width: 1280px;
    min-width: 1024px;
  }
  .margin-bottom-60-no-xs {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .navbar-xs {
    display: none;
  }
  .navbar {
    margin-top: 32px;
    margin-bottom: 24px;
    min-height: 32px;
    line-height: 32px;
  }
  .navbar .navbar-toggle {
    height: 32px;
    line-height: 32px;
  }
  .navbar li > a {
    color: #7a7a78;
    font-family: Lato;
    font-weight: normal;
    padding: 0px;
    font-size: 12px;
    line-height: 32px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .navbar li > a.btn {
    padding: 0px 25px;
  }
  .navbar input[type=button] {
    border: 1px solid #c7c6c3;
    color: #7a7a78;
    background-color: liner-gradient(to bottom, rgba(245, 243, 240, 0.5), rgba(237, 236, 232, 0.5));
  }
  .navbar .navbar-brand {
    line-height: 32px;
    height: 32px;
    padding: 0px 20px;
    vertical-align: middle;
  }
  .navbar .navbar-brand img {
    display: inline;
  }
  h1 {
    font-size: 38.4px;
    margin-top: 24px;
    margin-bottom: 20.8px;
  }
  p {
    font-size: 12.8px;
    line-height: 19.2px;
    margin-bottom: 17.6px;
  }
  .spec-btn {
    height: 32px;
    font-size: 12px;
    width: 160px;
    color: #faf9f5;
    font-weight: 400;
    padding: 6.4px;
  }
  .notes {
    font-size: 11.2px;
    color: #61605f;
    margin-top: 9.6px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight: 400;
    display: block;
    line-height: 19.2px;
    vertical-align: top;
    margin-bottom: 0;
  }
  .big-bottom-margin {
    margin-bottom: 40px;
  }
  .big-image-block {
    text-align: center;
    width: 96%;
    position: relative;
  }
  .big-image-block img {
    width: 100%;
  }
  .back-margin {
    padding-top: 230.4px;
    margin-top: -136px;
    padding-bottom: 109.6px;
  }
  .thumbnail img {
    height: 136px;
  }
  .thumbnail .caption {
    padding: 0px 20px;
    margin-top: 30.4px;
  }
  .thumbnail h3 {
    font-size: 19.2px;
    margin-bottom: 11.2px;
  }
  .thumbnail p {
    font-size: 12.8px;
    line-height: 17.6px;
  }
  .who-block > h1:first-child {
    margin-top: 68.8px;
    margin-bottom: 53.6px;
  }
  .who-block > h1:last-child {
    margin-top: 51.2px;
    margin-bottom: 76.8px;
  }
  .image-block {
    text-align: center;
    position: relative;
  }
  .image-block img {
    width: 100%;
  }
  .image-block h2 {
    font-size: 24px;
    color: #332f28;
    padding-top: 22.4px;
    padding-bottom: 32.8px;
    margin: 0;
    opacity: 0.5;
    font-family: Helvetica;
  }
  .user-block {
    padding-top: 94.4px;
    padding-bottom: 94.4px;
  }
  .user-block img {
    width: 100%;
    max-width: 164px;
    margin: auto;
  }
  .user-block p {
    font-size: 22.4px;
    color: #ffffff;
    line-height: 30.4px;
  }
  .user-block .notes {
    color: #424833;
    font-size: 16px;
  }
  .why-block > h1:first-child {
    margin-top: 72px;
    margin-bottom: 74.4px;
  }
  .why-block .why-item img {
    max-width: 60px;
    margin: auto;
    width: 100%;
  }
  .why-block label {
    color: #39352e;
    font-size: 16px;
    line-height: 1;
  }
  .why-block p {
    color: #332f28;
    font-size: 12.8px;
    line-height: 17.6px;
    font-weight: 300;
    margin: 0;
  }
  .why-block > div + div {
    margin-top: 134.4px;
    margin-bottom: 94.4px;
  }
  .app-intro a {
    height: 36px;
    display: inline-block;
    margin: 0 10px;
  }
  .app-intro a img {
    height: 100%;
  }
  .app-block {
    margin-top: 134.4px;
    margin-bottom: 94.4px;
  }
  .app-block div > img {
    max-width: 400px;
    width: 100%;
  }
  .app-block h1 {
    margin-top: 84px;
    margin-bottom: 20.8px;
    color: #737e84;
  }
  .app-block p {
    margin-bottom: 24px;
    max-width: 432px;
    color: #8a979e;
    font-size: 12.8px;
    line-height: 19.2px;
  }
  .app-block a {
    height: 36px;
    display: inline-block;
    margin-right: 20px;
  }
  .app-block a img {
    height: 100%;
  }
  .start-block {
    padding-bottom: 52px;
    padding-top: 56px;
  }
  .start-block .start-row {
    vertical-align: top;
    text-align: center;
    line-height: 36px;
  }
  .start-block span {
    font-size: 30.4px;
    color: white;
    float: none;
    padding-left: 26.4px;
    padding-right: 26.4px;
    padding-top: 26.4px;
    padding-bottom: 26.4px;
    vertical-align: middle;
  }
  .start-block a.btn {
    width: 176px;
    font-size: 12px;
    color: #ffffff;
    height: 36px;
    background: transparent;
    border: 1px solid #f1f5ee;
    border-radius: 4px;
    float: none;
    vertical-align: middle;
    margin-top: 12px;
    margin-bottom: 16px;
  }
  .links-block {
    padding-top: 42.4px;
    padding-bottom: 164px;
  }
  .links-block label {
    color: #95a5a6;
    font-size: 17.6px;
    margin-bottom: 4px;
  }
  .links-block p {
    line-height: 27.2px;
    font-size: 14.4px;
    color: #ecf0f1;
  }
  .links-block a,
  .links-block a:hover,
  .links-block a:focus {
    color: #ecf0f1;
    text-decoration: none;
  }
  .container-fluid {
    max-width: 1023px;
  }
  .margin-bottom-60-no-xs {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .is-display {
    display: none;
  }
  .navbar {
    margin-top: 9px;
    margin-bottom: 10px;
    min-height: 25px;
    line-height: 25px;
    height: 25px;
  }
  .navbar .navbar-toggle {
    height: 40px;
    line-height: 40px;
  }
  .navbar .navbar-toggle,
  .navbar .navbar-toggle:before {
    color: #61605f;
  }
  .navbar .navbar-brand img {
    height: 22px;
  }
  .navbar li > a {
    /*color: #7a7a78;*/
    font-family: Lato;
    font-weight: normal;
    padding: 0px 20px;
    font-size: 15px;
    /*line-height: 40px;*/
  }
  .navbar input[type=button] {
    border: 1px solid #c7c6c3;
    color: #7a7a78;
    background-color: liner-gradient(to bottom, rgba(245, 243, 240, 0.5), rgba(237, 236, 232, 0.5));
  }
  .navbar .navbar-brand {
    line-height: 25px;
    height: 25px;
    padding: 0px;
    vertical-align: middle;
    margin-left: 10px;
  }
  .navbar .navbar-brand img {
    display: inline;
  }
  .navbar-xs {
    cursor: pointer;
    position: relative;
    float: right;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    display: inline-block;
  }
  .navbar-xs a {
    color: #7a7a78;
    font-family: Lato;
    font-weight: normal;
    padding: 0px;
    font-size: 12px;
    line-height: 32px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-xs a.btn {
    padding: 0px 25px;
  }
  .navbar-xs input[type=button] {
    border: 1px solid #c7c6c3;
    color: #7a7a78;
    background-color: liner-gradient(to bottom, rgba(245, 243, 240, 0.5), rgba(237, 236, 232, 0.5));
  }
  .navbar-xs img {
    height: 15px;
    width: 15px;
  }
  h1 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 5px;
    line-height: 36px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 22px;
  }
  .sign-btn {
    width: 90px;
    margin: auto;
    margin-top: 15px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .spec-btn {
    height: 40px;
    font-size: 15px;
    width: 200px;
    color: #faf9f5;
    font-weight: 400;
    padding: 8px;
  }
  .notes {
    font-size: 14px;
    color: #61605f;
    margin-top: 11px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight: 400;
    display: block;
    line-height: 24px;
    vertical-align: top;
    margin-bottom: 0;
  }
  .big-image-block {
    text-align: center;
    width: 96%;
    position: relative;
  }
  .big-image-block img {
    width: 100%;
  }
  .back-margin {
    padding-top: 96px;
    margin-top: -45px;
    padding-bottom: 22px;
  }
  .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
  }
  .carousel-inner .item > img {
    margin: auto;
    height: 111px;
    margin-bottom: 24px;
  }
  .carousel-inner .carousel-caption {
    background: transparent;
    text-align: center;
    height: 135px;
  }
  .carousel-inner h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .carousel-inner p {
    font-size: 16px;
    line-height: 22px;
  }
  .carousel-indicators {
    display: block;
    position: relative;
    margin-bottom: 22px;
    left: auto;
    right: auto;
  }
  .who-block {
    padding: 0;
    margin: 0;
  }
  .who-block > h1:first-child {
    margin-top: 22px;
    margin-bottom: 14px;
  }
  .who-block h2 {
    font-size: 20px;
    color: #332f28;
    line-height: 26px;
    margin: 0;
    opacity: 0.5;
    font-family: Helvetica;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 30px;
  }
  .image-block {
    text-align: center;
    position: relative;
  }
  .image-block img {
    width: 100%;
  }
  .image-block:nth-child(2),
  .image-block:nth-child(5) {
    padding: 0 2px 5px 0;
  }
  .image-block:nth-child(3),
  .image-block:nth-child(6) {
    padding: 0 2px 5px 2px;
  }
  .image-block:nth-child(4),
  .image-block:nth-child(7) {
    padding: 0 0px 5px 2px;
  }
  .user-block {
    padding-top: 30px;
    padding-bottom: 25px;
    text-align: center;
  }
  .user-block img {
    width: 100%;
    max-width: 100px;
    margin: auto;
  }
  .user-block p {
    font-size: 18px;
    color: #ffffff;
    margin-top: 15px;
  }
  .user-block .notes {
    margin-top: 14px;
    color: #424833;
    font-size: 16px;
  }
  .why-block > h1:first-child {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .why-block .why-item > div > div {
    margin-bottom: 20px;
    padding-right: 5px;
  }
  .why-block .why-item img {
    max-width: 40px;
    margin: auto;
    width: 100%;
  }
  .why-block label {
    color: #61605f;
    opacity: 0.69;
    font-size: 20px;
    height: 48px;
    line-height: 24px;
    max-width: 230px;
  }
  .light-green-bg {
    background-color: linear-gradient(#f1f5ee, #ffffff);
  }
  .app-intro a {
    height: 45px;
    display: inline-block;
    margin: 0 10px;
  }
  .app-intro a img {
    height: 100%;
  }
  .app-block {
    margin-top: 23px;
    margin-bottom: 11px;
    text-align: center;
  }
  .app-block div > img {
    max-width: 500px;
    width: 100%;
  }
  .app-block h1 {
    margin-top: 0px;
    margin-bottom: 21px;
    color: #737e84;
  }
  .app-block p {
    margin-bottom: 30px;
    max-width: 540px;
    color: #8a979e;
    font-size: 16px;
    line-height: 24px;
  }
  .app-block a {
    height: 45px;
    display: inline-block;
  }
  .app-block a.left-margin {
    margin-right: 25px;
  }
  .app-block a img {
    height: 100%;
  }
  .app-block .device-img {
    margin-top: 45px;
    margin-bottom: 10px;
  }
  .start-block {
    padding-bottom: 48px;
    padding-top: 30px;
  }
  .start-block .start-row {
    text-align: center;
    vertical-align: top;
    line-height: 45px;
  }
  .start-block span {
    font-size: 38px;
    color: white;
    margin-right: 0;
    float: none;
    margin-bottom: 26px;
    display: block;
  }
  .start-block a.btn {
    width: 220px;
    font-size: 15px;
    color: #ffffff;
    height: 45px;
    background: transparent;
    border: 1px solid #f1f5ee;
    border-radius: 4px;
  }
  .links-block {
    padding-top: 36px;
    padding-bottom: 20px;
  }
  .links-block > div {
    padding-left: 16px;
  }
  .links-block label {
    color: #95a5a6;
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 1;
  }
  .links-block p {
    line-height: 34px;
    font-size: 18px;
    color: #ecf0f1;
    margin-bottom: 20px;
  }
  .links-block a,
  .links-block a:hover,
  .links-block a:focus {
    color: #ecf0f1;
    text-decoration: none;
  }
  .light-green-bg {
    background-color: #ffffff;
    background: linear-gradient(#f1f5ee 13%, #ffffff 26%, transparent), linear-gradient(30deg, rgba(219, 233, 227, 0.5) 17%, transparent 17%), linear-gradient(153deg, transparent 65%, rgba(236, 241, 231, 0.7) 65%);
  }
}

@media (min-width: 769px) {
  #sk-container {
    left: 10px !important;
    right: initial !important;

    #sk-wrapper {
      width: 230px !important;
    }
  }
}

@media (max-width: 786px) {
  #sk-holder #sk-container:not(.sk-appear) {
    left: 10px !important;
    right: initial !important;
    box-shadow: none;
  }
  #sk-holder #sk-container:not(.sk-appear) #sk-wrapper {
    background: transparent;
  }
  #sk-holder #sk-container:not(.sk-appear) #sk-header {
    width: 100px;
  }
}
/* updates for h1 > h2s */
@media (min-width: 1024px) {
  .who-block > h2:first-child {
    font-family: inherit;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    color: #474642;
    margin-top: 86px;
    margin-bottom: 67px;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 1;
  }
  .who-block > h2:last-child {
    font-family: inherit;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    color: #474642;
    margin-top: 64px;
    margin-bottom: 96px;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 1;
  }         
  .why-block > h2:first-child {
    font-family: inherit;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;        
    margin-top: 90px;
    margin-bottom: 93px;
  }       
  .app-block h2 {
    font-family: inherit;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;          
    margin-top: 105px;
    margin-bottom: 26px;
    color: #737e84;
  }      
}
@media (max-width: 1024px) and (min-width: 768px) {
  .who-block > h2:first-child {
    font-family: inherit;
    font-style: normal;
    font-weight: 300;   
    font-size: 38.4px;   
    line-height: 36px;
    color: #474642;
    margin-top: 68.8px;
    margin-bottom: 53.6px;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 1;
  }
  .who-block > h2:last-child {
    font-family: inherit;
    font-style: normal;
    font-weight: 300;     
    font-size: 38.4px; 
    line-height: 36px;    
    color: #474642;
    margin-top: 51.2px;
    margin-bottom: 76.8px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .why-block > h2:first-child {
    font-family: inherit;
    font-style: normal;
    font-weight: 300;     
    font-size: 38.4px;         
    margin-top: 72px;
    margin-bottom: 74.4px;
    padding-top: 0;
    padding-bottom: 0;        
  }      
  .app-block h2 {
    font-family: inherit;
    font-size: 38.4px;
    font-style: normal;
    font-weight: 300;          
    margin-top: 84px;
    margin-bottom: 20.8px;
    color: #737e84;
  }            
}
@media (max-width: 767px) {
.who-block > h2:first-child {
    font-family: inherit;
    font-style: normal;
    font-weight: 300;     
    font-size: 30px;  
    line-height: 36px;   
    color: #474642;
    margin-top: 22px;
    margin-bottom: 14px;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 1;
  }
  .why-block > h2:first-child {
    font-family: inherit;
    font-style: normal;
    font-weight: 300;     
    font-size: 30px;         
    margin-top: 40px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;        
  }         
  .app-block h2 {
    font-family: inherit;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;          
    margin-top: 0px;
    margin-bottom: 21px;
    color: #737e84;
  }         
}