body {
  -ms-overflow-x: hidden; /* Standard property */
  -webkit-overflow-x: hidden; /* For older versions of Safari/Chrome */
  -moz-overflow-x: hidden; /* For older versions of Firefox */
  overflow-x: hidden; /* For Internet Explorer */
}
.footer {
  width: 100%;
  background-color: #f8f8f8;
  color: #000;
  padding: 0.5rem 0;
  flex-shrink: 0;
  border-top: 1px solid gray;
}
.kaerus_desc {
  font: normal 400 0.8rem 'Montserrat', Arial, sans-serif;
  padding: 0 3rem;
}
.kaerus_logo {
  max-height: 5rem;
  max-width: 100%;
  height: auto;
}
.footer-navigation {
  margin: 1.5rem 0 0 0;
}
.footer-navigation a {
  color: #000;
  text-decoration: none;
  font: normal 400 1rem 'Montserrat', Arial, sans-serif;
  display: flex;
  align-items: flex-start;
  padding-left: 8rem;
  flex-direction: column;
}
.footer-navigation a:hover {
  text-decoration: none;
  font: normal 500 1rem 'Montserrat', Arial, sans-serif;
}
.footer-get-in-touch {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 15rem;
}
.footer-get-in-touch a {
  font: normal 400 0.8rem 'Montserrat', sans-serif;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #b8c4fd;
}
.footer-get-in-touch b {
  font: normal 700 0.9rem 'Montserrat', sans-serif;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #b8c4fd;
}
.footer-get-in-touch p,
.footer-get-in-touch i {
  font-size: 0.8rem;
}
.footer-get-in-touch a:hover {
  text-decoration: none;
  border-bottom: 1px solid #000;
}

/* xxs */
@media (min-width: 320px) {
  .footer {
    width: 100%;
    background-color: #f8f8f8;
    padding: 0;
  }
  .kaerus_desc {
    font: normal 400 0.7rem 'Montserrat', Arial, sans-serif;
    padding: 0 1.5rem;
  }
  .kaerus_logo {
    margin-top: 1rem;
    max-height: 5rem;
    max-width: 100%;
    height: auto;
  }
  .footer-navigation {
    margin: -1rem 0 0.5rem 0;
  }
  .footer-navigation a {
    font: normal 400 0.7rem 'Montserrat', Arial, sans-serif;
    display: flex;
    align-items: flex-start;
    padding-left: 2.3rem;
    flex-direction: column;
  }
  .footer-navigation a:hover {
    font: normal 500 0.7rem 'Montserrat', Arial, sans-serif;
  }
  .footer-get-in-touch {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 3rem;
  }
  .footer-get-in-touch a {
    font: normal 400 0.7rem 'Montserrat', sans-serif;
    border-bottom: 1px solid #b8c4fd;
  }
  .footer-get-in-touch b {
    font: normal 700 0.8rem 'Montserrat', sans-serif;
  }
  .footer-get-in-touch p,
  .footer-get-in-touch i {
    font-size: 0.7rem;
  }
}
/* xs */
@media (min-width: 475px) {
  .footer {
    width: 100%;
    background-color: #f8f8f8;
    padding: 0;
  }
  .kaerus_desc {
    font: normal 400 0.7rem 'Montserrat', Arial, sans-serif;
    padding: 0 3rem;
  }
  .kaerus_logo {
    max-height: 5rem;
    max-width: 100%;
    height: auto;
  }
  .footer-navigation {
    margin: -0.5rem 0 1rem 0;
  }
  .footer-navigation a {
    font: normal 400 0.7rem 'Montserrat', Arial, sans-serif;
    display: flex;
    align-items: flex-start;
    padding-left: 4rem;
    flex-direction: column;
  }
  .footer-navigation a:hover {
    font: normal 500 0.7rem 'Montserrat', Arial, sans-serif;
  }
  .footer-get-in-touch {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 4.5rem;
  }
  .footer-get-in-touch a {
    font: normal 400 0.7rem 'Montserrat', sans-serif;
    border-bottom: 1px solid #b8c4fd;
  }
  .footer-get-in-touch b {
    font: normal 700 0.8rem 'Montserrat', sans-serif;
  }
  .footer-get-in-touch p,
  .footer-get-in-touch i {
    font-size: 0.7rem;
  }
}

/* sm */
@media (min-width: 640px) {
  .footer {
    width: 100%;
    background-color: #f8f8f8;
    padding: 0;
  }
  .kaerus_desc {
    font: normal 400 0.8rem 'Montserrat', Arial, sans-serif;
    padding: 0 3rem;
  }
  .kaerus_logo {
    max-height: 5rem;
    max-width: 100%;
    height: auto;
  }
  .footer-navigation {
    margin: 0.5rem 0 1.5rem 0;
  }
  .footer-navigation a {
    font: normal 400 0.8rem 'Montserrat', Arial, sans-serif;
    display: flex;
    align-items: flex-start;
    padding-left: 4rem;
    flex-direction: column;
  }
  .footer-navigation a:hover {
    font: normal 500 0.8rem 'Montserrat', Arial, sans-serif;
  }
  .footer-get-in-touch {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 4.5rem;
  }
  .footer-get-in-touch a {
    font: normal 400 0.8rem 'Montserrat', sans-serif;
    border-bottom: 1px solid #b8c4fd;
  }
  .footer-get-in-touch b {
    font: normal 700 0.9rem 'Montserrat', sans-serif;
  }
  .footer-get-in-touch p,
  .footer-get-in-touch i {
    font-size: 0.8rem;
  }
}

