/* FOOTER */
.gmap {
  height: 400px; }

.footer {
  background: whitesmoke;
  padding: 50px 0; }
  .footer .footer_title {
    font-weight: bold;
    font-size: 18px;
    border-bottom: solid 1px var(--primary-color);
    margin-bottom: 20px; }
  .footer .footer_columns {
    margin-bottom: 20px; }
  .footer ul li {
    font-size: 13px;
    margin-bottom: 5px;
    list-style: none;
    padding: 0;
    margin: 0; }
  .footer .copyright {
    margin-left: 20px;
    font-size: 10px;
    padding-top: 20px;
    border-top: solid 1px var(--primary-color);
    color: var(--primary-color); }
  .footer .custom-logo-link img {
    width: 50%;
    height: auto;
    margin: auto;
    margin-bottom: 15px;
    display: block; }
  .footer .whitebtn {
    background: var(--primary-color);
    padding: 5px 10px;
    color: white;
    display: block;
    width: max-content;
    margin: auto;
    border-radius: 2px; }
  .footer .footer_icon {
    margin-right: 5px;
    width: 30px; }
  .footer li {
    font-weight: bold;
    transition: all 0.2s;
    cursor: pointer; }
  .footer .footer_services {
    color: var(--primary-color);
    font-weight: bold; }
    .footer .footer_services > div {
      transition: all 0.2s; }
    .footer .footer_services a {
      display: block;
      padding: 7px 0; }
  .footer .footerA li {
    padding: 10px 0; }
    .footer .footerA li .tint-image {
      width: 20px;
      height: 20px;
      margin-right: 10px; }
    .footer .footerA li, .footer .footerA li > a {
      display: flex;
      align-items: center; }

@media screen and (max-width: 768px) {
  .footer_columns .center {
    margin: 40px 0; }

  .footer_columns .center img {
    max-width: 200px; } }
