@import url("/templates/global.css");

body {
    background-color: #fff;
}

a {
    color: #8a2432;
}

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

.container {
    width: 1170px;
}

.header-wrapper {
    background-color: #A91E36;
}

.header {
    display: flex;
    align-items: center;
    height: 77px;
}

.header-wrapper::after {
    display: block;
    height: 154px;
    content: "";
    background-image: linear-gradient(to bottom, rgba(35, 35, 35, 0.6), rgba(35, 35, 35, 0.6)), url('banner.jpg');
    background-size: cover;
    background-position: center 40%;
}