#content > .container {
	padding-top: 0;
	padding-bottom: 0;
}

#column-left {
  width: 647px;
}

#column-right {
    background-color: #1f1f1f;
    border-radius: 8px 0 0;
    color: #fff;
    padding-bottom: 15px;
    width: 323px;
}
#column-right .h2 {
    font-size: 20px;
    font-weight: 800;
    text-align: justify;
    text-transform: uppercase;
}
#column-right .h3 {
    font-size: 16px;
    font-weight: 800;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
}

h1, h2 {
 color: #1F1F1F;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.color-blue {
    color: #346899;
}

form .h2 {
 color: #1F1F1F;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}