@media screen and (max-width: 1400px) {
    #profile {
        height: 83vh;
        margin-bottom: 6rem;
    }
    #about-containers, .partners-container{
        flex-wrap: wrap;
    }

}


@media screen and (max-width: 1200px) {
    #desktop-nav {
        display: none;
    }
    #hamburger-nav {
        display: flex;
    }
    #profile, .section-container {
        display: block;
    }
    .arrow {
        display: none;
    }
    .section__image-container.desktop{
        display: none;
    }
    .section__image-container.mobile{
        display: flex;
    }
    section, .section-container {
        height: fit-content;
    }
    section {
        margin: 0 5%;
    }
    .section__image-container {
        width: 275px;
        height: 275px;
        margin: 0 auto 2rem;
    }
    .offer-image {
        margin-top: 20px
    }
    .home-arrow-mobile.visible {
        display: block;
        position: fixed;
        right: 15px;
        bottom: 20px;
    }
}

@media  screen and (max-width: 980px) {
    .popup_main{
        max-width: 95%;
      }

      .contact-wrapper {
        flex-direction: column;
        gap: 2rem;
      }
    
      .contact-box {
        width: 100%;
        height: auto;
      }
}

@media screen and (max-width: 500px) {
    .logo {
        margin-right: 80px;
    }

    .popup_main{
        max-width: 80%;
        height: 80%;
      }

      .popup_main img{
        max-height: 85%;
      }
}