﻿@media (max-width:991px){ 
    .cp-heading-h1 {
        font-size: 48px; 
        line-height: 62px; 
    }
    .cp-f-18-400-991 {
        font-size: 18px; 
        line-height: 28px;
    }
    .cp-heading-h2 {
        font-size: 42px;
        line-height: 53px;
    }
    .cp-heading-h4 {
        font-size: 16px; 
        line-height: 24px; 
    }
    .cp-col-2-991 {
        grid-template-columns: repeat(2, 1fr);
    }
    .cp-col-1-991 {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .cp-col-span-1-2-991 {
        grid-column: 1 / span 2;
    }
    .cp-mw-100-991 {
        max-width: 100%
    }
    .cp-flex-column-991 {
        flex-direction:column;
    }
    .cp-text-center-991{
        text-align:center;
    }
    .cp-w-100-991 {
        width: 100%
    }
}
@media (max-width:767px){
    .cp-w-100-767{
        width:100%
    }
    .cp-mw-100-767{
        max-width:100%
    }

    .cp-heading-h1 {
        font-size: 32px;
        line-height: 48px;
    }

    .cp-f-18-400-767 {
        font-size: 18px;
        line-height: 28px;
    }

    .cp-heading-h2 {
        font-size: 28px;
        line-height: 38px;
    }
 
    .cp-col-2-767 {
        grid-template-columns: repeat(2, 1fr);
    }

    .cp-col-1-767 {
        grid-template-columns: repeat(1, 1fr);
    }

    .cp-col-span-1-1-767 {
        grid-column: 1 / span 1;
    }

    .cp-flex-column-767 {
        flex-direction: column;
    }

    .cp-text-center-767 {
        text-align: center;
    }


    .cp-f-16-400-767 {
        font-size: 16px;
        line-height: 28px;
    }
    .cp-sent-email-wrap{
        display:flex;
        flex-direction:column;
        gap:4px;
    }
    .cp-sent-email-wrap .cp-btn {
        width: 100%;
        position:static;
    }
    .cp-sent-email-wrap .cp-btn {
        width:100%;
    }
    .cp-main-conainer { 
        padding-inline: 16px; 
    }
    .cp-pt-96-767{
        padding-top:96px;
    }
    .cp-pb-64-767{
        padding-bottom:64px
    }.cp-pt-64-767{
        padding-top:64px
    }.cp-pb-32-767{
        padding-bottom:32px
    }.cp-pt-32-767{
        padding-top:32px
    }
    .cp-mb-32-767{
        margin-bottom:32px;
    }
    .cp-mb-5-767{
        margin-bottom:16px;
    }
    .cp-p-5-767{
        padding:16px;
    }
    .cp-gp-7-767{
        gap:24px;
    }
    .cp-gp-5-767{
        gap:16px;
    }
    .cp-gp-3-767{
        gap:8px;
    }
    .cp-mb-4-767 {
        margin-bottom: 12px;
    }
}