.jump-to-a-section {
    background: #FDF2F0;
	padding: 9px 14px;
}

.jump-to-a-section h2 {
    color: #212121;
    cursor: pointer;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    line-height: 1.6;		
}

body .jump-to-a-section ul {
    margin: 0;
}

body .jump-to-a-section ul li::marker {
    color: #F07F6E;
}

body .jump-to-a-section ul li:last-child {
    padding-bottom: .5rem;
}

.jump-to-a-section ul li a { 
    border-bottom: 4px solid transparent !important;
}

.editor-styles-wrapper .jump-to-a-section ul li a { 
    background: transparent;
}

.jump-to-a-section ul a:is(:hover, :focus) {
    border-bottom: 4px solid rgba(131, 197, 140, .4) !important;
}

@media only screen and (max-width: 767px) {
    .jump-to-a-section h2,
    .editor-styles-wrapper .jump-to-a-section h2 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) {
    .jump-to-a-section h2,
    .editor-styles-wrapper .jump-to-a-section h2 {
        font-size: 20px;
    }

    .jump-to-a-section ul {
        columns: 2;
    }

    .jump-to-a-section ul li {
        break-inside: avoid;
    }
}