body {
    background-color: white;
}

img {
    width: 30vw;
}

img:first-child {
    width: 100vw;
}

h1 {
    color: #BD8B00;
    text-align: center;
    margin-left: 4ex;
    margin-right: 4ex;
    overflow: hidden;
}

span.gold {
    color: #BD8B00;
}

span.line {
    position: relative;
    margin-left: 7ex;
    padding: 1ex;
    margin-right: 7ex;
}

span.line::before {
    content: '';
    background-color: currentColor;
    position: absolute;
    bottom: 44%;
    height: .1ex;
    width: 50vw;
    right: 100%;
}

span.line::after {
    content: '';
    background-color: currentColor;
    position: absolute;
    bottom: 44%;
    height: .1ex;
    width: 50vw;
    left: 100%;
}

div.row {
    color: #5E5E5E;
    display: flex;
    flex-direction: row;
    line-height: 1.5;
    font-weight: 400;
    margin-left: 4ex;
    margin-right: 4ex;
}

div.column img {
    width: 25vw;
}

h2 {
    margin: 1ex;
    text-align: center;
}

p {
    margin: 2ex;
    text-align: center;
}