@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background-color: #fff;
}

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

a {
    color: #102a42;
}

.container {
    width: 1170px;
}

.header {
    width: 100%;
    background-color: #102a42;
    padding: 15px 30px;
}

.header__logo img {
    width: 201px;
}