.success-message {
    color: #000;
    background-color: #ededed;
    border: 1px solid #000;
    padding: 15px;
    border-radius: 12px;
    max-width: 600px;
    width: 90%;
    margin: 0 auto 15px;
    font-size: 32px;
    height: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_links span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #333;
}

.contact_page .contact_us_content {
    min-height: 675px;
    max-height: 975px;
    height: calc(100svh - 15vh);

    @media screen and (max-width: 1279px) {
        height: auto;
    }

    @media screen and (min-width: 992px) and (max-height: 790px) {
        height: 750px;
    }
}
