.section-block-demo71-about1 {
                    position: relative;
                }

                .section-block-demo71-about1 [heading-type="21"] strong em {
                    background: var(--bs-body-bg);
                }

                .section-block-demo71-about1 .about-outer-wrap {
                    position: relative;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-flex-wrap: wrap;
                    flex-wrap: wrap;
                    align-items: flex-start;
                    justify-content: space-between;
                    padding: 10rem 9rem 4.5rem;
                    
                }

                .section-block-demo71-about1 .about-img {
                    position: relative;
                    width: 50%;
                    padding: 2rem;
                    text-align: right;
                    z-index: 1;
                }
                
                .section-block-demo71-about1 .about-img img{
                    position: relative;
                    z-index: 1;
                }

                .section-block-demo71-about1 .about-img .about-bg {
                    position: absolute;
                    width: calc(100% - 7rem);
                    height: calc(100% - 4rem);
                    top: 3.5rem;
                    left: 3.5rem;
                    background-color: var(--bs-theme-color);
                    opacity: .05;
                    z-index: 0;
                }

                .section-block-demo71-about1 .about-info {
                    width: 47%;
                    padding: 2rem;
                    z-index: 9;
                    margin-left: 3%;
                }

                .section-block-demo71-about1 .about-info .title {
                    font-size: 2.7rem;
                    line-height: 1.3;
                    font-weight: 700;
                    margin-bottom: 4.8rem;
                }

                .section-block-demo71-about1 .title[heading-type="1"] {
                    padding: 1.8rem 0;
                }

                .section-block-demo71-about1 [heading-type="21"] strong i {
                    right: 4.5rem;
                }

                .section-block-demo71-about1 .about-info .item-desc {
                    font-size: 1.18rem;
                    line-height: 1.8;
                    margin-bottom: 2.2rem;
                }

                .section-block-demo71-about1 .about-info .item-more {
                    font-size: 1.16rem;
                    padding: .45rem 2.6rem;
                    border-width: 1px;
                    text-transform: capitalize;
                    margin-top: 1.1rem;
                }

                .section-block-demo71-about1 .about-info .item-more .la {
                    font-size: inherit;
                }

                .section-block-demo71-about1 .about-text {
                    position: absolute;
                    bottom: 5rem;
                    right: 0;
                    color: var(--bs-body-color);
                    opacity: .02;
                    font-weight: 700;
                    font-size: 13rem;
                    letter-spacing: 1px;
                    text-transform: uppercase;
                    z-index: 1;
                }

                .section-block-demo71-about1 .goNext {
                    cursor: pointer;
                    width: 2.5rem;
                    margin: 1.5rem auto 0;
                    color: var(--bs-theme-color);
                    -webkit-animation: fadeInUp 0.9s cubic-bezier(0.445, 0.05, 0.55, 1) 0.4s infinite alternate;
                    -moz-animation: fadeInUp 0.9s cubic-bezier(0.445, 0.05, 0.55, 1) 0.4s infinite alternate;
                    -o-animation: fadeInUp 0.9s cubic-bezier(0.445, 0.05, 0.55, 1) 0.4s infinite alternate;
                    animation: fadeInUp 0.9s cubic-bezier(0.445, 0.05, 0.55, 1) 0.4s infinite alternate;
                    z-index: 9;
                }

                .section-block-demo71-about1 .goNext:hover {
                    animation-play-state: paused;
                }

                @media only screen and (max-width:1680px) {}

                @media only screen and (max-width:1280px) {
                    .section-block-demo71-about1 .about-info .title {
                        font-size: 2.2rem;
                    }

                    .section-block-demo71-about1 .about-outer-wrap {
                        padding: 5rem 5%;
                    }
                }

                @media only screen and (max-width:992px) {

                    .section-block-demo71-about1 .about-img,
                    .section-block-demo71-about1 .about-info {
                        width: 100%;
                        padding: 0;
                    }

                    .section-block-demo71-about1 .about-img {
                        margin-bottom: 3rem;
                    }

                    .section-block-demo71-about1 .about-info .title {
                        font-size: 2rem;
                        margin-bottom: 2rem;
                    }

                    .section-block-demo71-about1 .about-info .item-desc {
                        font-size: 1.14rem;
                    }
                }

                @media only screen and (max-width:640px) {}

                @media only screen and (max-width:576px) {
                    .section-block-demo71-about1 .about-info .title {
                        font-size: 1.5rem;
                    }

                    .section-block-demo71-about1 .about-info .item-desc {
                        font-size: 1rem;
                    }
                }

                @media only screen and (max-width:320px) {}