<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.logo {
  background-color: #fff;
  padding: 25px 50px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.services {
  background-size: initial;
}
.services .wrapper {
  text-align: center;
}
.services .cards__wrapper {
  display: flex;
}
.services .card {
  text-align: left;
  display: block;
}
.services .card:hover {
  transform: none !important;
}
.term-title {
  font-family: 'PoppinsSemiBold';
}
footer:before {
  display: none;
}
ul li {
  font-size: 14px;
}</pre></body></html>