:root {
    --btn__border-width: 0;
    --btn__font-size: 14;
    --btn__line-height: 1.6;
    --btn__font-weight: 700;
    --btn__background: linear-gradient(270deg,#858cff,#b383ff);
    --btn__shadow-hover: rgba(133,140,255,0.5);
    --btn__color: #fff;
    --btn__min-width-em: 10.7;
    --btn__min-height-em: 2.93;
    --btn__border-radius: 2.5em;
    --btn__letter-spacing: 0em
}

html {
    font-family: TreatwellSansWeb, BlinkMacSystemFont, Roboto, Helvetica NeueGeneva, sans-serif;
}

body,html {
    min-width: 320px;
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}

.rtl{
    direction: rtl;
}

a, a:hover, a:visited{
    color: white;
    text-decoration: none;
}

@font-face {
    font-family: F37GingerPro-Regular;
    src: url("fonts/F37GingerPro-Regular.otf") format("truetype") 
  }
  
  @font-face {
    font-family: F37GingerPro-Light;
    src: url("fonts/F37GingerPro-Light.otf") format("truetype") 
  }
  
  @font-face {
    font-family: F37GingerPro-Demi;
    src: url("fonts/F37GingerPro-Demi.otf") format("truetype") 
  }
  
  @font-face {
    font-family: F37GingerPro-Bold;
    src: url("fonts/F37GingerPro-Bold.otf") format("truetype") 
  }
  
  
  @font-face {
    font-family: TreatwellSansWeb-Light;
    src: url("fonts/TreatwellSansWeb-Light.woff2") format('woff2')
  }
  
  @font-face {
    font-family: TreatwellSansWeb-Regular;
    src: url("fonts/TreatwellSansWeb-Regular.woff2") format('woff2')
  }
  
  @font-face {
    font-family: TreatwellSansWeb-Bold;
    src: url("fonts/TreatwellSansWeb-Bold.woff2") format('woff2')
  }

html {
    font-size: 62.5%
}

body {
    font-family: TreatwellSansWeb, BlinkMacSystemFont, Roboto, Helvetica Neue, Geneva, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    color: #37373c;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.c-home-entry{
    position:relative;
    z-index:3;
    padding-bottom:80px;
  }
  
  @media (min-width:768px) and (max-width:820px){
    .c-home-entry{
      padding-bottom:0;
    }
  }
  
  @media (min-width:1025px){
    .c-home-entry{
      padding-bottom:80px;
    }
  }
  
  .c-home-entry:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:79px;
    background-color: #e6f9fa;
    /* background: linear-gradient(0deg, #cefafc, #e6f9fa); */
  }
  
  @media (min-width:768px){
    .c-home-entry:before{
      bottom:0;
    }
  }
  
  @media (min-width:1025px){
    .c-home-entry:before{
      bottom:0;
    }
  }
  
  .c-home-entry:after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:80px;
    background:50% 0 no-repeat;
    background-color: #fff;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' fill='none' viewBox='0 0 375 80'%3E%3Cpath fill='%23e6f9fa' fill-rule='evenodd' d='M0 2.031V0h375v2.031s-67.007 39.485-187.5 39.485S0 80 0 80V2.031z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
  
  @media (min-width:768px){
    .c-home-entry:after{
      bottom: 1px;
      height:100px;
      margin-bottom:-100px;
    }
  }

  @media (min-width:1025px){
    .c-home-entry:after{
      display:none;
    }
  }

