.country .nav-pills {
  top: 10px;
}

.country .active {
  background-color: white !important;
}

.country .award {
  display: inline-block;
  font-size: 30px;
  color: #363434;
}

.country .award:hover {
  color: #CF2F42;
}

.country .fa-active {
  color: #CF2F42;
}

.country .p-text {
  display: inline-block;
  color: #363434;
  text-align: center;
  font-size: 20px;
}

.country .country-content {
  background-color: white;
}

.country .country-content .c-c {
  width: 150px;
  height: 150px;
}

.country .country-content .c-c-img {
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  height: 100%;
  min-width: 50px;
  min-height: 50px;
  border-radius: 100% !important;
}

.country .country-content .c-c-p {
  text-align: center;
}