:root {
  --heading-color: #0A2A40;
  --para-color: #646464;
  --textover-color: #00A0F9;
  --bg-alt: #F5FBFE;
  --white: #fff;
  --black: #000;
  --anchor-color: #2EB7E5;
  --footer-border-color: #DADADA;
  --upper-nav-bg: #003A5A;
  --dropdown-border-color: #F2F2F2;
  --sml-menu-border-color: #EAEAEA ;
}

.introduction-section .img-wrapper {
  text-align: left;
}
.introduction-section .img-wrapper img {
  max-width: 468px;
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .introduction-section .img-wrapper {
    text-align: right;
  }
}