.cc_form_inner .form_group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.cc_form_inner .form_group button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px
}
.cc_proposal_form_two .ccpf_wrapper {
  display: flex;
  flex-direction: row;
}
.cc_proposal_form_two .left_column, .cc_proposal_form_two .right_column {
  width: 50%;
  flex: 0 0 auto;
}
.left_heading h3 {
  font-size: 48px;
}
.cc_proposal_form_two .left_column {
  padding: 100px;
}
.cc_proposal_form_two .left_column label,
.cc_proposal_form_two .left_column input {
  width: 100%;
}
.cc_proposal_form_two .right_column {
  background-color: #1A253A;
  padding: 100px;
}
.right_heading h3 {
  font-size: 60px;
}
.right_heading h3,
.right_heading p,
.right_features li h5,
.right_features li p {
  color: white;
}
.right_features li h5 {
  margin-top: 0;
}
.right_column ul.right_features {
  list-style: none;
  padding-left: 40px;
}
.right_column ul.right_features li {
  position: relative;
}
.right_column ul.right_features li::before {
  content: '\f00c';
  font-family: 'Fontawesome';
  position: absolute;
  left: -40px;
  top: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2cbc76;
  color: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}