/*
	Pages > howitworks
*/
/*
	Base
*/
/*
	Variables
*/
/*
	Mixins
*/
/*
	Reset
*/
h1, h2, h3, h4, h5, h6 {
  margin: 0 0; }

/*
  Global
*/
body {
  font-size: 16px; }

.fluidrow {
  margin-left: -15px;
  margin-right: -15px; }

#wrapper {
  padding-top: 55px; }

/* ========== Intro ========== */
.intro {
  margin: 30px 0 60px 0; }

.intro h2 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px; }

.intro .process .step {
  width: 100%;
  text-align: center;
  margin-bottom: 35px; }

.intro .process .step.arrow {
  display: none; }

.intro .process .step img {
  margin-bottom: 10px; }

.intro .process .step p {
  font-weight: bold; }

/* ========== Advantages ========== */
.advantages {
  margin-bottom: 60px; }

.advantages h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px; }

.advantages h5 {
  padding: 5px 10px;
  background-color: #e1e4e6;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px; }

.advantages p {
  margin-bottom: 30px; }

/* ========== Feedback ========== */
.feedback {
  margin-bottom: 60px; }

.feedback h3 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px; }

.feedback h5 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px; }

.cta-section {
  margin-bottom: 60px; }

@media (min-width: 992px) {
  /* ========== Intro ========== */
  .intro {
    margin: 60px 0 80px 0; }

  .intro h2 {
    margin-bottom: 60px; }

  .intro .process .step {
    float: right;
    width: 46%;
    margin-bottom: 0; }

  .intro .process .step.arrow {
    display: inline-block;
    width: 5%;
    line-height: 100px; }

  .intro .process .step.arrow img {
    margin-bottom: 0; }

  .intro .process .step img {
    margin-bottom: 30px; }

  .intro .process .step p {
    width: 60%;
    margin: 0 auto;
    font-weight: normal; }

  /* ========== Feedback ========== */
  .feedback {
    margin-bottom: 100px; }

  .feedback h3 {
    margin-bottom: 0; }

  .feedback h5 {
    margin-bottom: 60px; } }
