.ComingSoonSection {
    display: block;
    position: relative;
    flex-wrap: nowrap;

    justify-content: center;
    align-items: center;
    text-align: center;

    color: var(--Brand-Color-001);
    font-size: var(--Size-007);
    overflow-x: hidden;
}

.ComingSoonSection span,
.ComingSoonContent p {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;

    padding-left: var(--Size-003);
    font-size: var(--Size-008);

}

.ComingSoonContent p {
    margin: 20px;
}

.ComingSoonContent {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: var(--Size-005);
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--Brand-Color-003);
}

.ComingSoonBtns button {
    border: none;
    border-radius: var(--Size-003);
    min-width: fit-content;
    min-height: fit-content;
    margin: var(--Size-008) var(--Size-005);
    padding: var(--Size-002);
    cursor: pointer;
    font-size: var(--Size-002);
    font-family: 'Courier New', Courier, monospace;
}

.ComingSoonBtns button:hover {
    border: none;

}

.under-construction-image {
    display: flex;
    margin: 15px 0;
    width: 50%;
    max-width: 300px;
}

.ComingSoonContent img {
    width: var(--Size-014);
}