@charset "UTF-8";


.footsps .txt-brandlink a:hover {
  opacity: .7;
  transition: opacity .3s;
}
.txt-brandlink {
  color: #fff;
}
.footsps {
  text-align: center;
}


@media print,screen and (min-width: 768px){

.footsps {
    text-align: center;
    top: 180px;
    position: relative;
    height: 150px;
}
.txt-brandlink {
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8666666667;
    letter-spacing: .05em;
    top: 100px;
  }

}


@media screen and (max-width: 767px){

.footsps {
    text-align: center;
    top: 250px;
    position: relative;
    height: 150px;
}
.txt-brandlink {
    font-size: 13px;
    line-height: 1.7142857143;
    margin: 0 auto;
    font-weight: 500;
    letter-spacing: .05em;
    padding: 0 10px;
}

}
