/* This section is for the TITLE HEAD picture and contents */

.pc_head_container {
  margin-top: -30px;
}

@media (min-width: 1200px) {
  .pc_head_container {
    margin-top: -120px;
    margin-bottom: 40px;
  }
}

.pc_head_title {
  font-size: 1.7rem;
  color: rgb(0,0,0);
  font-weight: 800;
  text-shadow: 1px 1px 2px rgb(198,198,198);
}

.pc_head_discription {
  font-size: 1.1rem;
  color: rgb(0,0,0);
  font-weight: 400;
  text-shadow: 1px 1px 2px rgb(204,204,204);
  margin-bottom: 20px;
}

/* Steps */

.pc_steps_head {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 800;
  color: #387bff;
}

.pc_steps_div {
  margin: 40px 0 40px 20px;
}

.pc_steps_number {
  font-size: 20px;
  color: #163f59;
}

.pc_steps_image {
  height: 180px;
  width: 180px;
}

/* Comission */

.pc_comission_image {
  height: 250px;
  width: 200px;
}

