/*MOBILE FIRST*/
.ypo-regions {
  width: 100%; 
  margin: 20px auto;
}
.ypo-regions-column {
  margin-bottom: 15px;
}
.ypo-regions .counter_holder > .ypo-regions-counter, .ypo-region-pg {
  color: #ffffff;
  font-size: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  display: block;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.ypo-regions-column-text {
  font-size: 30px;
  display: block;
  color: #ffffff;
  line-height: 30px;
}
.ypo-regions-contact_text {
  color: #ffffff !important;
  text-align: center;
}
.ypo-regions-contact_link {
  text-align: center;
}
.ypo-regions-contact_link a {
  color: #ffffff !important;
}
/*END MOBILE FIRST*/


/*TABLET*/
@media only screen and (min-width: 768px) {
  .ypo-regions {
    width: 100%; 
    margin: 20px auto;
  }
  .ypo-regions-column {
    margin-bottom: 20px;
  }
  .ypo-regions .counter_holder > .ypo-regions-counter {
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
  }
  .ypo-regions-column-text {
    font-size: 30px;
    display: block;
    color: #ffffff;
  line-height: 30px;
  }
}
/*END TABLET*/

/*DESKTOP*/
@media (min-width: 992px) {
  .ypo-regions {
    width: 100%; 
    margin: 20px auto;
  }
  .ypo-regions-column {
    margin-bottom: 0;
  }
  .ypo-regions .counter_holder > .ypo-regions-counter {
    font-size: 50px;
    height: 50px;
    line-height: 50px;
  }
  .ypo-regions-column-text {
    font-size: 30px;
    display: block;
    color: #ffffff;
  }
}
/*END DESKTOP*/