@charset "UTF-8";

h3 {
  margin-bottom: 0;
}
.text-list p {
  margin-top: 0;
}

.front-icon {
  color: #FE9D2D;
  margin-right: 5px;
  font-weight: bold;
}

.bold-text {
  font-weight: bold;
}

@media(max-width: 899px) {
  .front-icon{
    margin-right: 3px;
  }
}