@import url('./reset.css');
@import url('./main.css');

.welcome {
  height: 100vh;
  background-image: url('../media/NOCServices\ \(1\).png');
  background-size: cover;
  overflow: hidden;
}

.contents p:nth-of-type(1) {
  font-weight: 700;
  font-size: var(--font-medium);
  color: var(--sec-color);
}
.contents p:nth-of-type(2) {
  font-weight: 700;
  font-size: var(--font-h1);
  color: var(--text-color);
}
.contents p:nth-of-type(2) span {
  font-weight: 700;
  font-size: var(--font-h1);
  color: var(--sec-color) !important;
}
.contents p:nth-of-type(3) {
  font-size: var(--font-h4);
  font-weight: 400;
  color: var(--text-color);
}
.contents p:nth-of-type(3) span {
  font-size: inherit;
  color: var(--sec-color);
}

.text-center p:nth-of-type(1) {
  font-size: var(--font-h4);
  font-weight: 700;
}

.text-center p:nth-of-type(2) {
  font-size: var(--font-h4);
  font-weight: 700;
}
.text-center p:nth-of-type(2) span {
  font-size: inherit;
  color: var(--primary-color);
}

.contt p:nth-of-type(1) {
  font-weight: 600;
  font-size: var(--font-medium);
}
