.department{
    padding: 100px 0;
      .departmet_wrapper{
             .department_item{
                 background-color: #f9703a;
                 padding: 75px 0 80px 0;
                 border-radius: 7px;
                 margin-top: 20px;
                   .departmentImg{
                       img{
                           width: 70px;
                           height: 70px;
                       }
                   }
                   .department_text{
                       padding-top: 40px;
                       h4{
                        font-family: $worksans;
                        font-size: 30px;
                        font-weight: 600;
                        color: $black;
                        line-height: 28px;  
                       }
                   }
             }
      }
}