.home-half{
  padding-top: 100px;
}
.bg-home{
  background-image: url('../images/bg-intro.jpg');
}
.home-cell-bottom img{
  margin-bottom: 100px;
}

.link-footer ul{
  padding-inline-start: 0;
  text-align: center;
  margin-top: 30px;
}
.link-footer ul li{
  display: inline-block;
  margin: 0 20px;
}
.link-footer ul li a{
  color: #333;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.bg-pattern-effect img{
  width: 100%;
}
@media(max-width: 767px){
  img{
    max-width: 100% !important;
  }
}