.page_top_contact{
    background-image: url('../assets/door-7921956_1920.jpg');
}

#contact{
    display: flex;
    width: 100%;
    min-height: 500px;
    max-width: 1300px;
    padding: 0 30px;
}

#contact div{
    width: 50%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

#contact div svg{
    width: 100px;
    height: 100px;
}

#contact p{
    font-size: 20px;
    word-break: break-word;
}

#contact a{
    font-weight: 600;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media screen and (max-width: 1024px) {
    #contact{
        padding: 60px 30px;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
}