main,
main .bg-gray-50 {
    background-color: #FAF9F6;
}

main .bg-white {
    background-color: #FCFBF8;
}

main .bg-custom-green-light {
    background-color: #F3F2EC;
}

.objective-link::after {
    content: "→";
    color: #2A8F0F;
    font-size: 18px;
    line-height: 1;
}
