
.stepconttwo{
	position: relative;
	overflow: hidden;
}

.steptwo{
	overflow: hidden;
}

.stepblocktwo{
	float: left;
}

.stepblocktoptwo{
	width: 100%;
	display: table;
}

.stepblocktoplefttwo{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	  font-family: Roboto;
  font-size: 65px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  color: #000000;
}

.stepblocktoprighttwo{
	display: table-cell;
	vertical-align: middle;
}

.stepblocktoprighttoptwo{
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #f5245f;
}

.stepblocktoprightbottomtwo{
	  font-family: Roboto;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #000000;
}

.stepblockcentertwo{
	  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: -0.1px;
  color: #0f193d;
}

.stepblockbottombuttontwo{

  display: table-cell;
  vertical-align: middle;
  opacity: .8;
  transition: .2s;
  border-style: solid;
}

.stepblockbottombuttontwo:hover,.stepblockbottombuttontwo:focus{
  text-decoration: none;
  opacity: 1;
}

.stepblockbottombuttontwo:active{
  text-decoration: none;
  opacity: .8;
}

/* Large desktops and laptops */
@media (min-width: 1400px) {
  .stepconttwo{
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .stepblockcentertwo{
    padding-top: 10px;
    padding-right: 60px;
    padding-bottom: 30px;
  }
  .stepblockbottombuttontwo{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 36px;
    padding-right: 36px;
  }
  .stepblocktwo{
    padding-bottom: 30px;
  }
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1399px) {
  .stepconttwo{
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .stepblockcentertwo{
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .stepblockbottombuttontwo{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 36px;
    padding-right: 36px;
  }
  .stepblocktwo{
    padding-bottom: 30px;
  }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .stepconttwo{
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .stepblockcentertwo{
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .stepblockbottombuttontwo{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 36px;
    padding-right: 36px;
  }
  .stepblocktwo{
    padding-bottom: 30px;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .stepconttwo{
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .stepblockcentertwo{
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .stepblockbottombuttontwo{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 36px;
    padding-right: 36px;
  }
    .stepblocktwo{
    padding-bottom: 30px;
  }
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
    .stepconttwo{
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .stepblockcentertwo{
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .stepblockbottombuttontwo{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 36px;
    padding-right: 36px;
  }
  .stepblocktwo{
    padding-bottom: 30px;
  }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
      .stepconttwo{
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .stepblockcentertwo{
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .stepblockbottombuttontwo{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 36px;
    padding-right: 36px;
  }
    .stepblocktwo{
    padding-bottom: 30px;
  }
}