.footer {
  /* background: rgb(201, 201, 201);
  padding-top: 1.5rem; */
  border-radius: 1.5rem;
  position: relative;
  z-index: 2;
}

.footer_wrapper {
  background: #dfdfdf;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer_left {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  /* background: purple; */
  width: 100%;
}
.footer_left img {
  width: 100px;
  margin-bottom: 0.5rem;
}
.social_icon {
  width: 22px;
}
.social_icons_wrapper .social_icons_list {
  display: flex;
  gap: 6px;
  flex-direction: column;
}
.social_icons_wrapper .social_icons_list a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
/* .social_icons_wrapper{
    background: gray;
} */
.footer_right {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
}
.footer_links a {
  display: block;
  font-weight: 500;
}
.copyright {
  padding-top: 1rem;
  border-top: 1px solid #a3a3a3;
  font-size: 13px;
}
.footer_contain {
  display: flex;
  gap: 11px;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}
