.contact-hero-wrapper {
    background: url('http://hliwapodroze.pl/wp-content/uploads/2024/11/Mapa-Swiata-z-Akcesoriami-Podrozniczymi-na-Drewnianym-Biurku.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    .contact-wrapper {
        display: flex;
        width: 100%;
        max-width: 1200px;
        gap: 20px;

        .contact-info-container {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            width: 410px;

            .info-1 {
                height: 350px;
                gap: 20px;

                svg {
                    width: 40px;
                }

                span {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                }

                a {
                    color: #000;
                    text-decoration: none;
                }
            }

            .info-2 {
                height: 250px;
                gap: 20px;

                div {
                    display: flex;
                    justify-content: space-between;

                    span:nth-child(2) {
                        font-weight: 700;
                    }
                }
            }

            .contact-info {
                background: #F8F8F8E5;
                box-shadow: 0px 4px 13px 0px #00000080;
                backdrop-filter: blur(3px);
                padding: 1rem;
                display: flex;
                flex-direction: column;

                h2 {
                    text-align: center;
                    font-size: 34px;
                    font-weight: 500;
                    line-height: 34px;
                }
            }
        }

        .contact-form {
            width: 770px;
            background: #F8F8F8E5;
            box-shadow: 0px 4px 13px 0px #00000080;
            backdrop-filter: blur(3px);
            padding: 20px;
            display: flex;
            flex-direction: column;

            * {
                margin: 0px !important;
            }

            h2 {
                padding-bottom: 20px;
            }

            form {
                p {
                    margin-bottom: 10px !important;
                }
            }

            input:not(input[type="submit"]), textarea {
                background: #D9D9D9 !important;
            }

            input[type="submit"] {
                background: #FFA434;
                transition: .3s;
            }

            .wpcf7-list-item {
                margin: 0;
                font-size: 21px;
                font-weight: 400;
                line-height: 34px;
                color: #3A2D28;

                a {
                    color: #3A2D28;
                    text-decoration: none;
                }
            }
        }
    }
}

#offers-section {
    padding-top: 50px;
}

.titleOffers {
    text-align: center;
    color: #474747;
    font-size: 34px;
    font-weight: 800;
    margin-top: 50px;
}

@media (min-width: 1024px) {
    .contact-form input[type="submit"]:hover {
        background: #FFA434AA;
        transition: .3s;
    }
}

@media (max-width: 1024px) {
    .contact-hero-wrapper {
        .contact-wrapper {
            justify-content: center;
            align-items: center;
            flex-direction: column-reverse;
    
            .contact-info-container {
                width: 70%;
            }
    
            .contact-form {
                width: 70%;

                h2 {
                    font-size: 21px;
                }
            }

            .contact-info-container {
                gap: 20px;

                .contact-info {
                    h2 {
                        font-size: 21px;
                    }
                }
                .info-1 {
                    span {
                        flex-direction: column;
                        text-align: center;
                        padding-left: 20px;
                        padding-right: 20px;
                    }
                }
                .info-1, .info-2 {
                    height: auto;
                }
            }
        }
    }



    .titleOffers {
        padding-left: 30px;
        padding-right: 30px;
    }

    #offers-section-mobile {
        padding-top: 20px;

        .offers-grid {
            margin-top: 0px;
        }
    }
}

@media (max-width: 768px) {
    .contact-hero-wrapper {
        .contact-wrapper {
            .contact-info-container {
                width: 100%;
            }
    
            .contact-form {
                width: 100%;
            }
        }
    }
}