.dr-h1 {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 32px;
    font-weight: 500;
}
.dr-h1-light {
    font-weight: 300;
}
@media (min-width: 1440px) {
    .dr-h1 {
        font-size: 60px;
        margin-bottom: 48px;
    }
}

.dr-h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 24px;
    margin-top: 48px;
    font-weight: 500;
}
.dr-h2-light {
    font-weight: 300;
}
@media (min-width: 1440px) {
    .dr-h2 {
        font-size: 42px;
        line-height: 1.2;
        margin-bottom: 40px;
        margin-top: 80px;
    }
}

.dr-h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 24px;
    margin-top: 48px;
    font-weight: 500;
}
.dr-h3-light {
    font-weight: 300;
}
@media (min-width: 1440px) {
    .dr-h3 {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 32px;
        margin-top: 72px;
    }
}

.dr-h4 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 24px;
    margin-top: 40px;
    font-weight: 500;
}
.dr-h4-light {
    font-weight: 300;
}
@media (min-width: 1440px) {
    .dr-h4 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 32px;
        margin-top: 64px;
    }
}

.dr-h5 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 24px;
    margin-top: 32px;
    font-weight: 500;
}
.dr-h5-bold {
    font-weight: 700;
}
.dr-h5-light {
    font-weight: 300;
}
@media (min-width: 1440px) {
    .dr-h5 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 16px;
        margin-top: 40px;
    }
}

.dr-p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 8px;
    font-weight: 400;
}

@media (min-width: 1440px) {
    .dr-p {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 16px;
    }
}

.dr-p-small {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
    font-weight: 400;
}

.dr-li {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
    font-weight: 400;
}

@media (min-width: 1440px) {
    .dr-li {
        font-size: 18px;
        line-height: 1.4;
    }
}

.dr-ul,
.dr-ol {
    margin-top: 16px;
    margin-bottom: 16px;
}

.dr-font-light {
    font-weight: 300;
}

.dr-font-normal {
    font-weight: 400;
}

.dr-font-medium {
    font-weight: 500;
}
.dr-font-bold {
    font-weight: 700;
}

.dr-color-green,
.dr-color-primary {
    color: #144b3c;
}

.dr-color-lightgreen,
.dr-color-tetriary {
    color: #6b7a6c;
}

.dr-background-color-green,
.dr-background-color-primary {
    background-color: #144b3c;
}

.dr-background-color-lightgreen,
.dr-background-color-tetriary {
    background-color: #6b7a6c;
}

/* TEXT ALIGN RULES */
.dr-text-left {
    text-align: left;
}
.dr-text-center {
    text-align: center;
}
.dr-text-right {
    text-align: right;
}
.dr-text-justify {
    text-align: justify;
}
.dr-text-start {
    text-align: start;
}
.dr-text-end {
    text-align: end;
}

/* LINE HEIGHT RULES */
.dr-line-height-0 {
line-height: 0;
}

.dr-line-height-1 {
    line-height: 1;
    }
