﻿.dg-rte-block {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

.rte-content h1,
.rte-content h2,
.rte-content h3,
.rte-content h4,
.rte-content h5,
.rte-content h6 {
    color: var(--skobeloff-hex, #006e69) !important;
}

.dg-rte-block a,
.rte-content a {
    color: var(--navy-hex, #00313f);
    text-decoration: underline;
}
    .dg-rte-block a:hover,
    .rte-content a:hover {
        color: var(--teal-hex, #2eb5b2);
    }

.home-panel, home-panel-wrapper {
    border-radius: var(--border-radius, 0.375);
}

    .home-panel .right-panel {
        border-top-right-radius: var(--border-radius, 0.375);
        border-bottom-right-radius: var(--border-radius, 0.375);
    }

    .home-panel .left-panel {
        border-top-left-radius: var(--border-radius, 0.375);
        border-bottom-left-radius: var(--border-radius, 0.375);
    }

@media (max-width: 767.98px) {
    .home-panel .right-panel {
        border-top-right-radius: unset;
        border-bottom-right-radius: var(--border-radius, 0.375);
        border-bottom-left-radius: var(--border-radius, 0.375);
    }

    .home-panel .left-panel {
        border-top-right-radius: var(--border-radius, 0.375);
        border-top-left-radius: var(--border-radius, 0.375);
        border-bottom-left-radius: unset;
    }
}
