footer {
  background: #fff;
}

.logo_1daygift_footer {
  display: inline-block;
}

.logo_1daygift_footer img {
  width: 90px;
  margin:0 auto;
}

.group-txt-mobile h2 {
  font-size: 16px;
  margin-top: 12px;
  font-family: var(--fontSemiBold);
}

.group-txt-mobile p {
  font-size: 14px;
  margin-top: 12px;
  line-height: 1.65;
}

.footer-col h2 {
  font-size: 16px;
  font-family: var(--fontSemiBold);
  margin-bottom: 16px;
}

.footer-col ul li {
  padding:0 0 8px;
}
.footer-col ul li a {
  font-size: 14px;
  display: inline-block;
  position: relative;
}

.footer-col ul li a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #000;
  bottom:0;
  left:0;
  transition: width 0.2s ease;
}

.footer-col ul li a:hover:before {
  width: 100%;
} 

.footer-col p {
  font-size: 14px;
  line-height: 1.85;
}



.services {
  background: #0054D0;
  height: 70px;
  pointer-events: none;
}


.swiper-services .swiper-wrapper {
  transition-timing-function: linear;
  /* justify-content: space-between; */
 }

 .swiper-services .swiper-slide {
  width: auto;
  white-space: nowrap;
 }


@media(max-width:767px){
  .footer-col ul li a {
    font-size: 12px;
  }
}

@media(max-width:639px){
  .footer-col {
    margin-bottom: 24px;
  }

  .footer-col h2 {
    margin-bottom: 12px;
  }

  .footer-col ul li {
    padding: 0 0 6px;
}
}


@media(max-width:639px){
  .services {
    height: 64px;
  }
}