
h3.ddd-next-steps__subheading {
        font-size: var(--awb-custom_typography_2-font-size) !important;
        line-height: var(--awb-custom_typography_2-line-height) !important;
        letter-spacing: var(--awb-custom_typography_2-letter-spacing) !important;
        text-transform: var(--awb-custom_typography_2-text-transform) !important;
        font-family: var(--awb-custom_typography_2-font-family) !important;
        font-weight: var(--awb-custom_typography_2-font-weight) !important;
        font-style: var(--awb-custom_typography_2-font-style) !important;
        
        margin-bottom: 8px;
}

.ddd-next-steps > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ddd-next-steps > h2 {
    margin-bottom: 24px;
}

.ddd-next-steps__section {
    margin-bottom: 40px !important;
}

.ddd-next-steps__section:last-child {
    margin-bottom: 0;
}

.ddd-next-steps__section > a {
    font-weight: 900;
    display: block;
}
