

.OrderPhoneLink img  {
    width: 20px;
}

.WhattsapPlaceHolder {
    display: inline-block;
    float: left;
    line-height: 2.7;
    margin: 0 25px;
}

.SubSecondSargelPlaceHolder {
    max-width: 1030px;
}

.CallPlaceHolder{
  text-align: left;
  padding-left: 20px;
  display: inline-block;
  float: left;
  padding: 10px 5px;
}

.OrderPhoneLink,
.OrderPhoneLink:hover,
.CallPlaceHolder{
  color:#595959;
  font-size:16px;
}

.OrderPhoneLink,
.OrderPhoneLink:hover {
  font-weight:bold;
  text-decoration:none;
}

.CallPlaceHolder:before{
  content: '';
  background: url('/images/pirsum/iconPhone.jpg') center no-repeat;
  background-size: 100%;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
}

@media only screen and (max-width:700px){
  .CallPlaceHolder{
    float: none;
    display: table;
    margin: auto;
    background: #ffffff;
    width: calc(100% - 10px);
    text-align: center;
  }
  
  .SecondSargelItem {
    width: calc((100% / 3) - 10px);
  }
}