<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title-header{
		
  padding: 0 0 0 20px;
  font-weight: normal;
  color: white;
  position: relative;
  font-size: 30px;
  line-height: 40px;
  border-left: 5px solid #002e6c;
}
.title-header h2 {
  text-transform: uppercase;
}

.btn-responsive {
  /* width: 150px; */
  
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 460px) {
  .btn-responsive {
    display:block;
    width: 100%;
    margin: 20px 0 0 0 !important;
  }
}</pre></body></html>