@media screen and (min-width: 320px) and (max-width: 992px){
	.mobile-center-left{
		text-align: center;
	}
	.mobile-center-right{
		text-align: center;
	}
	.leo-blue-background{
      background: #154360;
    }
    .blue-grey{
    	background: #17202A;
    }
	.bottom-bar{
		border-bottom-style: solid;
		border-bottom-width: 2px;
		border-bottom-color: #0f4c81;
	}
	.round-logo{
    	display: block;
  		margin-left: auto;
  		margin-right: auto;
    	padding: 10px;
    	max-width: 50%;
  		height: auto;
    }
    .display-mobile{
    	display:block;
    }
    .btn-get-started {
  			font-family: "Raleway", sans-serif;
            background-color: #ab072f;
            border: #ff5d16;
            border-top-right-radius: 200px 200px;
            border-bottom-right-radius: 200px 200px;
            border-top-left-radius: 200px 200px;
            border-bottom-left-radius: 200px 200px;
            color: white;
            text-decoration: none;
            padding: 0.9em 2.5em;
            font-size: 0.9em;
            font-weight: 600;
            letter-spacing: 2px;
	}
}