@import "custom-variables/variables";
@import "../../bootstrap-4.0.0/scss/functions";
@import "../../bootstrap-4.0.0/scss/variables";
@import "../../bootstrap-4.0.0/scss/mixins";

@import "custom/breadcrumbs";
.solution-box {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  padding: 1.8rem;
  h1,h2,h3,h4,.h1,.h2,.h3,.h4 {
    margin-top: 1.8rem;
  }
}

.solution-box{
    ul {
        list-style: none;
        padding: 0;
        li {
            padding-bottom: 12px; 
            display: block;
            padding-left: 30px;
            position: relative;
            opacity: 0.9;
            &:last-child {
                padding-bottom: 0;
            }
            &:before {
                position: absolute;
                left: 0;
                top: 2px;
                font-family: 'icomoon';
                content: "\e92f";
                color: $primary;
            }
        }
    }
}
