@media (max-width: 500px) {
  .slider {
    display: none;
  }
}

.slider-mobile {
  display: none;
}
@media (max-width: 500px) {
  .slider-mobile {
    display: block;
  }
}
.slider-mobile div.item-slider-mobile {
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
}

.socials_icons a {
  padding: 12px;
  color: white;
  transition: 0.5s;
}
.socials_icons a:hover {
  text-decoration: none;
  background-color: white;
  color: #f65935;
}

/*# sourceMappingURL=custom.css.map */
