.position_top {
    padding: 4rem 4.75rem;
    display: flex;
    align-items: center;
    background: white;
}
.position_top_title {
    font-size: 1.75rem;
    margin-right: 2rem;
}
.position_top a {
    margin-left: 0.5rem;
}
.position_top p {
    flex: 1 0 0;
}
.position_down {
    position: relative;
    padding: 10rem 4.75rem 6rem;
    background: var(--color-primary);
}
.position_down_imgdeco {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
    height: auto;
    object-fit: cover;
}
.position_down_content {
    color: white;
    font-size: 2.125rem;
    max-width: 49.25rem;
    padding-top: 7rem;
    position: relative;
}
.position_down_content::before {
    position: absolute;
    content: "“";
    top: 0;
    font-size: 6.25rem;
    font-weight: 900;
    font-family: "Times New Roman", Times, serif;
}
.position_down_content strong {
    color: #4edceb;
}
.font_contact_white .wpcf7 {
    flex: 1 0 0;
}
@media (max-width: 639px) {
    .position_top {
        padding: 5.625rem 1.118rem;
        flex-direction: column;
        align-items: start;
        gap: 1rem;
    }
    .position_top a {
        margin: 0;
    }
    .position_top_title {
        margin: 0;
        font-family: "Plus Jakarta Sans", Sans-serif;
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 1.4;
    }
    .position_top_desc {
        color: #1e1e1e;
        font-family: "Plus Jakarta Sans", Sans-serif;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.4;
    }
    .position_down {
        background: #1e149d;
        padding: 12.5rem 1.118rem 6.875rem;
    }
    .position_down_content {
        width: 100%;
        font-size: 2.125rem;
        font-weight: 600;
        font-style: normal;
    }
}
