h1,
.heading-1 {
  line-height: 1.6;
}

h2,
.heading-2 {
  line-height: 1.6;
}

h3,
.heading-3 {
  line-height: 1.6;
}

h4,
.heading-4 {
  line-height: 1.6;
}

h5,
.heading-5 {
  line-height: 1.6;
}

h6,
.heading-6 {
  line-height: 1.6;
}
p {
  line-height: 1.6;
}
.content blockquote {
    max-width: 40%;
}

@media (max-width: 576px) {
    .content blockquote {
        bottom: 0%;
        left: 2%;
        right: 2%;
        max-width: 100%;
        background: #ffffffd1;
        padding: 1rem;
    }
}
.btn-popout
 {
    right: unset;
    left: 30px;
}
.arch-line {
    left: 0;
    right: calc(100% + 24px);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}