.the-title {
  color: #28313F;
  font-family: "Roboto", Sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0px 0px 20px 0px;
}

.the-divider {
  width: 50%;
  border-bottom: 1px solid #262828;
  opacity: 1;
  margin-top: 15px;
  margin-bottom: 15px;
  margin: auto;
}

.the-desc {
  text-align: left;
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding: 20px 0px 0px 0px;
  margin: 0 0 1.5em;
}

.the-btn {
  color: #fff;
  font-family: "Sarabun", Sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: #38AFD9;
  border-radius: 30px 30px 30px 30px;
  text-transform: none;
  width: 180px;
}

.the-btn:hover {
  color: #fff;
  font-family: "Sarabun", Sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: #38AFD9;
  border-radius: 30px 30px 30px 30px;
  text-transform: none;
  width: 180px;
}