.pc-footer {
  background: #0d0d0d;
  width: 100%;
  color: #fff;
}
.pc-footer .category {
  display: flex;
  justify-content: center;
  align-items: start;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 30px;
}
.pc-footer .category .item {
  width: 25%;
  color: #fff;
  padding-right: 50px;
}
.pc-footer .category .item .title {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Rajdhani-bold';
}
.pc-footer .category .item .desc {
  color: #808080;
}
.pc-footer .category .item .desc .txt-item {
  margin-bottom: 15px;
  display: flex;
}
.pc-footer .category .item .desc .txt-item .icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  font-size: 18px;
  color: #fff;
}
.pc-footer .category .item .desc .txt-item .txt {
  color: #808080;
  flex: 1;
  line-height: 1.3;
  padding-top: 3px;
}
@media (max-width: 1200px) {
  .pc-footer .category {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pc-footer .category .item {
    width: 25%;
  }
}
.mobile-footer{
  display: block;
}
@media (max-width: 1000px) {
  .mobile-footer{
    display: none;
  }
  .pc-footer .category {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: start;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pc-footer .category .item {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .pc-footer .category {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: start;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pc-footer .category .item {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 15px;
  }
}
