body {
  font-family: Helvetica, Arial, sans-serif;
  margin-inline: 5rem;
}

@media (min-device-width: 768px) {
  body {
    margin-inline: 8rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: Rubik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

img.alignnone {
  height: auto;
  max-width: 100%;
}

@media (max-device-width: 768px) {
  img {
    width: inherit;
    height: auto;
  }
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
  min-height: 1px;
  position: relative;
}

@media (min-device-width: 769px) {
  .col-sm-6 {
    flex: 0 0 50%;
    width: 50%;
  }
}

.content-spacing {
  margin-bottom: 4rem;
}

@media (min-device-width: 769px) {
  .content-spacing {
    margin-bottom: 2.5rem;
  }
}

.navbar {
  background-color: white;
  display: flex;
  height: 70px;
  padding: 0;
}

.navbar a {
  background: url(images/logo-rabaischocs-1.svg) no-repeat center left;
  background-size: contain;
  width: 240px;
  height: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
