   .row_am{
      padding: 60px 0!important;
    }
    p{
      text-align: justify;
    }
    .bred_crumb{
      min-height: 109px;
    }
    .bred_crumb::after{
      background-image: none!important;
    }
    .app_solution_section .app_images::before{
      width: auto!important;
      height: auto!important;
    }
    .cat_{
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 2px;
    text-align: center;
    margin-bottom: 20px;
}



.cat_ p{
    text-align: center;
    font-size: 12px;
    background: #fff;
    color: #c30101;
    padding: 0px 21px;
    margin: 0;
    border-radius: 5px;
    height: 44px;
    padding-right: 18px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 15px;
}

.cat_ img {
    width: auto;
    height: 110px;
    padding: 6px;
}

@media only screen and (min-width: 800px) and (max-width: 991px) {
  .cat_ img {
    width: 100%;
    height: auto;
    padding: 6px;
}

}
@media only screen and (max-width: 600px) {
  .cat_ img {
    width: auto;
    height: 130px;
    padding: 6px;
}
    .cat_ p{
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
    }
  }