.go_back_a {
    text-decoration: none;
}

.go_back_text {
    max-width: 1920px;
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
}

.go_back_text span {
    color: black;
    font-family: var(--poppins);
}

.go_back_text:hover {
    text-decoration: 1px solid black underline;
}

.livingroom-section {
    width: 90%;
    margin: auto;
    padding: 70px 50px 30px 50px;
}

.livingroom-section .banner_heading {
    font-size: 35px;
}

.livingroom-section .banner-image {
    width: 100%;
    height: 100%;
    max-height: 600px;
}

.livingroom-section .banner-image img {
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
}

.livingroom-section .residential-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    justify-content: center;
    padding-bottom: 4vw;
}

.livingroom-section .residential-heading .heading-lines {
    display: flex;
    width: 100%;
    gap: 100px;
    justify-content: start;
}

.livingroom-section .residential-heading p {
    font-size: 40px;
}

/* ---media query------ */

@media only screen and (max-width: 600px) {
    .livingroom-section {
        position: relative;
        padding: 40px 0 50px 0;
    }

    .livingroom-section .residential-heading {
        font-size: 24px;
    }

    .livingroom-sectionn .banner_heading {
        font-size: 25px;
    }

    .livingroom-sectionn {
        position: relative;
        padding: 40px 0 50px 0;
    }

    .livingroom-sectionn .banner-one p {
        font-size: 25px;
        padding: 10px 10px;
    }

    .livingroom-sectionn .banner-one {
        aspect-ratio: 16/9;
    }

    .livingroom-sectionn .homestaging-para {
        font-size: 15px;
    }

    .livingroom-sectionn {
        gap: 10px;
    }

    .livingroom-sectionn .banner-two {
        top: 120px;
        left: 2.5%;
        width: 95%;
        aspect-ratio: 16/9;
    }

    .go_back_text {
        gap: 10px;
    }
}
