.key_props
 {
  border: solid 4px #0174ff;
 }

@media screen and (max-width: 600px)
 {
  .key_props
   {
    min-width: unset;
   }
 }

.key_props td
 {
  vertical-align: top;

  padding: 8px 15px;

  text-align: center;
 }

.key_props td .top_text
 {
  font-size: 16px;
  font-family: "Rubik";

  color: #929aa3;
 }

.key_props td .down_text
 {
  font-size: 22px;
  font-family: "Rubik";
  font-weight: 400;

  color: #565F68;
 }

@media screen and (max-width: 510px)
 {
  .key_props td
   {
    display: block;
   }
 }