/* Custom Styles */
i.fa.fa-arrow-circle-right {
    margin-left: 10px;
}

.footer a.link-list__link::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-right: 8px;
    display: inline-block;
    font-size: 12px;
}

div#block-1758688089622 {
    text-align: center;
    margin-top: -14px;
    font-size: 16px;
}

div#block-1758688071031 {
    padding: 5px;
}
@media(max-width:767px){

.footerimage {
    text-align: center !important;
}


.social-icons--1770797270642 .social-icons__icons {
    justify-content: center;
}

.header__content--desktop {
    padding: 15px 0;
}
}
/* Simple places to start - card hover effect */
#section-1606258510000 .block {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#section-1606258510000 .block:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(15,25,37,0.10) !important;
}
