form .group {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

form p label {
    font-size: 20px;
    color: #2C3C4F;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

form .group p,
form>p:not(:last-of-type) {
    margin-bottom: 20px;
}

form p {
    margin: 0;
}

form p label span {
    color: #F00;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #B2B2B2;
    padding: 12px 16px;
}

.wpcf7-form-control-wrap input::placeholder,
.wpcf7-form-control-wrap textarea::placeholder {
    color: #B3B3B3;
    font-family: "montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.wpcf7-submit {
    display: inline-flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #13678A;
    border: none;
    color: #fff;
    font-family: "montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wpcf7-submit:hover {
    background: #45C5AF;
}

h3 {
    color: #2C3C4F;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}

address {
    font-style: normal;
    margin-top: 0;
    margin-block-start: 0 !important;
    line-height: 32px;
}
p {
    margin-block-start: 0 !important;
}
p a {
    color: #2C3C4F;
    text-decoration: none;
}