html, body {
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
}

.text-center {
    text-align: center !important;
}

.dr-title-w-line {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-align: center;
}

.dr-title-line {
    background: #eae8e5;
    height: 1px;
    flex: 1;
    margin: 0;
    padding: 0;
}

.dr-title-inner {
    position: relative;
    padding: 0 30px;
    margin: 0;
}

.dr-text__normal {
    font-size: 16px;
    line-height: 25px;
    color: #84807d;
}

.heading-h3 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.heading, .heading-h1, .heading-h3 {
    font-family: "MinionPro-Semibold",sans-serif;
    font-weight: normal;
}

.heading-h1 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 40px 0;
    font-weight: normal;
    text-transform: none;
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}

p {
    color: #111;
}

.dr-ol {
    padding: 0;
    margin: 0;
    counter-reset: dr-ol;
}
