#contacts {
  color: #504e50;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 26px;
}

#contacts div.phone-icon{
    height: 39px;
    width: 39px;
    background-color: #1da1dd;
    color:FFF;
    border-radius: 5px;
}

#contacts span.phone-icon > img{
    height: 100%;
    width: 100%;
}

#contacts h2.section-title {
  color: #504e50;
  font-size: 41px;
  text-transform: none;
  font-weight: bold;
}

#contacts a.phone {
  color: #1da1dd;
  font-weight: normal;
  text-decoration: none;
}

#contacts span.or {
  font-weight: normal;
  font-size: 18px;
}

#contacts .order-btn {
  margin-top: 10px;
  background-color: #8d2175;
  color: white;
  border-radius: 0px;
  padding: 10px 15px;
}

#contacts .order-btn:hover {
  background-color: #a44d91;
  color: white;
}

#contacts .order-btn:focus, #contacts .order-btn:active{
  box-shadow: 0px 18px 36px 0px rgba(0,0,0,0.6);
}
