header.masthead {
  padding-top: 13.5rem;
  padding-bottom: calc(10rem - 1.5rem);
  position: relative;
  overflow: hidden;
  min-height: 635px;
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url("https://cdn.weaversmind.com/nordkin/brand/cnt_01_pc.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead .container {
  position: relative;
  z-index: 2;
}
header.masthead h1,
header.masthead .h1 {
  font-size: 2.25rem;
}
header.masthead p {
    font-size: 22px;
  }

.title-box h2 {
    font-size: 66px;
    font-weight: 700;
    color: #000;
}

.brand-value-item {
    margin-bottom: 170px;
    padding:20px;
}

.value-desc{
    color: #212121;
    font-weight: 400;
    font-size: 20px;
    line-height: 190%;
    margin-bottom: 0;
}
.text-left{
     text-align:left;
  }
  
@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
  
  header.masthead h1,
  header.masthead .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead h1,
  header.masthead .h1 {
    font-size: 3.5rem;
  }
}

.masthead-logo img {
  width: 100%;
}

@media (min-width: 768px) {
  .masthead-logo img {
    width: 197px;
  }
}
@media (min-width: 1200px) {
  .masthead-logo img {
    width: auto;
  }
}

.section-6 {
background-color: #fff;
padding: 80px 0 0 0;
}

.section-6-title {
font-weight: 700;
font-size: 48px;
line-height: 150%;
color: #212121;
margin-bottom: 0;
}

.section-6-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 190%;
  color: #424242;
  margin: 0;
}

@media (max-width: 1024px) {
  .section-6 .py-18 {
    padding: 0 !important;
  }

  .section-6-title {
	font-size: 48px;
	margin-bottom: 40px;
  }

  .section-6-desc {
	font-size: 18px;
  }

  .section-6 .row {
	text-align: center;
  }
}


@media (max-width: 575px) {
  .section-6-title {
	  font-size: 48px;
	  margin-bottom: 25px;
  }
  .section-6-desc {
	font-size: 18px;
  }
  .text-left{
     text-align:center;
  }
  .title-box h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
	margin-bottom:60px;
  }
  .value-desc{
    color: #212121;
    font-weight: 400;
    font-size: 18px;
    line-height: 190%;
    margin-bottom: 0;
  }
  header.masthead img {
    width: 294px;
	height: 55px;
  }

  
}


