<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.usecase-right-logo img {
  max-width: 120px;
}
.badge-block {
  background: #E5F0FF;
  padding: 20px 0;
  border-left: 5px solid #0067FF;
  margin-top: 65px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .badge-block {
    padding: 15px;
    margin-top: 30px;
  }
}
.badge-block h2 {
  font-size: 25px !important;
  font-weight: bold !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  margin-left: 25px !important;
}
@media only screen and (max-width: 767px) {
  .badge-block h2 {
    margin: 0;
    font-size: 18px !important;
    line-height: normal !important;
    margin-left: 10px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .user-section-new .left {
    height: 350px;
  }
}</pre></body></html>