footer a {
	text-decoration: none;
	color: rgb(176, 222, 237);
	font-size:1.3rem;
  }

.footer_menu_mobile.footer-agents-menu {
  display: grid !important;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.footer-agent-link,
.footer-agent-discover {
  display: block;
  max-width: 19rem;
  text-decoration: none;
}

.footer-agent-link strong,
.footer-agent-link small {
  display: block;
}

.footer-agent-link strong {
  color: var(--main-color-lightblue);
  font-family: UbuntuThin, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.28;
}

.footer-agent-link small {
  margin-top: 0.08rem;
  color: rgba(176, 222, 237, 0.72);
  font-family: UbuntuThin, sans-serif;
  font-size: 0.92rem;
  line-height: 1.28;
}

.footer-agent-discover {
  margin-top: 0.3rem;
  color: var(--main-color-red) !important;
  font-family: UbuntuBold, sans-serif;
  font-size: 0.92rem;
}

.footer-agent-discover span {
  display: inline-block;
  margin-left: 0.2em;
  transition: transform 180ms ease;
}

.footer-agent-link:hover strong,
.footer-agent-discover:hover {
  color: #fff !important;
}

#footer .footer-agent-link:hover,
#footer .footer-agent-link:hover strong,
#footer .footer-agent-link:hover small {
  font-weight: 400 !important;
}

#footer .footer_menu_mobile.footer-agents-menu a {
  line-height: 1.28;
}

.footer-agent-discover:hover span {
  transform: translateX(0.25em);
}

  .newsletter{
    /* margin-top: 3vmin; */
  }

  .clickable{
    cursor: pointer;
  }

  .footer-bottom-left-logo{
    width: clamp(50px, 5vmin, 80px);
  }

@media screen and (max-width: 912px) {
 .column-texts {
          display: flex;
          flex-direction: row;
        }
        /* .column-texts :nth-child(1) { order: 3; }
        .column-texts :nth-child(2) { order: 4; }
        .column-texts :nth-child(3) { order: 5; }
        .column-texts :nth-child(4) { order: 6; }
        .column-texts :nth-child(5) { order: 1; } */
}

 

@media (orientation: landscape) and (max-width: 912px){
.column-texts {
   display: block;  
}
.footerNav_head {
  width: 90vw;
}
.footerNav_link {
  width: 90vw;
}

  .footer_menu_mobile.footer-agents-menu {
    margin-left: 50px;
  }
}

@media (max-width: 992px) {
  .footer_menu_mobile.footer-agents-menu {
    display: none !important;
  }

  .footer_menu_mobile.footer-agents-menu.open {
    display: grid !important;
  }
}