/* md */
@media (min-width: 768px) {
  .footer {
    width: 100%;
    background-color: #f8f8f8;
    padding: 0;
  }
  .kaerus_desc {
    font: normal 400 0.9rem 'Montserrat', Arial, sans-serif;
    padding: 0 2rem;
  }
  .kaerus_logo {
    max-height: 4rem;
    max-width: 100%;
    height: auto;
  }
  .footer-navigation {
    margin: 1rem 0 1.5rem 0;
  }
  .footer-navigation a {
    font: normal 400 0.9rem 'Montserrat', Arial, sans-serif;
    display: flex;
    align-items: flex-start;
    padding-left: 4rem;
    flex-direction: column;
  }
  .footer-navigation a:hover {
    font: normal 500 0.9rem 'Montserrat', Arial, sans-serif;
  }
  .footer-get-in-touch {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 4.5rem;
  }
  .footer-get-in-touch a {
    font: normal 400 0.9rem 'Montserrat', sans-serif;
    border-bottom: 1px solid #b8c4fd;
  }
  .footer-get-in-touch b {
    font: normal 700 1rem 'Montserrat', sans-serif;
  }
  .footer-get-in-touch p,
  .footer-get-in-touch i {
    font-size: 0.9rem;
  }
}

/* lg */
@media (min-width: 1024px) {
  .footer {
    width: 100%;
    background-color: #f8f8f8;
    padding: 0.5rem 0;
  }
  .kaerus_desc {
    font: normal 400 0.7rem 'Montserrat', Arial, sans-serif;
    padding: 0 1rem;
  }
  .kaerus_logo {
    max-height: 4rem;
    max-width: 100%;
    height: auto;
  }
  .footer-navigation {
    margin: 0.5rem 0 0 0;
  }
  .footer-navigation a {
    font: normal 400 0.7rem 'Montserrat', Arial, sans-serif;
    display: flex;
    align-items: flex-start;
    padding-left: 8rem;
    flex-direction: column;
  }
  .footer-navigation a:hover {
    font: normal 500 0.7rem 'Montserrat', Arial, sans-serif;
  }
  .footer-get-in-touch {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 8rem;
  }
  .footer-get-in-touch a {
    font: normal 400 0.7rem 'Montserrat', sans-serif;
    border-bottom: 1px solid #b8c4fd;
  }
  .footer-get-in-touch b {
    font: normal 700 0.8rem 'Montserrat', sans-serif;
  }
  .footer-get-in-touch p,
  .footer-get-in-touch i {
    font-size: 0.7rem;
  }
}

/* xl */
@media (min-width: 1280px) {
  .footer {
    width: 100%;
    background-color: #f8f8f8;
    padding: 0.5rem 0;
  }
  .kaerus_desc {
    font: normal 400 0.8rem 'Montserrat', Arial, sans-serif;
    padding: 0 2.5rem;
  }
  .kaerus_logo {
    max-height: 5rem;
    max-width: 100%;
    height: auto;
  }
  .footer-navigation {
    margin: 1.5rem 0 0 0;
  }
  .footer-navigation a {
    font: normal 400 0.8rem 'Montserrat', Arial, sans-serif;
    display: flex;
    align-items: flex-start;
    padding-left: 8rem;
    flex-direction: column;
  }
  .footer-navigation a:hover {
    font: normal 500 0.8rem 'Montserrat', Arial, sans-serif;
  }
  .footer-get-in-touch {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 10rem;
  }
  .footer-get-in-touch a {
    font: normal 400 0.8rem 'Montserrat', sans-serif;
    border-bottom: 1px solid #b8c4fd;
  }
  .footer-get-in-touch b {
    font: normal 700 0.9rem 'Montserrat', sans-serif;
  }
  .footer-get-in-touch p,
  .footer-get-in-touch i {
    font-size: 0.8rem;
  }
}

/* 2xl */
@media (min-width: 1536px) {
  .footer {
    width: 100%;
    background-color: #f8f8f8;
    padding: 0.5rem 0;
  }
  .kaerus_desc {
    font: normal 400 0.8rem 'Montserrat', Arial, sans-serif;
    padding: 0 2.5rem;
  }
  .kaerus_logo {
    max-height: 5rem;
    max-width: 100%;
    height: auto;
  }
  .footer-navigation {
    margin: 1.5rem 0 0 0;
  }
  .footer-navigation a {
    font: normal 400 0.8rem 'Montserrat', Arial, sans-serif;
    display: flex;
    align-items: flex-start;
    padding-left: 8rem;
    flex-direction: column;
  }
  .footer-navigation a:hover {
    font: normal 500 0.8rem 'Montserrat', Arial, sans-serif;
  }
  .footer-get-in-touch {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 10rem;
  }
  .footer-get-in-touch a {
    font: normal 400 0.8rem 'Montserrat', sans-serif;
    border-bottom: 1px solid #b8c4fd;
  }
  .footer-get-in-touch b {
    font: normal 700 0.9rem 'Montserrat', sans-serif;
  }
  .footer-get-in-touch p,
  .footer-get-in-touch i {
    font-size: 0.8rem;
  }
}
