.contact-main iframe {
    margin: 0px;
    width: 100%;
    min-height: 400px;
}

.contact-main #contacte-addr {
    text-align: center;
    font-weight: bold;
    color: #243b73;
    margin: 16px;
}

.contact-main #contacte-addr .icon {
    margin-right: 8px;
}

.contact-main #contacte-addr .icon svg {
    width: 1em;
    height: 1em;
}

.email {
    text-align: center;
    margin: 32px 0px;
}

.email .button {
    border-radius: 100px;
    padding: 0.75em 1.5em;
    font-size: 1.25rem;
    background-color: var(--secondary-color);
    border-color: transparent;
    color: #f5f5f5;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
}

.email .button:hover {
    background-color: black;
}

@media (max-width: 768px) {
    .email .button {
        font-size: 1rem;
        padding: 0.5em 1em;
    }

    .email {
        overflow: hidden;
        padding: 0.5em 1em;
    }
}