.banner{
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /* important need because background url is defined in php file */

  background-size: cover !important;
  background-position: center !important;

  position: relative;
  background-repeat: no-repeat !important;
}

.banner a:hover{
  text-decoration: none;
}

.banner-title{
  font-size: 38px;
  color: #FFFFFF;
  margin-bottom: 35px;

  line-height: 1.2em;
}
.banner-icon{padding: 0 10px;}

.banner-icon .ic{
  font-size: 30px;
  color: white;
}
.banner-icon .ic:hover{
  color: #86818D;
  font-size: 30px;

}

@media (max-width: 768px){
  .banner{text-align: center;}
  .banner-title{
    font-size: 26px;
    width: 320px;
  }
  .banner .bold{
    font-variation-settings: "wght" 600;
  }
}