.service{
      padding: 60px 0;
     .section_header{
          h2{
            font-size: 34px;
            font-weight: 600;
            color: $black;
            padding-bottom: 10px;
          }
          p{
            font-size: 15px;
            color: $text;
          }
     }
    .service_wrapper{
           padding-top: 50px;
          .service_wrap{
              padding: 20px;
              box-shadow: 2px 0.532px 1px 1px rgba(0,0,0,0.1);
              border-radius: 10px;
              i{
                height: 85px;
                width: 85px;
                font-size: 34px;
                border-radius: 50%; 
                background-color: $primaryColor;
                color: $white;
                text-align: center;
                line-height: 85px;
              }
              .card_2{
                background-color: #FFB907;
              }
              .card_3{
                background-color: #FC7C61;
              }
              .card_4{
                background-color: #75C9F8;
              }
              h4{
                color: $black;
                padding-top: 28px;
                font-size: 20px;
              }
              h5{
                font-size: 15px;
                color: $text;
                font-weight: 400;
                line-height: 16px;
              }
          }
    }
}