/* Screens no smaller than a large phone */

/****************************************
* Home billboard
****************************************/

.home-billboard h1 {
  font-size: 30px;
}

.home-billboard .content h2 {
  margin: .5rem 0;
  font-size: 18px;
}

.home-billboard .content p {
  font: normal 500 17px/1.4em var(--fni-font-3);
}

.home-billboard img {
  max-width: 100px;
}

/****************************************
* Service billboard
****************************************/

.service-billboard .wrapper,
.service-billboard .inner-box {
  padding: 2rem;
}

/****************************************
* Reviews
****************************************/

.reviews .review:nth-of-type(-n + 2) {
  border-top: none;
}

.reviews .review:nth-of-type(odd) {
  border-right: 1px solid #efefef;
}

/****************************************
* Articles
****************************************/

.articles .card:nth-child(2) {
  display: block;
}