/** Shopify CDN: Minification failed

Line 82:0 Unexpected "<"
Line 83:14 Unexpected "{"
Line 83:23 Expected ":"
Line 83:29 Unexpected ","
Line 84:14 Unexpected "{"
Line 84:23 Expected ":"
Line 85:12 Expected identifier but found whitespace
Line 85:14 Unexpected "{"
Line 85:23 Expected ":"
Line 87:2 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.whatsapp-card-container{
        display:inline-grid;
        grid-template-columns: 1fr; 
        gap:2em;
        justify-content:space-around;
    }

    .whatsapp-card-container a{
        padding:0;
        width: 100%;
    }

    .whatsapp-card-container img{
        width: 100%;
        border-radius: 20px;
    }

    .whatsapp-card-container .whatsapp-card-form img{
        width: 100%;
        border-radius: 20px 20px 0 0;
    }

    .whatsapp-card-form{
        background-color: #f8f8f8;
        box-shadow: 0px 0px 16px #0000001F;
        border-radius: 20px;
        display:flex;
        flex-direction:column;
        justify-content: space-between;
        opacity: 1;
    }    

    .whatsapp-card-form .form-content, .form-actions{
        padding:20px
    }

    .Container.centered-container{
        display:flex;
        justify-content:center;
    }

    .form-content p{
      max-width:fit-content;
    }

    @media only screen and (min-width: 980px) {
        .whatsapp-card-container{
            grid-template-columns: 1fr 1fr;
        }

        .whatsapp-card-container .whatsapp-card-form{
            grid-row:2/4;
            grid-column:2;
        }

        .box-2{
            grid-column:1;
        }

        .box-4{
            grid-column:2;
            grid-row:1;
        }
    }
<style>
    #section-{{ section.id }},
    #section-{{ section.id }} .Heading {
      color: {{ section.settings.text_color }};
    }
  </style>