/* footer */
.footer_bg {
  background-color: #ffcb47;
  padding: 1% 0;
}
.footer_bg p {
  text-align: center;
  color: #ffff;
  font-weight: 700;
}

.icon_group {
  display: flex;
  justify-content: center;
  gap: 1%;
  margin-bottom: 1%;
}
@media screen and (max-width: 786px) {
  .icon_group {
    gap: 3%;
  }
}

.icon_hover :hover {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
}

@media screen and (max-width: 500px) {
  .icon_group {
    padding: 2% 0;
  }
  .icon_group li img {
    max-width: 100%;
  }
  .cr_text {
    margin-bottom: 2%;
  }
}
