:root {
  --white: #ffffff !important;
  --black: #3a3a3a !important;
  --primary: #0d65b2 !important;
  --secondary: #dfe8ef !important;
  --font: "Montserrat", sans-serif !important;
}

@media only screen and (max-width: 1700px) {
}

@media only screen and (max-width: 1450px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 992px) {
  .header {
    position: relative;
    height: 180px;
  }

  section {
    margin-top: 0;
  }

  h1 {
    padding: 10px 10px;
    font-size: 28px;
  }

  h2 {
    padding: 10px 10px;
    font-size: 24px;
  }

  .logo-icon {
    margin-right: 0px;
    margin-bottom: 15px;
    width: 80px;
  }

  .logo-name {
    width: 100%;
    max-width: 250px;
  }

  .contact,
  .contact a {
    color: var(--primary);
    text-align: center;
    transition: all 0.4s;
    line-height: 50px;
    font-size: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 320px) {
}
