footer .vw-text,
footer .copyright,
footer .term-link a {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: 1.2px;
  color: #ed7692; }

footer {
  background-color: #ededed;
  padding-top: 32px;
  padding-bottom: 32px; }

footer .vw-text {
  color: #696969; }

footer .border-top {
  border-color: #ea597a !important; }

footer .copyright,
footer .term-link a {
  font-weight: normal;
  color: #969696 !important; }

.term-link:first-child {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px; }

.term-link:last-child {
  -ms-flex-preferred-size: 107px;
  flex-basis: 107px; }

.social-link {
  width: 32px;
  height: 32px;
  background-color: #696969;
  border-radius: 50%;
  margin-left: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.social-link img {
  -o-object-fit: contain;
  object-fit: contain; }

.social-link .youtube {
  width: 22px;
  height: 22px; }

.social-link .line {
  width: 20px;
  height: 19px; }

.social-link .ig {
  width: 20px;
  height: 20px; }

.social-link .fb {
  width: 8px;
  height: 16px; }

.social-link .mail {
  width: 19px;
  height: 16px; }

@media (min-width: 769px) {
  .term-link a:hover {
    color: #ea597a !important; } }

@media (max-width: 480px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px; }
  footer .copyright {
    font-size: 10px;
    padding-top: 5px;
    letter-spacing: 0;
    display: inline-block;
    width: 100%;
    white-space: nowrap; }
  footer .vw-text {
    line-height: 1.3; } }
