footer{
  background-color: #fff;
}

.footer-5color{
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
  }
  .footer-5color:before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(
      to right, 
      #FFCE00 0%, #FFCE00 20%, 
      #FF321D 20%, #FF321D 40%, 
      #00B70D 40%, #00B70D 60%, 
      #6444FF 60%, #6444FF 80%, 
      #00C1DC 80%, #00C1DC 100%
    );
  }


  .footer-logo-img{
    width: 72%;
    margin: 40px auto 35px;
    display: block;
    transform: translateX(8px);
  }

  .footer-insta {
    text-align: center;
    margin-bottom: 24px;
  }

  .footer-insta a{
    width: 11.5%;
    display: inline-block;
    text-align: center;

  }

  .footer-insta p{
    font-size: .18rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.11em;
  }

  .copyright{
    font-weight: 500;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 28px;
    font-size: .12rem;
    letter-spacing: 0.1em;
  }



@media screen and (min-width:768px) {
  .footer-logo-img {
    width: 70%;
    margin: 50px auto 47px;
  }
  .footer-insta {
    margin-bottom: 33px;
  }
}