@media screen and (max-width: 1000px) {
    .hero-text,
    .hero-big-heading,
    .facts-title,
    .facts-paragraph,
    .team-parapgraph.blog-paragraph,
    .main-title,
    .project-title {
        text-align: center !important;
    }
}


@media screen and (min-width: 1024px) {
    .social-phone-text {
        font-size: 62px;
      }
}