
/* reset margin */

p, h1, h2 ,h3, h4, h5, h6 {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

button, input, textarea {
    outline: none;
    box-shadow: none;
    appearance: none;
}

button,select {
    outline: none!important;
}

button:focus {
    outline: none;
}

ul {
    padding-left: 0;
    list-style: none;
}

li {
    list-style: none;
}

/* @media screen and (max-width:768px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
} */