p.lead {
    font-weight: 500;
    font-size: 1.5rem;
}

a.btn.bg-white {
    border:1px solid #000;
    display: inline-block;
    color:#000;
}

 a.btn.bg-white::after {
        top: -2px;
    position: relative;
}

p.block.bg-yellow{
    background: #FFE166;
    display: block;
    padding: 2em 2.5em 2em 2.5em;
    color:#000;
}