
/* 
=====================================
BASE styling
=====================================
*/

/*
@media(min-width: 768px) 
{
    p
    {
        font-size: 14px;
        line-height: 1.6;
    }
}
*/

/* 
=====================================
LAYOUT styling
=====================================
*/

@media(min-width: 768px) 
{
    .container 
    {
        flex-direction: column;
    }
            
    .content-wrapper 
    {
        display: flex;
        flex-direction: row;
    }
}

@media(max-width: 768px) {

    .phone-link,
    .whatsapp-link {
        font-size: small
    }

    .header div {
        gap: 0rem;
    }

    .cta-button {
       padding:  0.60em 0.8em;
    }
}