/*Common styles for fonts*/
.about-container {
  padding: 16px;
}

.about-heading {
  font-weight: 500;
  color: #485058;
  font-size: 16px;
  padding: 0 0 12px 0;
  font-family: "Roboto", segoe ui;
}

.list-heading {
  font-weight: 500;
  color: #485058;
  font-size: 16px;
  padding-bottom: 12px;
  font-family: "Roboto", segoe ui;
}

.about-description {
  text-align: justify;
  color: #485058;
  font-size: 13px;
  line-height: 24px;
  padding-bottom: 24px;
  font-family: "Roboto", segoe ui;
}

.about-component {
  color: #485058;
  font-size: 14px;
  padding-bottom: 24px;
  font-family: "Roboto", segoe ui;
}
.about-component li {
  line-height: 24px;
}

.control-item {
  color: #4a90e2;
  display: flex;
  line-height: 30px;
  display: inline-block;
  width: 168px;
}

.control-icon {
  font-size: 18px;
  margin-right: 15px;
}

.control-name {
  bottom: 3px;
  font-size: 14px;
  position: relative;
}

.about-component {
  margin-left: 20px;
}