@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap');

body {
    background-color: #fff;
}

.t-primary-bgcolor {
    background-color: #333;
}

a {
    color: #B51D20;
}

.container {
    width: 1170px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 21px;
}

.header__logo {
    max-height: 60px;
}

.header__nav {
    font-size: 0;
}

.header__nav a {
    color: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
    margin: 0 12px;
    font-size: 12.8px;
    letter-spacing: 0.1px;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    transition: all .25s;
}

.header__nav a:hover {
    text-decoration: none;
    border-bottom: 2px solid rgba(0, 0, 0, 1);
}

.header__nav a:last-child {
    margin-right: 0;
}

h2.ls-layer {
    font-size: 22px !important;
}