p a {
text-decoration: underline;
}
em {
color: #000;
}
.uk-header-social--icon {
font-size: 1.8rem;
}

.item-card-price span {
  color: #1c53a3;
  font-size: 38px;
  margin-right: 5px;
  font-weight: 600;
}
.header-logo-mobile {
width: 40px;
height: auto;
}
.item-card-price-plus {
  color: #A0ACBE;
  font-size: 14px;
  margin-top: 0 !important;
}

.item-card-price-plus div {
  font-size: 18px;
}

.item-card-price-plus div span {
  font-weight: 600;
}

.item-card-list {
  font-size: 16px;
  list-style: none;
}

.item-card-list> :nth-child(n+2) {
  margin-top: 3px;
}

.item-card-description {
  font-size: 16px;
  color: #A0ACBE;
  line-height: 20px;
}

.item-card-list {
  margin-top: 12px;
}

.item-card-list ul {
  padding-left: 18px;
}



/* 
Phone landscape and bigger
@media (min-width: 640px) {

}
Tablet landscape and bigger
@media (min-width: 960px) {

}
Desktop and bigger
@media (min-width: 1200px) {

}
Large screen and bigger
@media (min-width: 1600px) {

}

---

Phone portrait and smaller
@media (max-width: 639px) {

}
 Phone landscape and smaller
@media (max-width: 959px) {

}
Tablet landscape and smaller
@media (max-width: 1199px) {

}
Desktop and smaller
@media (max-width: 1599px) {

}
*/

@media (min-width: 960px) and (max-width: 1199px) {
.grid h3 {
font-size: 1em;
  }
    .grid p {
font-size: 0.8em;
  }
}


@media (max-width: 639px) {
.logo {
    width: 230px;
}
}

@media (max-width: 959px) {
.header-phone {
font-size: 18px;
}
.header-email {
font-size: 13px;
}
.uk-header-social--icon {
font-size: 1.3rem;
}
}

