.boxphone {
    height: auto;
    margin: auto;
    padding: 0px;
    background: white;
    float: left;
}

.boxphone .content {
  vertical-align: middle;
  overflow: hidden;
  height: auto;
}

.boxphone .content p {
  overflow: visible;
  text-align: justify;
}

.boxphone .content p span {
  font-size: 20px;
}

.boxphone img {
  width: 100%;
}

.boxphone .content .picture{
  background: url('../../images/phonecall.png');
  height: 104px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
