.primary-icon-block {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.primary-icon-block img {
  width: 70%;
  height: auto;
  max-height: 70%;
}

@media (max-width: 782px) {
  .primary-icon-block {
    width: 90px;
    height: 90px;
  }
}
