.tn-atom__html > button:nth-child(1) {
  width: 168px;
  height: 34px;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Arial',Arial,sans-serif;
  line-height: 1.55;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px 10px 10px 10px;
  background-color: #ff7300;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border-color 0.2s ease-in-out;
}