* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #1D1D1B;
    font-size: 16px;
    font-weight: 600;
}

a {
    font-size: 16px;
    color: inherit;
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

button {
    border: none;
    background: none;
    font: inherit;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

