
  .oooh-baby-regular {
	font-family: "Oooh Baby", cursive;
	font-weight: 400;
	font-style: normal;
  }
  
  h2.oooh-baby-regular {
	color: #0C468C;
	font-size: 56px;
	font-weight: 600;
  }
  
  h2.getting-started {
	width: 350px;
	max-width: 90%;
  }
  
  .card-circle {
	margin: 1rem auto;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #1ca77e;
	display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .card-circle img {
	width: 35px;
	height: 35px;
	object-fit: contain;
  }
  
  .card-circle.money-bag img {
	transform: scale(1.75);
  }


  @media(min-width: 1600px) {
	#getting-started .container {
	  max-width: 1450px;
	}
  }

  .card-inner {
	transition: 0.3s;
	border-bottom: 3px solid;
	border-color: rgba(233, 32, 79, 0);
	padding: .1rem ;
	box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);

  }

  .card-img {
	margin-bottom: 1rem;
  }

  .card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px);
  }

  .card-box {
	width: 100%;

  }

  .card-title {
	transition: 0.3s;
  }

  .card {
	background-color: transparent;
	border: none;
  }

  .display-5 {
	font-family: "Segoe UI",Arial,sans-serif;
	font-style: normal;
	font-weight: bold;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.3rem;
	line-height: 1;
	color: #0066ad;
  }

  .bttn,
  .bttn:visited {
	display: inline-block;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	outline: none;
	border-radius: 30px;
	padding: 12px 45px;
	cursor: pointer;
	transition:background-color 1s, color 1s;
  }

  .bttn.bttn-greentext {
	color: #089381!important;
  }
