/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
  padding: 60px 15px 60px;
}


h5{
  font-size: 1.4rem;
}



.navbar-nav{
  margin-left: auto;
}



.container{
  max-width: 960px;
   font-size: 1.3rem;
}


p{
  font-size: 1.3rem;
}


ol>li{
  margin-bottom: 5rem;
}



ol.mysteps>li{
	margin-bottom: 1rem;
} 


.img_steps{
	width: 100%;
	max-width: 500px;
}



.tip{
	    background: #fff688;
    padding: 13px;
    border-radius: 11px;
}























