.entry-header {
    display: flex;
    position: relative;
    height: 560px;
}
.entry-header img {
    object-position: bottom;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    inset: 0;
    position: absolute;
}

.entry-header h1 {
    font-family: 'Burra', sans-serif;
    /*font-family: "Sequel 100 Wide 55", sans-serif;*/
    color:rgb(203, 199, 190);
    font-size: 5rem;
    max-width:1280px;
    margin:auto;
} 
.entry-data {
    margin-top: auto;
    z-index: 1;
    position: relative;
    height: fit-content;
    width: 100%;
    color: #CBC7BE;
    padding: 3% 4rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, /* top */ rgba(0, 0, 0, 0.4) 50%, /* middle */ rgba(0, 0, 0, 0.8) 100% /* bottom */);
}
.entry-content {
    padding: 3% 4rem;
}

.content-wrapper {
    max-width:1280px;
    margin:auto;
}

.entry-content h2 {
    font-size: 36px;
    margin-bottom:2rem;
    letter-spacing:7px
}
.entry-content h3 {
    font-size: 24px;
    margin-bottom:1rem;
}
.entry-content p {
    margin-bottom:1rem;
    font-size:16px;
    line-height:28px;
    color: rgb(55, 65, 81);
}

.entry-content ul, ol {
  margin: 1em 0;
  padding-left: 1.5em;
}

.entry-content li {
  margin-bottom: 0.5em;
  line-height: 1.6;
}

.entry-content ul {
  list-style-type: disc; /* or circle, square */
}

.entry-content ol {
  list-style-type: decimal; /* or lower-roman, upper-alpha, etc. */
}

.entry-content ul ul, ol ol, ul ol, ol ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {

.entry-content {
    padding: 3% 1.25rem;
}
.entry-data {
    padding: 3% 1.25rem;
}
.entry-header {
    height: 18rem;
}
.entry-content h2 {
    font-size: 32px;
    letter-spacing:5px;
    text-align:center;
}
.entry-content h3 {
    font-size: 22px;
}
.entry-header h1 {
    font-size: 4rem;
    line-height:4.5rem
}
}
.line-separator {
    width: 120px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='120' height='14' viewBox='0 0 120 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M53.7395 9.64598C57.4687 12.5135 62.6302 12.6022 66.4554 9.86464L74.529 4.08653C79.2226 0.727465 85.5769 0.921868 90.0572 4.56159L95.1822 8.72513C99.2222 12.0071 105.034 11.8978 108.948 8.46627L118.593 0.0106393L120 1.62205L110.355 10.0777C105.658 14.1956 98.6843 14.3267 93.8363 10.3883L88.7113 6.22477C84.9778 3.19167 79.6824 3.02967 75.7712 5.82889L67.6976 11.607C63.1073 14.8921 56.9135 14.7856 52.4384 11.3446L44.3086 5.09325C40.1491 1.89487 34.288 2.19293 30.4731 5.79685L26.705 9.35659C21.9531 13.8456 14.593 14.0388 9.61315 9.80521L-1.08118e-06 1.6327L1.38261 1.60919e-05L10.9958 8.17253C15.1457 11.7005 21.2791 11.5395 25.239 7.79868L29.0071 4.23894C33.585 -0.0857611 40.6183 -0.443436 45.6096 3.39462L53.7395 9.64598Z' fill='%23CBC7BE'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 3rem auto 6rem auto;
    
}