﻿.hero h1 {
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1.1rem;
}

.mdp-included {
    max-width: 760px;
    margin: 0;
}

    .mdp-included ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mdp-included li {
        position: relative;
        padding: 0 0 1.1rem 2.4rem;
        color: #333333;
        font-size: 1.1rem;
        line-height: 1.55;
    }

        .mdp-included li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0.15rem;
            width: 1.5rem;
            height: 1.5rem;
            border-radius: 50%;
            background-color: #D9E8F5;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23156082' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 0.9rem 0.9rem;
        }

        .mdp-included li strong {
            color: #0F4761;
            font-weight: 600;
        }
