.footer .footer_wrap .footerItem.-itemRight {
  background-color: transparent;
  margin: 0;
  max-width: 100%;
  width: fit-content;
  position: static;
  padding: 0;
  border-radius: 0;
}
.footer .footer_wrap .footer_item_new {
  margin-top: 10px;
  margin-left: auto;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .footer .footer_wrap .footer_item_new {
    margin-top: 20px;
    margin-left: 0;
    width: fit-content;
  }
}
.footer .footer_wrap .footer_item_new .instaBnr a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 15px 25px;
  border: 1px solid #f19149;
  border-radius: 10px;
}
.footer .footer_wrap .footer_item_new .instaBnr .img {
  display: block;
  width: 43px;
}
.footer .footer_wrap .footer_item_new .instaBnr .img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer .footer_wrap .footer_item_new .instaBnr p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
