.bg-top-header {
        text-align: center;
        background-color: #2c3e50;
        color: white;
        padding: 60px 30px;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        line-height: 3.5rem !important;
    }
    .text-box-shadow{
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        background-color: #fff;
        padding: 20px 20px 0px 20px;
        text-align: center;
        border-radius: 6px;
        margin: 12px 0px;
        min-height: 210px;
    }

    ul {
        padding: 0px;
    }

    ul li {
        list-style-type: none;
        padding-left: 0;
        padding: 5px 0px;
        font-size: 15px;
    }

    li::before {
        content: "✔ ";
        color: #3498db;
        font-weight: bolder;
    }