.section-title {
    padding: var(--space-2) var(--space-5);
    margin: 0 auto 30px;
}

.section-title h1{
    font-family: var(--font-burford);
    font-size: 44px;
    font-weight: normal;
    color: #641723;
    letter-spacing: -0.055em;
    line-height: .8em;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.section-title h1, .section-title img{
    text-align: center;
    margin: 0 auto;
}