.typewriter h1 {
  white-space: nowrap;
}

@media (max-width: 576px) {
.typewriter h1 {
  white-space: normal;
}
}

body.home-page-2 h3 {
 font-size: 60px;
  line-height:64px;
}
.section-details .blog-post-featured-image {
	max-width:70%;
  margin-left: auto;
  margin-right: auto;
}

.section-contact-2 h6 {
	font-size: 15px;
}

@media (max-width: 992px) {
    .burger-icon {
        right: 15px;
    }
}

.section-contact-2 h6.mb-0 {
    word-break: break-word;
}

.section-footer-2 .main-logo span {
    word-break: break-word;
    max-width: none;
}

@media (max-width: 390px) {
    .main-logo .site-name-text {
        max-width: 200px;
    }
}