.uslugi__img__title img {
  text-decoration: none;
  border-width: 2px;
  border-radius: 40px;
  background-color: #f7ebe7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.uslugi__img__title img:hover {
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow:0 0 10px #000; 
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.uslugi__img__title a {
  text-decoration: none;
  color: #5c2b2b;
  font-size: 18px;
  font-family: 'Montserrat',Arial,sans-serif;
  font-weight: 500;
}
.uslugi__img__title a:hover {
  color: rgb(225, 94, 113);
}
.uslugi__img__title p {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
} 

@media (max-width: 575px) {
  .uslugi-text {
    font-size: 0.7rem;  
  }    
  .h2 {
    font-size: 20px;
  }
  .uslugi__img__title img {
    width: 50%;
    height: auto;
    margin-left: 25%;
    margin-right: 25%;
  }
  .uslugi__img__title a {
    font-size: 16px;
  }
}