/*
|----------------------------------------------------------------------------
| General
|----------------------------------------------------------------------------
*/

body,
html {
  width: 100%;
  height: 100%;
}

body {
	background: white;
}

section {
	padding-top: 4rem;
}


p {
	text-align: justify;
}

.pb-5, .py-5 {

    padding-bottom: 3rem !important;

}
.pt-5, .py-5 {

    padding-top: 3rem !important;

}
.mb-5, .my-5 {

    margin-bottom: 3rem !important;

}

.vertical-separator {
  border-left: 1.5px solid;
  height: 12px; 
  display: inline-block;
  } 