.home-intro {
    position: relative;
    z-index: 2;
    padding-top: 78px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 1024px){
    .left-side{
        padding-top: 0 !important;
    }
    .container {
        flex-direction: column;
    }
    .c-app-link{
        width: 165px !important;
    }
    .c-award{
        margin-bottom: 38px !important;
        margin-top: 43px !important;
    }
    .home-intro__img-sec{
        justify-content: center;
        top: 0 !important;
    }
    .home-intro__subtitle{
        max-width: 320px !important;
    }
    .home-intro__subtitle.he-fix{
        max-width: 330px !important;
    }
    .footer{
        position: relative !important;
    }
    .how-it-works .blocks{
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        margin-top: 40px !important;
    }
    .how-it-works .blocks .block .block-text{
        margin-left: 24px;
    }
    .how-it-works .blocks .block .block-text.he-fix{
        margin-right: 24px !important;
        margin-left: 0 !important;
    }
    .how-it-works .blocks .block .h{
        font-size: 14px !important;
        line-height: 20px !important;
        margin-top: 0 !important;
    }
    .how-it-works .blocks .block .text{
        margin-top: 8px !important; 
    }
    .how-it-works .title, .container-media .block .title{
        font-size: 24px !important;
        line-height: 26px !important;
    }
    .how-it-works .subtitle{
        font-size: 20px !important;
        line-height: 24px !important;
        padding: 0 45px;       
    }
    .how-it-works .blocks .block{
        flex-direction: row !important;
        max-width: 290px !important;
        margin-right: 0 !important;
        margin-bottom: 40px;
    }
    .how-it-works .blocks .block img{
        width: 48px;
        height: 48px;

    }
    .container-media .block:after{
        display: none !important;
    }
    .container-media .block .media-content .media-grid .media-grid-col{
        max-width: 100% !important;
    }
    .container-media .block .media-content .media-grid{
        flex-direction: column !important;
        margin-top: 14px !important;
    }
    .container-media .block .media-content .media-grid .media-grid-col:first-child{
        margin-top: 29px;
    }
    .container-media .block:before, .container-media .block:after{
        width: 35% !important;
        height: 111px !important;
    }
    .container-media .block:before{
        top: -16px !important;
    }
    .container-media .block .media-content .media-grid .media-grid-col .media-item{
        margin: 0 0 40px 0 !important
    }
    .get-started{
        margin-top: 30px !important;
    }
    .home-intro__title{
        line-height: 38px !important;
    }
    .how-it-works{
        padding: 80px 0 40px 0 !important;
    }
    .but-google-play{
        background-size: 103% !important;
        background-position-y: 2px !important;
    }
    .devider-1{
        height: 20px !important;
    }
    .devider-2{
        height: 60px !important;
    }
    .home-intro__img-wrapper-img1{
        background-position-y: -17px !important;
        background-size: 101% !important;
    }
    .home-intro__img-wrapper-img2{
        background-position-y: -18px !important;
    }
}

@media (min-width: 576px) {
    .container {
        max-width:640px;     
    }
}

@media (min-width: 768px) {
    .container {
        max-width:768px;
    }
}

@media (min-width: 1025px) {
    .container {
        max-width:1024px;
    }
    .container-content{
        padding: 130px 0 !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1100px;
    }
    .container-content{
        padding: 130px 0 !important;
    }
}


.left-side{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 100px;
}

.right-side{
    display: flex; 
}

.home-intro__title {
    font-family: TreatwellSansWeb-Bold, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
    font-size: 31px;
    line-height: 1.09;
    margin-top: 14px;
    color: #001e62;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.8px;
}

@media (min-width: 768px) {
    .home-intro__title {
        font-size:42px;
        line-height: 44px
    }
}

@media (min-width: 1025px) {
    .home-intro__title {
        font-size:49px;
        line-height: 50px;
        padding: 0 25px
    }
}

.home-intro__subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-top: 14px;
    color: #001e62;
    text-align: center;
    max-width: 350px;
    font-weight: 400;
    font-family: TreatwellSansWeb-Regular, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}

.home-intro__subtitle.he-fix{
    max-width: 365px;
}

@media (min-width: 768px) {
    .home-intro__subtitle {
        font-size:20px;
        line-height: 1.11;
        margin-top: 12px;
    }
}

@media (min-width: 1025px) {
    .home-intro__subtitle {
        font-size:22px;
        line-height: 1.09;
        margin-top: 18px;
    }
}


.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: TreatwellSansWeb, BlinkMacSystemFont, Roboto, Helvetica Neue, Geneva, sans-serif;
    font-weight: 600;
    line-height: 1;
}

.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.h1,.h2,h1,h2 {
    font-size: 2.5em
}

.h3,h3 {
    font-size: 1.75em
}

.h4,h4 {
    font-size: 1.375em
}

.h5,h5 {
    font-size: 1.25em
}

