/* Add here all your CSS customizations */

arrow-style {
  margin: 0 0 22px;
  padding: 0 0 0 60px;
}

.arrow-style li::before {
  content: "\f046";
  display: block;
  font-family: FontAwesome;
  color: #71fc08;
  left: 0;
  position: absolute;
  top: 5px;
}

.rounded {
  border-radius: .45px;
    
}

