/* never give up */

@media (max-width: 1035px) {
    header p {
        font-size: 1.7rem;
    }

    header h2 {
        font-size: 2.3 rem;
    }

    header.logo {
        height: 50px;
        width: 50px;
    }

    header.shrink .logo img {
        width: 100px;
        height: 100px;
    }

    .mdw-c {
        font-size: 5rem
    }

    .mdw-d {
        font-size: 3rem;
    }

    #prt-p {
        font-size: 2.9rem;
    }

    .main-nav ul {
        font-size: 2rem;
    }

    .social-media div a {
        height: 150px;
        width: 150px;
        gap: 10px;
        margin: 70px;
    }

    .social-media div a img {
        height: 120px;
        width: 120px;
    }

    .social-media div a p {
        font-size: 3rem;
    }

    .footer-content {
        height: 310px;
    }

    .logo1 img {
        height: 290px;
    }

    .logo2 img {
        height: 290px;
    }

    .text p {
        font-size: 2rem;
    }

    .par-opis {
        font-size: 3rem;
    }

    .who {
        font-size: 5rem !important;
    }

    div.team-member {
        height: 180px;
        width: 600px;
    }

    div.team-member img {
        height: 150px;
        width: 150px;
    }

    div.team-info {
        font-size: 3rem;
    }

    .contact-form {
        height: 882px;
        width: 663px;
    }

    .contact-form input {
        height: 120px;
        font-size: 2rem;
    }

    .contact-form textarea {
        height: 220px;
    }

    .contact-form button {
        height: 84px;
        font-size: 2rem;
    }

    .contact-form input::placeholder {
        font-size: 2rem;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }

    .contact-form textarea {
        font-size: 2rem;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }

    .piedmont-gallery-item {
        flex: 0 0 calc(50% - 10px);
        margin: 5px;
    }
    
    .piedmont-gallery {
        aspect-ratio: 2/3;
    }
}