.tangoreg-promoter-list {
  color: #676767;
  font-size: 15px;
  font-weight: 300;
}

.tangoreg-promoter-list .mydiv {
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 100%;
  max-width: 810px;
}

.tangoreg-promoter-list .country_name {
  color: rgb(95, 168, 197);
  max-width: calc(80vw);
  font-family: argesHeavy;
  font-size: 90px !important;
  line-height: 0.95;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.tangoreg-promoter-list hr {
  border: 0;
  border-top: 1px solid rgba(103, 103, 103, 0.25);
  margin: 0 0 28px;
}

.tangoreg-promoter-list .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.tangoreg-promoter-list [class*="col-"] {
  box-sizing: border-box;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.tangoreg-promoter-list .user {
  margin-bottom: 28px;
}

.tangoreg-promoter-list .user_contacts {
  width: 100%;
  max-width: 250px;
}

.tangoreg-promoter-list .user_name {
  font-family: DM Sans;
  font-weight: 800;
  font-size: 17px;
  line-height: 25px;
  text-transform: uppercase;
}

.tangoreg-promoter-list .user_city {
  font-family: DM Sans;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
}

.tangoreg-promoter-list .user_detail {
  font-family: DM Sans;
  font-size: 15px;
  line-height: 25px;
  word-break: break-word;
}

.tangoreg-promoter-list a:link,
.tangoreg-promoter-list a:visited {
  text-decoration: none;
}

.tangoreg-promoter-list a:hover,
.tangoreg-promoter-list a:active {
  text-decoration: underline;
}

.tangoreg-promoter-list__country {
  margin-bottom: 18px;
}

.tangoreg-promoter-list__empty {
  font-size: 16px;
}

@media (min-width: 768px) {
  .tangoreg-promoter-list .col-md-6 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .tangoreg-promoter-list .col-lg-4 {
    width: 33.33333333%;
  }
}

@media only screen and (max-width: 480px) {
  .tangoreg-promoter-list .country_name {
    font-size: 50px !important;
    line-height: 50px;
  }

  .tangoreg-promoter-list .mydiv {
    max-width: 100%;
  }
}
