@media screen and (min-width: 992px) {
  .reseller .detail-contact .name-agency {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .reseller .detail-contact div:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .site-detail .body-content .body-detail .detail-contact .seller-contact {
    display: inline-flex;
  }
}
@media screen and (max-width: 767px) {
  .site-detail .body-content .body-detail .detail-contact .seller-contact a:first-child,
  .site-detail .body-content .body-detail .detail-contact .seller-contact a:nth-child(2) {
    display: none;
  }
}
