/* ===================== Section 1 styles ===================== */
.coworkingImage {
    width: 100%;
    max-width: 596;
    height: 600;
    margin-top: 50px;

}

/* ===================== Section 2 styles ===================== */

strong {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0%;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.sidebar-scroll {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-top: 80px;
    z-index: 1;
}

.sidebar-scroll::-webkit-scrollbar {
    display: none;
}

.margin-bottom {
    margin-bottom: 50px;
}

.dark-icon-container {
    width: 40px;
    height: 40px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.icon-style {
    width: 20px;
    height: 20px;
}

/* ===================== Section 3 styles ===================== */
.cta-container {
    width: auto;
    height: 327px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    text-align: center;
}