.h6,h6 {
    font-size: 1em
}

.c-app-link {
    padding: 10px 16px;
    width: 185px;
    height: 60px;
    transition: .3s cubic-bezier(.4,0,.2,1);
    transition-property: opacity,box-shadow,-webkit-transform;
    transition-property: opacity,transform,box-shadow;
    transition-property: opacity,transform,box-shadow,-webkit-transform;
    box-shadow: 0 0 16px rgba(0,0,0,.1);
    border-radius: 8px;
    background-color: #fff;
    margin: 0 8px;
}

.buttons-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.but-app-store{
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(img/button_app_store.svg);
    background-repeat: no-repeat;
    background-size: 102%;
}

.but-google-play{
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(img/button_google_play.svg);
    background-repeat: no-repeat;
    background-size: 102%;
    background-position-y: 0px;
}

.c-award{
    min-width: 148px;
    position: relative;
    padding: 0 28px;
    color: #00a5ad;
    text-align: center;
    margin-top: 73px;
}

.c-award::before, .c-award::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 22px;
    height: 40px;
    background: 0 50% no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 40'%3E%3Cpath fill='%2300a5ad' fill-rule='evenodd' d='M8.972 9.145a.057.057 0 01-.024-.005.095.095 0 00.024.005zm.21-.155c.603-.316 2.186-1.148 2.937-2.78.344-2.022.132-3.628-.007-4.681-.122-.92-.188-1.417.22-1.403-.875-.03-3.735.927-4.722 4.403-.6 2.277.97 4.5 1.338 4.611-.025-.014.067-.062.235-.15zm-3.095 4.75c-.389 0-.288-.445-.126-1.162.193-.848.472-2.079.126-3.404a10.679 10.679 0 00-2.81-4.194c-.229-.219-.348-.332-.288-.363a.191.191 0 01.054-.008.126.126 0 00-.054.008c-.551.165-2.1 2.64-1.467 6.079 1.224 2.183 3.716 3.043 4.565 3.043zm3.043 1.52c.3 0 2.584-.212 4.566-3.043.39-1.177.162-2.633.013-3.58-.092-.592-.154-.985-.013-.985-.366 0-2.487.5-4.566 3.044-.39 1.498-.153 2.962-.015 3.813.076.469.122.752.015.752zm-.077 6.452c-.17-.817-.443-2.128-.053-3.668C10.632 15.763 12.85 15 13.565 15c-.314 0-.22.449-.073 1.143.186.883.456 2.163.073 3.422C12.017 22.086 9.585 22.61 9 22.61c.24 0 .171-.33.053-.897zM15.043 20zm-2.712 9.1c1.05-.172 3.15-1.071 4.234-3.013.63-3.448-.928-5.92-1.47-6.079.06.03-.058.142-.285.358a10.627 10.627 0 00-2.81 4.2c-.345 1.328-.065 2.557.128 3.404.108.472.189.826.119 1.012C4.563 18.275 8.633 10.102 9.13 9.174H7.61c-.296.142-7.47 14.359 13.695 30.435v-1.522a56.161 56.161 0 01-3.57-3.006c.758-.287 2.68-1.81 2.831-4.516.152-2.78-2.35-4.565-3.043-4.565.279 0 .115.276-.192.793-.456.767-1.227 2.063-1.33 3.772-.106 2.12.888 3.482 1.358 4.126l.092.127c-2.105-1.964-3.786-3.878-5.119-5.718zm-6.27-9.655c-.02.241-.031.381.026.381-.238 0-3.14-.007-4.565-1.522-1.69-2.393-1.546-4.6-1.482-5.568.022-.332.034-.519-.04-.519.29 0 3.007.326 4.565 3.044 1.699 1.619 1.556 3.416 1.495 4.184zm1.615 6.142c-.085-.459-.486-2.629-2.492-4.02-2.394-1.124-4.44-.553-4.75-.467l-.04.01.012.063c.08.427.552 2.948 2.497 4.043 2.121 1.23 3.994.676 4.592.499.123-.037.192-.057.199-.043a.508.508 0 01-.018-.085zm-.589 1.848C9.734 28.996 10.13 31.34 10.13 32c0-.287-.41-.204-1.07-.072-.859.172-2.14.43-3.495.072-2.51-1.438-3.043-4.168-3.043-4.565 0 .156.337.102.89.014.855-.137 2.226-.355 3.675-.014zm4.565 6.087c-1.414-.292-2.638-.044-3.46.123-.695.141-1.105.224-1.105-.123 0 .76.81 3.579 3.043 4.565 2.566.55 4.437-.972 4.56-1.473a.114.114 0 00.006-.049.208.208 0 01-.007.049c-.015.026-.061-.06-.147-.22-.305-.572-1.118-2.096-2.89-2.872z' clip-rule='evenodd'/%3E%3C/svg%3E")
}

