:root {
  --white: #ffffff !important;
  --black: #121212 !important;
  --primary: #0d65b2 !important;
  --secondary: #dfe8ef !important;
  --font: "Montserrat", sans-serif !important;
}

* {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
  outline: none !important;
  list-style-type: none !important;
}

body {
  margin: 0;
  font-family: var(--font);
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font) !important;
}

a,
a:hover {
  text-decoration: none !important;
  font-family: var(--font) !important;
}

.container {
  max-width: 1200px !important;
}

.header {
  background-color: #fff;
  padding: 15px 0;
  display: block;
  z-index: 1000;
  text-align: center !important;
  box-shadow: 1px 5px 20px -9px rgba(0, 0, 0, 0.3) !important;
  position: absolute;
  width: 100%;
  height: 161px;
  top: 0;
}

.logo-icon {
  margin-right: 20px;
}

section {
  padding: 50px 0;
  background-color: var(--secondary);
  margin-top: 161px;
}

h1 {
  position: relative;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 36px;
  background-color: var(--primary);
  border-radius: 50px;
  color: var(--white);
  font-weight: 700;
  text-align: center;
  padding: 10px 50px;
}

.content-text {
  margin-top: 50px;
  margin-bottom: 50px;
}

.content-text p {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font);
  text-align: justify;
}

.content-text p span {
  color: #000;
  font-weight: 700;
}

h2 {
  position: relative;
  margin: 0 auto 30px auto;
  text-transform: uppercase;
  font-size: 30px;
  border-radius: 50px;
  color: var(--primary);
  font-weight: 700;
  text-align: center;
  padding: 10px 50px;
}

.product-range {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.product-range li {
  background-color: #fff;
  font-weight: 600;
  color: var(--primary);
  border: 1px solid var(--primary);
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  margin-bottom: 15px;
}

.border-line {
  background-color: var(--primary);
  height: 1px;
  width: 100%;
  margin: 35px 0;
}

.info {
  color: var(--primary);
  text-align: center;
  font-weight: 18px;
  font-weight: 600;
  margin-bottom: 50px;
}

.contact,
.contact a {
  color: var(--primary);
  text-align: center;
  transition: all 0.4s;
  line-height: 60px;
  font-size: 30px;
}

.contact a:hover {
  color: var(--black);
  transition: all 0.4s;
}

.contact i {
  background-color: var(--primary);
  color: var(--white);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  margin-right: 10px;
}

footer {
  background-color: #014179;
  padding: 20px 0;
  text-align: center;
  color: var(--white);
  font-weight: 600;
  font-size: 16px;
}
