.phone {
  color: azure;
  margin-top: 20px;
  margin-right: 20px;
  text-align: center;
  text-shadow: 0px 0px 5px #fff, 0px 0px 7px #fff;
  font-size: 50px;
}
.helal {
  border-radius: 30px;
  margin: 15px;
}
.phonetext {
  color: rgb(216, 215, 215);
}
.text-center {
  text-align: center;
}
.col-md-3 {
    display: flex;
    justify-content: center; /* Center content horizontally in the col */
    align-items: center; /* Center content vertically in the col */
}

.helal {
  width: 100%;
  aspect-ratio: 4.7 / 3; /* Adjust this ratio as needed */
  object-fit: cover; /* Ensures the image scales properly */
}
.back3 {
  background-color: #c05401;
  border-radius: 10px;
  text-align: right;
  height: 100%;
  vertical-align: baseline;
  padding: 10px;
  font-family: "IRANSans" !important;
  font-size: 15px;
  width: 290px;
  height: 80px;
  margin-top: 10px;
  display: table-cell;
  border: #fff 2px solid;
}
.span {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: x-large;
    padding-right: 20px;
  }