#testy {
  background-image: url('img/lawyer2.jpeg'); background-size: cover;
}

#testy div:last-child img{
    width: 20px;
    height: 20px;
    border-radius: 50px;
}

#custom-img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

#features i {
  color: #0c6dfd;
}

.navbar i {
  color: #0c6dfd!important;
  font-size: 22px;
}

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
}


