.open__container {
    display: flex;
    flex-direction: column;
    height: 100vh;

    @media (min-width: 1200px) {
        flex-direction: row;
    }
}

.open__section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 20px;

    @media (min-width: 1200px) {
        gap: 15px;
        padding-top: 25px;
    }
}

.open__section--light {
    background-color: #F8F2F2;
    gap: 20px;
}

.open__button {
    background-color: transparent;
    border: 1px solid #070606;
    padding: 16px 30px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.open__button--light {
    border: 1px solid #ffffff;
    color: #FAF5F5;
}
