@charset "utf-8";

.cpe {
  margin-top: 80px;
}

.cpe_tittle {
  font-size: 28px;
  font-weight: 600;
  color: #024796;
  text-align: center;
}

.cpe_tittle img {
  max-width: 800px;
  margin-bottom: 30px;
}

.cpe_merit {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

.cpe_merit span {
  font-weight: 600;
  font-size: 20px;
  color: #024796;
}

.cpe_btn {
  margin-top: 80px;
}


@media screen and (max-width:768px){

  .cpe {
    margin-top: 40px;
  }

  .cpe_tittle {
    font-size: 22px;
    font-weight: 600;
    color: #024796;
    text-align: center;
  }

  .cpe_merit {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
  }

  .cpe_merit span {
    font-weight: 600;
    font-size: 18px;
    color: #024796;
  }


}

