/* CSS Document */

.contact-columns {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.contact-left {
    flex: 1;
}

.contact-right {
    flex: 1;
    text-align: center;
}

.contact-right img {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
}
