@font-face {
  font-family: 'pangramregular';
  src: url("/css/pangram-regular-webfont.woff2") format("woff2"), url("/css/pangram-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pangrammedium';
  src: url("/css/pangram-medium-webfont.woff2") format("woff2"), url("/css/pangram-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'pangrammedium';
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-family: 'pangrammedium';
  font-weight: normal;
  font-style: normal;
}

h2 {
  font-family: 'pangrammedium';
  font-weight: normal;
  font-style: normal;
}

h3 {
  font-family: 'pangrammedium';
  font-weight: normal;
  font-style: normal;
}

h4 {
  font-family: 'pangrammedium';
  font-weight: normal;
  font-style: normal;
}

.header-logo {
  background-color: #f5f5f5;
  padding-top: 25px;
  padding-bottom: 25px;
}

.mtech-logo {
  height: 15%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-content > .about-content-text > .row {
  margin-bottom: 20px;
}

p {
  font-family: 'pangramregular';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.about-section {
  position: relative;
}

.about-content {
  position: relative;
  margin: 0 auto;
  padding: 0;
  color: #000;
}

.about-content-intro {
  position: relative;
  padding-top: 40px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

.about-content-intro h1 {
  font-family: 'pangrammedium';
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  line-height: 1.28;
}

.about-content-intro h2 {
  font-family: 'pangrammedium';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}

.about-content-text {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.about-content-text h2 {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.28;
  margin-bottom: 14px;
  font-weight: bold;
  color: #317293;
}

.gray-contact-us {
  background-color: #f5f5f5;
  padding-top: 5px;
}