.c-award::before {
    left: 0
}
    
.c-award::after {
     right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.c-award__v {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.c-award__k {
    font-weight: 500;
    margin-top: 4px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.6px;
    font-family: TreatwellSansWeb-Bold, BlinkMacSystemFont, Roboto, Helvetica Neue, Geneva, sans-serif;
}


.c-award-desc{
    margin-top: 12px;
    color: #37373c;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
}

.c-award-desc > :first-child {
    font-size: 13px;
    font-weight: 600;
}

.c-award-desc > *+* {
    margin-top: 2px;
}

.text-uppercase {
    text-transform: uppercase!important;
}

.home-intro__img-sec {
    display: flex;
    align-items: flex-start;
    position: relative;
    top: 65px;
}

.home-intro__img-sec-item {
    position: relative;
    flex: 0 0 68.25%;
    max-width: 68.25%;
    padding: 7px;
    box-shadow: 0 0 16px rgba(0,0,0,.1);
    overflow: hidden;
    border-radius: 28px;
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
}

@media (min-width: 360px) {
    .home-intro__img-sec-item {
        flex:0 0 195px;
        max-width: 195px
    }
}

@media (min-width: 414px) {
    .home-intro__img-sec-item {
        flex:0 0 209px;
        max-width: 209px
    }
}

@media (min-width: 768px) {
    .home-intro__img-sec-item {
        border-radius:43.75px;
        flex: 0 0 273px;
        max-width: 273px
    }
}

.home-intro__img-sec-item:after,.home-intro__img-sec-item:before {
    content: "";
    position: absolute
}

.home-intro__img-sec-item:before {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(56.03deg,rgb(255,245,203) 0%,rgb(182,227,212) 1.82%,rgb(51,167,181) 91.51%);
}

.home-intro__img-sec-item:after {
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    background-color: hsla(0,0%,100%,.8);
    margin: 1px;
    border-radius: 24px
}

@media (min-width: 768px) {
    .home-intro__img-sec-item:after {
        border-radius:32.81px
    }
}

.home-intro__img-sec-item--2 {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    z-index: -1;
    margin-left: -10px;
    margin-top: 50px;
}

.home-intro__img-wrapper {
    padding-bottom: 200%;
    min-width: 100%;
    border-radius: 24px;
    overflow: hidden;
    transition: .3s cubic-bezier(.4,0,.2,1);
    transition-property: background-color;
    z-index: 2;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -16px;
}

.home-intro__img-wrapper-img1{
    background-size: 102%;
    background-position-y: -28px;
}

.home-intro__img-wrapper-img2{
    background-position-y: -26px;
}

@media (min-width: 768px) {
    .home-intro__img-wrapper {
        border-radius:32.81px
    }
}

.get-started{
    background-color: #001e62;
    color: white;
    padding: 12px 0;
    width: 70%;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    min-height: 48px;
    margin-top: 60px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: TreatwellSansWeb-Bold, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}

.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    z-index: 3;
    background-color: white;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    padding: 0 15px;
}

.header img.icon{
    height: 40px;
}

.header img.text-logo{
    height: 25px;
    margin-left: 16px;
    position: relative;
    top: 1px;
}

.footer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #001e62;
    padding: 22px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer .copyright{
    font-size: 13px;
    line-height: 2;
    text-align: center;
    color: #ffffff;
    font-family: TreatwellSansWeb-Regular, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}

.footer a{
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 400;
    font-family: TreatwellSansWeb-Light, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
    text-decoration: underline;
    letter-spacing: 1px;
    line-height: 1.54;
}

.logo{
    background-image: url(img/logo.png);
    background-repeat: no-repeat;
    background-size: 127px;
    width: 100%;
    height: 26px;
    background-position-x: center;
}

.container-content{
    background: linear-gradient(#fff);
    padding:15px 0 0 0;
}

.how-it-works{
    padding: 130px 0 40px 0;
}

.how-it-works .title, .container-media .block .title{
    color: rgb(0, 30, 98);
    font-family: TreatwellSansWeb-Bold, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
}

.how-it-works .subtitle{
    color: rgb(0, 30, 98);
    font-family: TreatwellSansWeb-Regular, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 16px;
    text-align: center;
}

.how-it-works .blocks{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 70px;
}

.how-it-works .blocks .block{
    display: flex;
    flex-direction: column;  
    max-width: 250px;
    margin-right: 40px;
}

.how-it-works .blocks .block .img.he-fix{
    text-align: right;
}

.how-it-works .blocks .block .h{
    color: #00a5ad;
    font-size: 20px;
    font-weight: 500;
    font-family: TreatwellSansWeb-Bold, BlinkMacSystemFont, Roboto, Helvetica Neue, Geneva, sans-serif;
    text-transform: uppercase;
    line-height: 24px;
    margin: 0;
    text-align: left;
    margin-top: 32px;
}

.how-it-works .blocks .block .h.he-fix{
    text-align: right !important;
}

.how-it-works .blocks .block .text{
    color: rgb(0, 30, 98);
    font-size: 16px;
    font-weight: 500;
    font-family: TreatwellSansWeb-Regular, BlinkMacSystemFont, Roboto, Helvetica Neue, Geneva, sans-serif;
    line-height: 24px;
    margin-top: 16px;
    text-align: left;
}

.how-it-works .blocks .block .text.he-fix{
    text-align: right !important;
}

.container-media {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background: linear-gradient(#fff, #f3eeff, #f4efff);
    display: flex;
    justify-content: center;
}

.container-media .block{
    position: relative;
    max-width: 1170px;
}

.container-media .block .media-content{
    position: relative;
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}

.container-media .block:before, .container-media .block:after{
    content: "";
    position: absolute;
    background: 50% no-repeat;
    background-image: url(img/quote.svg);
    width: 461px;
    height: 411px;
    background-size: contain;   
}
.container-media .block:after{
    right: -41px;
    display: block;
    top: 312px;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
}

@media (min-width: 821px){
    .container-media .block:before{
        width: 250px;
        height: 220px;       
    }
    .container-media .block:after {
        right: 0;
        display: block;
        top: 413px;
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
        width: 250px;
        height: 220px;
    }
}

@media (min-width: 1025px){
    .container-media .block:before, .container-media .block:after{
        width: 461px;
        height: 411px;  
    }
}

.container-media .block:before{
    left: -23px;
    top: 73px;
    -webkit-transform: rotate(174deg);
    transform: rotate(174deg);
}

.container-media .block .media-content .media-grid {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-top: 20px;
}

.container-media .block .media-content .media-grid .media-grid-col{
    flex: 0 0 50%;
    max-width: 50%;
}

.container-media .block .media-content .media-grid .media-grid-col .media-item{
    margin: 40px 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0,0,0,.06);
    border-radius: 0 24px 24px 24px;
    padding: 24px;
}

.container-media .block .media-content .media-grid .media-grid-col .media-item img{
    height: 20px;
    flex: 0 0 auto;
    max-width: none;
    position: relative;
    border: 0;
}

.container-media .block .media-content .media-grid .media-grid-col .media-item img.timeout{
    height: 24px !important;
    width: 60px !important;
}

.container-media .block .media-content .media-grid .media-grid-col .media-item .media-item__quote{
    margin-top: 16px;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 17px;
    font-weight: 400;
    font-family: TreatwellSansWeb-Light, BlinkMacSystemFont, Roboto, Helvetica Neue, Geneva, sans-serif;
    line-height: 20px;
}

.devider-1{
    height: 80px;
}

.devider-2{
    height: 130px;
}

