<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  					.contact-card{
						background-color: #e4ebef;
						margin: 5px 0 25px 5px;
						padding-left: 2rem;
						padding-right: 2rem;
						margin-top: 5px;
						margin-bottom: 25px;
						text-align: center;
						
					}
					.buttons {
						display: inline-block;
						margin: 0;
						margin-bottom: 20px;
						min-width: 250px !important;
						text-decoration: none !important;
						}
					.buttons a {
						color: white  !important;
						padding: 10px 15px 10px 0  !important;
						min-width: 250px !important;
						text-align: center;
						display: inline-block;
						font-weight: 700;
						padding: 10px;
						color: #fff;
						text-transform: uppercase;
						background-color: #79bce7;
						 text-shadow: 0 0 6px rgba(0,0,0,.5);
						 text-decoration: none !important;
					}
					@media only screen and (max-width: 768px) {
						.buttons a { text-align: left;}
						
					}
					.buttons a:hover {
						color: #fff !important;
						background-color: #1c2e3f !important;
						outline: 1px solid #a9a9a9  !important;
						
					
					}
					.card-title { 
						font-family: 'Roboto Slab' ,serif !important;
						color: #0c598e;
						display: inline-block;
					  }
					  .card-title:after {
						content: "";
						display: block;
						width: 50%;
						height: 1px;
						margin-left:28%;
						margin-top: 20px;
						margin-bottom: 20px;
						background-color: #ccc;
					  }
					div.buttons i {
						padding-left: 15px;
						padding-right: 5px;
						
					}
</pre></body></html>