p{
	font-size: 20px;
	color: #2F2F2F;
	font-weight: 400;
	line-height: 30px;
}
h1{
	font-size: 48px;
	font-weight: 400;
	line-height: 80px;
	color: #3200BE;
}
h2{
	font-size: 40px;
	font-weight: 400;
	line-height: 44px;
	color: #3200BE;
}
h3{
  font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	color: #3200BE;
}
strong{
  font-size: 20px;
	color: #000;
	font-weight: 700;
	line-height: 30px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-4 {
  margin-top: 0.25rem !important;
}

.mt-8 {
  margin-top: 0.5rem !important;
}

.mt-16 {
  margin-top: 1rem !important;
}

.mt-24 {
  margin-top: 1.5rem !important;
}

.mt-32 {
  margin-top: 2rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mt-48 {
  margin-top: 3rem !important;
}

.mt-56 {
  margin-top: 3.5rem !important;
}

.mt-64 {
  margin-top: 4rem !important;
}

.mt-72 {
  margin-top: 4.5rem !important;
}

.mt-80 {
  margin-top: 5rem !important;
}

.mt-88 {
  margin-top: 5.5rem !important;
}

.mt-96 {
  margin-top: 6rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-4 {
  margin-bottom: 0.25rem !important;
}

.mb-8 {
  margin-bottom: 0.5rem !important;
}

.mb-16 {
  margin-bottom: 1rem !important;
}

.mb-24 {
  margin-bottom: 1.5rem !important;
}

.mb-32 {
  margin-bottom: 2rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-48 {
  margin-bottom: 3rem !important;
}

.mb-56 {
  margin-bottom: 3.5rem !important;
}

.mb-64 {
  margin-bottom: 4rem !important;
}

.mb-72 {
  margin-bottom: 4.5rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

.mb-88 {
  margin-bottom: 5.5rem !important;
}

.mb-96 {
  margin-bottom: 6rem !important;
}


/* Padding Style guide */
.pt-0 {
    padding-top: 0 !important;
  }
  
  .pt-4 {
    padding-top: 0.25rem !important;
  }
  
  .pt-8 {
    padding-top: 0.5rem !important;
  }
  
  .pt-16 {
    padding-top: 1rem !important;
  }
  
  .pt-24 {
    padding-top: 1.5rem !important;
  }
  
  .pt-32 {
    padding-top: 2rem !important;
  }
  
  .pt-40 {
    padding-top: 2.5rem !important;
  }
  
  .pt-48 {
    padding-top: 3rem !important;
  }
  
  .pt-56 {
    padding-top: 3.5rem !important;
  }
  
  .pt-64 {
    padding-top: 4rem !important;
  }
  
  .pt-72 {
    padding-top: 4.5rem !important;
  }
  
  .pt-80 {
    padding-top: 5rem !important;
  }
  
  .pt-88 {
    padding-top: 5.5rem !important;
  }
  
  .pb-0 {
    padding-bottom: 0 !important;
  }
  
  .pb-4 {
    padding-bottom: 0.25rem !important;
  }
  
  .pb-8 {
    padding-bottom: 0.5rem !important;
  }
  
  .pb-16 {
    padding-bottom: 1rem !important;
  }
  
  .pb-24 {
    padding-bottom: 1.5rem !important;
  }
  
  .pb-32 {
    padding-bottom: 2rem !important;
  }
  
  .pb-40 {
    padding-bottom: 2.5rem !important;
  }
  
  .pb-48 {
    padding-bottom: 3rem !important;
  }
  
  .pb-56 {
    padding-bottom: 3.5rem !important;
  }
  
  .pb-64 {
    padding-bottom: 4rem !important;
  }
  
  .pb-72 {
    padding-bottom: 4.5rem !important;
  }
  
  .pb-80 {
    padding-bottom: 5rem !important;
  }
  
  .pb-88 {
    padding-bottom: 5.5rem !important;
  }
  
  .pb-96 {
    padding-bottom: 6rem !important;
  }
  