* {
  box-sizing: border-box !important;
  line-height: 1; }

  html{
    scroll-behavior: smooth;
  }

body {
  font-family: "CentraleSansRnd";
  overflow-x: hidden;
  margin: 0; }

.row-frame {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 16px !important; 
}

.row-frame-header {
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 16px !important; 
}

h1 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1; 
  color:#222222;
}

h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1; 
  color:#222222;
}

h3 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1; 
  color:#989898;
}

p {
  color: #7a7b92; 
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 24px; }

  h3 {
    font-size: 20px; } 
  }
.cta {
  background: #00b1ed;
  font-size: 14px;
  color: #fff;
  padding: 10px 30px;
  transition: all 0.5s;
  border-radius: 4px;
  border: 2px solid #00b1ed;
  text-decoration: none; }

.cta:hover {
  background: none;
  color: #00b1ed;
  text-decoration: none; }

.cta-a {
  background-color: #00b1ed;
  font-size: 14px;
  color: #fff;
  padding: 10px 30px;
  transition: all 0.5s;
  border-radius: 4px;
  border: 2px solid #00b1ed;
  text-decoration: none; }

.cta-a:hover {
  background-color: #fff;
  color: #00b1ed;
  text-decoration: none; }

.cta-white {
  background: #fff;
  font-size: 14px;
  color: #000;
  padding: 10px 30px;
  transition: all 0.5s;
  border-radius: 4px;
  border: 2px solid #fff;
  text-decoration: none; }

.cta-white:hover {
  background: none;
  color: #fff;
  text-decoration: none; }

.arrow-prev {
  background: rgba(255, 255, 255, 0.7);
  border: solid #CCC;
  border-width: 1px 1px 1px 0;
  color: #4d4d4d;
  font-size: 18px;
  height: 120px;
  margin-left: 1px;
  padding-top: 40px;
  text-align: center;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  width: 60px; }

.arrow-next {
  background: rgba(255, 255, 255, 0.7);
  border: solid #CCC;
  border-width: 1px 1px 1px 0;
  color: #4d4d4d;
  font-size: 18px;
  height: 120px;
  margin-left: 1px;
  padding-top: 40px;
  text-align: center;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  width: 60px; }

header {
  position: relative;
  z-index: 10000000;
  background-image: url('../assets/bg-header.png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat; }

header h1 {
  font-size: 28px; }

header h2 {
  font-size: 30px; }

@media screen and (max-width: 1024px) {
  header h1 {
    font-size: 26px; }

  header h2 {
    font-size: 26px; } }
@media screen and (max-width: 992px) {
  header h1 {
    font-size: 24px; }

  header h2 {
    font-size: 24px; } }
@media screen and (max-width: 768px) {
  header h1 {
    font-size: 22px; }

  header h2 {
    font-size: 22px; } 
}
@media screen and (max-width: 500px) {
  header h1 {
    font-size: 20px; }

  header h2 {
    font-size: 20px; } 
}

.wrapper {
  width: 80%;
  margin: 0 auto;
  padding: 8px 16px; 
}

.copy {
  text-align: left;
  justify-content: left; 
}

.box{
  border: 2px solid #eee;
  border-radius: 2px;
  padding:24px;
}
.box2{
  border: 2px solid #eee;
  border-radius: 2px;
  padding:34px 24px;
}
.line{
  width:100%;
  height: 2px;
  background-color: #eee;
  margin:0 auto;
  position: relative;
  z-index: 10;
}

.scale-effect{
  transition: transform 0.3s ease-in-out;
}
.scale-effect:hover{
  transform: scale(1.05);
}

section.products h3{
  font-size: 18px;
}

section.kawy{
  background-image: url('../assets/bg-kawy.png');
  background-size: cover;
  background-position: center;
}

section.kawy p{
  color:#000;
  line-height: 1.6;
  font-size: 18px;
}




section.steps p{
 color:#222;
}

section.steps.black{
  background-color: #3a3a3a;
  color:#fff;
  padding:0 72px;
}
section.steps.black h2{
  color:#fff;
}
section.steps.black p{
  color:#fff;
}
p.step{
  font-size: 12px;
}
@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 767.97px) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 16px; 
  }

  .copy {
    text-align: center;
    justify-content: center; 
  }


  .box2{
    padding:24px;
  }



}


/*# sourceMappingURL=style.css.map */
