@media only screen and (min-width: 800px) {
    .navbar_links_container {
        display: flex;
    }

    .logo_container {
        display: block;
        width: 100px;
    }
    

    .hamburger_menu {
        display: none;
      } 

    .hero_container_info {
        padding-top: 0px;
    }

    .section_text {
        font-size: var(--font-p);
    }

    .header h2 {
        font-size: var(--header-font);
    }

    .info_wrapper {
        max-width: 800px;
    }
    
    .info_hero * {
        margin: 0 0 0 20px;
    }
    
    .info_hero {
        max-width: 1000px;
        flex-direction: row;
    }

    .hero_container_logo {
        width: 600px;
        margin-bottom: 0;
    }
    
    .hero_seperator {
        width: 3.5px;
        height:350px;
        margin-bottom: 0;
    }

    .hero_text {
        text-align: left;
    }

    .triangle_down {
        border-left: 60px solid transparent;
        border-right: 60px solid transparent;
        border-top: 60px solid var(--accent);
    }

    .wide_info_wrapper {
        max-width: 1200px;
    }

    .service_card {
        width: 180px;
        height: 130px;
    }

    .service_card h4 {
        font-size: var(--font-mobile-p);
    }

    .reviews_card {
        width: 350px;
        height: 220px;
    }

   .footer_form {
        flex-direction: row;
   }


   .footer_info {
    padding-bottom: 0px;
    }

    .footer_info_text p {
    font-size: var(--font-p);
    }

    .footer_contact a {
    font-size: var(--font-p);
    }
  }