 
.contact-container p, .hestia-contact .hestia-title, .contact-container .info-title {
  color: #000000 !important;
}

.contact-container .description p {
  display: flex;
  width: 100%;
}

.contact-container .description p span {
  display: inline-block;
  width: 50%;
}

.contact-container h2 {
    font-size: 1.8rem !important;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.contact-container h3 {
    font-size: 1.6rem !important;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 30px;
}

.contact-container p {
    margin: 4px 0;
}

.contact-container a {
    color: inherit;
    text-decoration: none;
}

.italic {
    font-style: italic;
    color: #333;
}

.availability {
    margin-top: 30px;
}

.hestia-contact-title-area .description {
	color: black !important;
}