.img-item a {
    width: 100%;
  }
  .serivces-img {
    max-width: 166px;
    height: 361px;
    overflow: hidden;
    position: relative;
    margin: 30px 0;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    border: 11px solid #e7e6e6;
    box-shadow: -3px 6px 12px 1px #777;
  }
  .serivces-img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }


  @media(max-width:991px){
    .services-text {
        margin-top: 0px;
        text-align: center;
      }
      .serivces-img {
        margin: auto;
      }
      .btnsubmit {
        margin-top: 20px;
      }
  }