.Agreement { position: relative; margin: rem(60px) auto rem(20px); width: rem(360px); background: #EEE; padding: rem(20px); border-radius: rem(28px); @include iftablet{ width: rem(600px); margin: rem(40px) auto rem(20px); padding: rem(20px); } @include iflaptop{ width: rem(800px); margin: rem(60px) auto rem(20px); padding: rem(60px); } @include ifdesktop{ width: rem(1200px); margin: rem(60px) auto rem(20px); padding: rem(60px); } h2 { font-family: $font-open-sans; font-weight: $font-regular; font-size: rem(20px); line-height: 130%; color: $color-text; @include iftablet{ font-size: rem(24px); } } p { font-family: $font-open-sans; font-weight: $font-regular; font-size: rem(14px); line-height: 130%; color: $color-text; margin: 8px 0; @include iftablet{ font-size: rem(16px); } } } .FloatBtn { position: fixed; top: rem(10px); right: 50%; transform: translateX(50%); @include iftablet{ position: absolute; top: rem(-20px); right: rem(-100px); transform: none; } @include iflaptop{ top: rem(-20px); right: rem(-100px); } @include ifdesktop{ top: rem(-20px); right: rem(-150px); } }