.icon-text-column p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #060606BF;
}
.icon-text-column .border-row p {
  font-size: 12px;
  line-height: 100%;
  font-weight: 500;
}
@media (max-width:767px) {
  .icon-text-column .icon-card>div:first-child {
    max-width: 120px;
    width: 100%;
  }

  .icon-text-column .icon-card>div:first-child img {
    max-width: 50px;
    width: 100%;
    height: auto;
  }

  .icon-text-column .icon-card .contact-block {
    width: 100%;
  }

  .icon-text-column p {
    font-size: 18px;
  }
}