.logo {
  width: 35%;
  height: auto;
  display: block;
  position: relative;
}

.product_category_section {
  background-image: url(../images/about_background.png);
  background-size: cover;
  width: 100%;
  height: auto;
}

.product_category_section .headlines {
  text-align: center;
  font-size: 2.0em;
  font-weight: bold;
  color: #ffffff;
  
}

.product_category_section .subheading {
  text-align: center;
  font-size: 1.5em;
  display: block;
  color: white;
}

.main-header {
  text-align: center;
  padding-top: 3%;
  padding-bottom: 3%;

}

.formsrow{
  padding: 3px;
}

.formsrow span {
  font-weight: bold;
  font-size: 12px;
}

.tcs {
  font-size: 14px;
}