.piano-topsite {
    background-image: url("https://www.cbc.ca/kids/images/rubber_duckie_facts_updated_header_1140.png");
}

.piano-process-container {
    flex-direction: row-reverse;
}

.top-description-header {
    /* width: max-content; */
    min-width: 200px;
    max-width: none;
    margin-bottom: 10px;
    color: #00a700;
}

.no-padding {
    padding: 10px 0px !important;
}

.no-margin {
    margin: 10px 0px !important;
    width: 100vw;
    max-width: 100vw;
}

.no-margin .why-choose-us-text#why-choose-us-text {
    width: 80vw;
    max-width: 80vw;
    text-align: center;
    padding-bottom: 20px;
}

.consider-for-move {
    margin-top: 20px;
}

.consider-for-move {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.topsite {
    height: max-content;
    padding-bottom: 50px;
    padding-top: 100px;
}

.office-questions {
    padding-bottom: 25px;
}

.office-questions .question-menu-sub {

    background-color: transparent;
    color: black;
}

.office-questions .question-menu-open {
    color: black;
}

.office-questions .question-menu-primary {
    margin-top: 0px;
}

.office-questions h2 {
    font-size: 40px;
}

.office-openable {
    min-height: 0px;
    margin-left: 100px;
}

.office-questions-primary .question-menu-open,
.office-questions-primary .question-menu-sub {
    width: 60vw;
}

@media (max-width: 950px) {
    .our-process-container {
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
}

@media(max-width:600px) {

    .topsite {
        height: max-content;
        padding-bottom: 50px;
        padding-top: 90px;
    }
}