﻿.text-image__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .text-image__item {
    padding: 0;
  }
}
.text-image__title {
  color: #5461a7;
  font-size: 20px;
  font-family: "IranSansMedium";
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 37px;
}
.text-image__phone {
  color: #b7da09;
  font-size: 30px;
  font-family: "IranSansMedium";
  margin-bottom: 28px;
}
.text-image__description {
  color: #787878;
  text-align: justify;
  text-align-last: center;
  line-height: 25px;
  font-size: 13px;
  height: 78px;
  overflow: hidden;
}
