.about_upholstery {
    font-family: var(--font-regular);
    font-size: 15px;
}

.about_upholstery_header {
    font-family: var(--font-regular);
    font-size: 15px;
    padding: 25px 0 25px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    overflow: hidden;
}

.title h1 {
    font-family: var(--font-regular);
    position: relative;
    text-transform: uppercase;
    font-size: 2.2rem;
    display: inline-block;
}

.title h1::before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: var(--black-color);
    position: absolute;
    top: 23px;
    left: -120px;
}

.modal-header {
    padding: 5px 10px;
}

.title h1::after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: var(--black-color);
    position: absolute;
    right: -120px;
    top: 23px;
}

.about_upholstery_subtitle-p {
    padding: 10px 0;
    line-height: 30px;
}

.about_upholstery_content-left_info_descriptio-p {
    width: 100%;
    line-height: 30px;
}


.about_upholstery_content-left-wrapper-video {
    padding: 0 0 30px 0;
}

.about_upholstery_header {
    padding: 20px 0 10px 0;
}

.about_upholstery_banner-wrapper {
    margin: 0 -15px;
}

.container {
    padding: 0 15px;
}

.about_upholstery_content-left_info_descriptio-a {
    width: 100%;
    color: #fff;
    background: #0d0c0c;
    border-color: #0d0c0c;
    margin-top: 25px;
    margin-bottom: 30px;
}

.about_upholstery_content-left {
    background: var(--white-color);
}

.about_upholstery_content-left_image::before {
    background: rgba(0, 0, 0, .8);
    top: 0;
    right: 0;
    left: 0;
    bottom: 100%;
    height: 100%;
    z-index: 4;
}

.about_upholstery_content-left_info_header {
    padding: 0 !important;
    margin-right: 0;
}

.about_upholstery_content-left_info_header-h4 {
    font-size: 40px;
    margin-top: -60px !important;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.about_upholstery_content-left_info_description {
    padding: 0px 15px;
    background: var(--white-color);
    font-family: var(--font-regular);
}

.about_upholstery_content-right_info_descriptio-p {
    text-align: justify;
}

.about_upholstery_content-left-wrapper {
    margin: 0 -15px;
}

.close_video {
    right: 0px;
    position: absolute;
    top: 6px;
}

.about_upholstery_content-right {
    margin: 15px auto !important;
}

::ng-deep .cdk-overlay-container {
    position: static;
}

.about_upholstery_content-right {
    background: white;
    padding-bottom: 0 !important;
}

.about_upholstery_content-right-wrapper {
    display: flex;
    margin: 0 -15px;
}

.about_upholstery_content-right_image {
    padding: 15px;
}

.about_upholstery_content-right_info_header {
    padding: 0 40px;
    margin-left: 0;
}

.about_upholstery_content-right_info_header-h4 {
    font-size: 40px;
    margin-top: -65px !important;
    padding-bottom: 10px;
}

.about_upholstery_content-right_info_header-span,
.about_upholstery_content-left_info_header-span {
    font-size: 150px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: #f9f9f9;
    line-height: 1;
    display: block;
}

.about_upholstery_content-right_info_description {
    background: var(--white-color);
    font-family: var(--font-regular);
    line-height: 30px;
}

.about_upholstery_content-right_info_description-hr {
    width: calc(100% + 50px);
    margin-left: -50px;
}

.about_upholstery_content-right_info_description {
    font-family: var(--font-regular);
    line-height: 30px;
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) and (max-width: 1599.98px) {}

@media (min-width: 1199.98px) {

    .about_upholstery_content-right_info_header,
    .about_upholstery_content-right_info_description,
    .about_upholstery_content-left_info_header,
    .about_upholstery_content-left_info_description {
        background: #fff;
        padding: 0 95px !important;
    }

    .about_upholstery_content-left_info_descriptio-a {
        width: 200px;
    }

    .about_upholstery_content-right-wrapper {
        flex-direction: row-reverse;
    }
}

.about_upholstery_content-left_info_descriptio-a a {
    color: white;
}