.keynote-section { border-radius: 20px; position: relative; padding: 30px; margin-bottom: 30px;background-color:#c8dcf3 !important; } 
.keynote-section:after { content: ''; position: absolute; width: calc(100% + 5px); left: -4px; background-color: #1778fb; height: calc(100% + 2px); top: 2px; z-index: -1; border-radius: 20px; } 
.keynote-section .inner-keynote-section h6 { color: #0E185F; font-weight: 700; }
.keynote-section .inner-keynote-section ul { margin: 30px 0 0 !important;padding:0; } 
.keynote-section .inner-keynote-section ul li { padding-left: 15px !important;color: #0E185F; } 
.keynote-section .inner-keynote-section ul li:last-child{margin-bottom:0;}
.keynote-section .inner-keynote-section ul li::after { display: none; } 
.keynote-section .inner-keynote-section ul li:before { content: ''; position: absolute; width: 4px; height: 100%;); background-color: #1778fb; left: 0; top: 0;border-radius: 20px;}
.keynote-section .inner-keynote-section ul li:last-child {
    margin-bottom: 0 !important;
}

@media(max-width:767px){
    .keynote-section {padding:20px;margin: 0 10px 30px 10px;}
    .keynote-section .inner-keynote-section ul li { font-size: 16px; }
}