.service{
      padding: 60px 0;
     .section_header{
         text-align: center;
          h2{
            font-size: 34px;
            font-weight: 600;
            color: $black;
            padding-bottom: 10px;
          }
          p{
            font-size: 15px;
            color: $text;
            text-align: center;
            padding: 0 350px;
          }
     }
    .service_wrapper{
           padding-top: 50px;
          .service_wrap{
              text-align: center;
              padding: 20px;
              box-shadow: 2px 0.532px 1px 1px rgba(0,0,0,0.1);
              border-radius: 10px;
              i{
                height: 95px;
                width: 100px;
                font-size: 40px;
                border-radius: 8px; 
                background-color: $primaryColor;
                color: $white;
                text-align: center;
                line-height: 95px;
              }
              h4{
                color: $black;
                padding-top: 15px;
              }
              p{
                font-size: 15px;
                color: $text;
                text-align: center;
                padding: 10px 50px;
              }
          }
    }
}