nav ul {
    list-style: none !important;
}


/* privacy */
[data-custom-class='body'] ul {
    margin: 20px 10px;
}

@media screen and (max-width: 640px) {
    .hero-container h1 {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .hero-container-image {
        text-align: center !important;
    }
    .hero-container-image img {
        width: 100%;
        height: auto !important;
        margin: 0 auto;
    }
    .two-buttons {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .two-buttons button:first-of-type {

    }
    .two-buttons {
        width: 100%;
    }
    .two-buttons > div {
        width: 25%;
        min-width: 150px;
    }

    .price-section h2,
    .price-section h2 + p {
        text-align: center !important;
    }
    .testimonial-section h2,
    .testimonial-section h2 + p {
        text-align: center !important;
    }
    .additional-css-healdine h1,
    .additional-css-healdine h1 + p {
        text-align: center !important;
    }
    .ag-video-hero {
        width: 100% !important;
    }
}

.ag-video-hero {
    width: 50%;
}
