@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap');
html {
	font-size: 16px;
}
body {
	font-family: 'Nunito Sans', sans-serif;
	line-height: 1.5rem;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
p {
  margin: 0;
}

.text-block {
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .text-block {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
