@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

hr {
  border-color: #d2d2d2;
}

.navbar {
  background-color: #fff;
}

.button-container {
  background: #f7f7f7;
  padding: 60px 25px 25px 25px;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:hover .info-item {
  color: #000;
}

.info-item {
  border: 1px solid #d7d8ea;
  box-shadow: 0 0 20px -16px #000;
  border-radius: 8px;
  padding: 35px 15px 15px 15px;
  cursor: pointer;
  min-height: 150px;
  z-index: 2;
  font-size: 16px;
  min-height: 100%;
}

.info-item:hover {
  border: none;
  background-color: rgba(115, 195, 250, 0.46);
}

.info-item:hover::before {
  background-color: transparent;
}

.info-item h3 {
  font-size: 24px;
  font-weight: bold;
}

.info-item::before {
  display: block;
  position: absolute;
  top: -25px;
  width: 53px;
  height: 50px;
  content: '';
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.dog-on-lead::before {
  background-image: url('../img/dog-on-lead.png');
}

.bark::before {
  background-image: url('../img/bark.png');
}

.conference::before {
  background-image: url('../img/conference.png');
}

.dog-contract::before {
  background-image: url('../img/dog-contract.png');
}

.dog-with-ball::before {
  background-image: url('../img/dog-with-ball.png');
}

.dog-with-person::before {
  background-image: url('../img/dog-with-person.png');
}

.pictures::before {
  background-image: url('../img/pictures.png');
}

.vet::before {
  background-image: url('../img/veterinary.png');
}

.footer {
  font-size: 12px;
  color: #8a94a6;
}

.footer h4 {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer ul li {
  line-height: 2;
}

.footer ul a {
  color: #8a94a6;
}

.footer i {
  text-align: right;
}

.footer i::before {
  color: #8a94a6;
}
