﻿.mhg-thankyou-section {
    background-color: #EC1C24; /* MHG red */
    padding: 100px 20px;
    color: #ffffff;
}

.mhg-thankyou-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.mhg-thankyou-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .mhg-thankyou-title {
        font-size: 36px;
    }

    .mhg-thankyou-subtitle {
        font-size: 16px;
    }

    .mhg-thankyou-section {
        padding: 60px 20px;
    }
}
