
.footer {
  background-color: #000;
  min-height:300px;
  padding: 15vh 40px 15vh;
}

.footer_links {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-bottom: 20px;
}
.footer_links a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
}

.footer_links a:hover {
  color: #fff !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.footer_links img {
  width: 100px;
  height: auto;
}

.email_contact {
  margin-bottom: 20px;
  padding: 0px 0px 30px;
}
.email_contact span {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-right: 5px;
}
.email_contact a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
}
.email_contact a:hover {
  color: #fff !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.phone_contact {
  margin-bottom: 20px;
}
.phone_contact a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
}
.phone_contact a:hover {
  color: #fff !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.phone_contact span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.social_icons {
  margin:50px 0px;
}
.social_icons a { 
  margin-right: 25px;
}
.social_icons img {
  width: 30px;
  height: 30px;
}

.footer_copyright{
  text-align: center;
  background-color: #000 !important;
  padding: 30px 20px;
}

.footer_copyright > a {
  display: inline-block;
  text-align: center;
}

.footer_copyright > a > img {
  width: 100px;
  height: auto;
  display: block;
}
.footer_copyright > span {
  color: #fff;
  font-size: 12px;
  margin: 20px;
  display: block;
  font-weight: 600;
}