<!-- Place this tag where you want the widget to render. -->
<div class="pt-video" data-width="465" data-affiliate-id="67966" data-course-id="5"></div>

<!-- Place this tag after the last widget tag. -->
<script type="text/javascript">
  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://procourses.co.uk/javascripts/widgets.js?v=20230502';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script>

/* Base Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Headings */
h1, h2, h3 {
    color: #004d40;
    margin-bottom: 20px;
}

h1 {
    font-size: 2.5rem;
    border-bottom: 2px solid #004d40;
    padding-bottom: 10px;
}

h2 {
    font-size: 2rem;
    margin-top: 40px;
}

h3 {
    font-size: 1.5rem;
    margin-top: 30px;
}

/* Paragraphs */
p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

/* About Section */
.about-section {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Call to Action */
.cta {
    background-color: #004d40;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    border-radius: 6px;
    margin-top: 40px;
}

.cta a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    p {
        font-size: 1rem;
    }

    .container {
        padding: 20px;
    }
}
