.display, .footer_2, .line_footer, .footer_1, .SocialMedia, .BoxContentSocialMedia, .button i, .footer_1 .FooterContact a i, .button, .footer_1 .FooterContact a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button, .footer_1 .FooterContact a {
  border-radius: 10px;
  font-size: 1.5em;
  height: 60px;
}
.button i, .footer_1 .FooterContact a i {
  border-radius: 10px;
  font-size: 50px;
  width: 60px;
  height: 100%;
}
.button span, .footer_1 .FooterContact a span {
  width: calc(100% - 60px);
  font-weight: 600;
}

.BoxContentSocialMedia {
  background-color: #ff4747;
  flex-wrap: wrap;
}

.SocialMedia {
  width: 25%;
  height: 90px;
  color: #fff;
  text-decoration: none;
}
.SocialMedia i {
  font-size: 2em;
  margin-right: 10px;
}
.SocialMedia span {
  font-weight: 600;
}
.SocialMedia:hover {
  background-color: #e63c3f;
}
@media screen and (max-width: 768px) {
  .SocialMedia {
    width: 50%;
  }
  .SocialMedia i {
    font-size: 3.2em;
  }
}

footer {
  background-color: #3a3b3c;
}

.footer_1 {
  padding: 30px 0;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .footer_1 {
    flex-direction: column;
  }
}
.footer_1 .FooterImage img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .footer_1 .FooterContact {
    margin: 20px 0;
  }
}
.footer_1 .FooterContact h3 {
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}
.footer_1 .FooterContact a {
  font-size: 0.9em;
  background-color: #ff4747;
  color: #fff;
}
.footer_1 .FooterContact a i {
  font-size: 2.5em;
  background-color: #e63c3f;
}
.footer_1 .FooterContact a span {
  width: 200px;
  text-align: center;
  font-weight: 500;
  font-size: 1.2em;
}

.line_footer {
  margin: 30px 0;
}
.line_footer hr {
  width: 60%;
  height: 2px;
  background-color: #fff;
  border: 0;
}

.footer_2 {
  justify-content: space-around;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  padding: 10px 0;
}
.footer_2 a {
  margin: 20px 0;
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .footer_2 {
    flex-direction: column;
  }
}