@media (min-width: 576px) {
  .psd-left1:after {
    border: 3px solid grey;
    background-color: rgb(255,199,0);
    border-radius: 50%;
    content: "";
    height: 20px;
    position: absolute;
    left: -10px;
    top: 50px;
    width: 20px;
    z-index: 1;
  }
}

@media (min-width: 576px) {
  .psd-right1:after {
    border: 3px solid grey;
    background-color: rgb(255,199,0);
    border-radius: 50%;
    content: "";
    height: 20px;
    position: absolute;
    right: -10px;
    top: 49px;
    width: 20px;
    z-index: 1;
  }
}

@media (min-width: 576px) {
  .psd-left2:after {
    border: 3px solid grey;
    background-color: rgb(255,199,0);
    border-radius: 50%;
    content: "";
    height: 20px;
    position: absolute;
    left: -10px;
    top: 48px;
    width: 20px;
    z-index: 1;
  }
}

@media (min-width: 576px) {
  .psd-right2:after {
    border: 3px solid grey;
    background-color: rgb(255,199,0);
    border-radius: 50%;
    content: "";
    height: 20px;
    position: absolute;
    right: -10px;
    top: 46px;
    width: 20px;
    z-index: 1;
  }
}

@media (min-width: 576px) {
  .psd-line:after {
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    background-color: rgb(234,234,234);
  }
}

.index-howto-alt .howto-img {
  width: 170px;
}

a {
  border: none;
}

* {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div {
  font-weight: bold;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  position: relative;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block;
}

.dh-header-non-rectangular-container h1, p {
  color: white;
  font-weight: bold;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  line-height: 1.625;
  font-weight: 300;
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

section {
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: grid;
}

* {
  box-sizing: border-box;
}

div {
}

@media (min-width: 300px) {
  p {
    font-size: 0.75rem!important;
  }
}

@media (min-width: 300px) {
  section {
  }
}

p {
  font-family: 'Roboto';
  color: #7d7d7d;
}

