*{

    margin:0;

    padding:0;

    box-sizing:border-box;

}

body{

    font-family:Inter,sans-serif;

    color:var(--text);

    background:#fff;

}

img{

    max-width:100%;

}

.container{

    max-width:1280px;

}

.btn-primary-custom{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:15px 34px;

    border-radius:50px;

    background:var(--primary);

    color:#fff;

    text-decoration:none;

    transition:.35s;

}

.btn-primary-custom:hover{

    background:var(--secondary);

}

.btn-whatsapp{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:15px 30px;

    border-radius:50px;

    background:#25D366;

    color:#fff;

    text-decoration:none;

}

.mobile-close{margin-left:65%;}