/* Add custom CSS styles below */ 
.custom-insta-float{
  position: fixed;
  right: 18px;
  bottom: 110px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f58634;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
  z-index: 9999;
}

.custom-insta-float svg{
  width: 28px;
  height: 28px;
  display: block;
}

@media (max-width: 768px){
  .custom-insta-float{
    right: 14px;
    bottom: 110px;
    width: 54px;
    height: 54px;
  }
}