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

}

/* ===================== Section 2 styles ===================== */
.card {
    background-color: #FFFFFF;
    width: 600;
    height: auto;
    gap: 24px;
    border-radius: 20px;
    padding: 32px;
}

.card-title {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 36px;
    line-height: 72px;
    letter-spacing: -2.5%;
    color: #15172E;
}

.card-image {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-right: 15px;
}

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