.priceCard{
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid rgba(128, 130, 133, 0.34);
  background: #F9F9F9;
  align-items: center;
  justify-content: center;
    padding: 20px;
  margin-bottom: 20px;
  width: 100vw;
}

.priceImg{
  display: flex;
  justify-content: center;
  max-width: 50px;
}

.titleCard{
height: 24.5vh;
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-bottom: 20px;
}

.cardServices{
border-radius: 8px;
  background: rgba(231, 231, 231, 0.84);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.elementHover, .elementHover2{
  transition: ease all 0.3s;
}
.elementHover:hover{
transform: scale(0.97)
}

.elementHover2:hover{
transform: scale(1.1)
}

.blockChecker{
margin-top: 18%;
}

@media (max-width: 820px) {
.blockChecker{
margin-top: 15%;
}

@media (max-width: 768px) {
.blockChecker{
margin-top: 5%;
}
}