img {
    max-width: 100%;
}

.home-about004 {    
    position: relative;
}

.home-about004 .container {
    padding: 60px 1rem;
}

.home-about004 .about-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 841px;
}

@media screen and (max-width:991px) {
    .home-about004 .about-img {
        max-width: 100%;
    }
}

.home-about004 .about-img:before {
    content: "";
    display: block;
    padding-bottom: 75%;
}


.home-about004 .about-box {
    z-index: 2;
    position: relative;
    left: -50px;
    width: 100%;
    padding: 3rem 5rem;
    margin-right: 0;
    max-width: 1062px;
    background-color: #fff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
}


@media screen and (max-width:1199px) {
    .home-about004 .about-div {
        padding: 2rem;
    }

    .home-about004 .about-box {
        left: 0;
    }
}

@media screen and (max-width:991px) {
    .home-about004 .about-div {
        padding: 3rem 1rem 0;
    }
    .home-about004 .about-box {
        top: -60px;
        width: 95%;
    }
}


.home-about004 .about-box .title {
    font-weight: bold;
}


.home-about004 .about-box .title span {
    position: relative;
    letter-spacing: 3px;
    font-size: 30px;
    font-weight: bold;
}

.home-about004 .about-box .title span b {
    font-size: 40px;
}

.home-about004 .about-box .sub {
    font-weight: bolder;
    font-size: 30px;
    letter-spacing: 0;
}

.home-about004 .about-box .text-box {
    display: flex;
    flex-direction: column;
    margin: 40px 0;
    font-weight: bold;
    color: #343434;
}

.home-about004 .about-box .more-btn {
    margin: 50px 0 20px;
}


.home-about004 .btn-more {
    padding: 0;
    display: flex;
    align-items: center;
    border-radius: 0;
    transition: 0.3s all linear;
    border-style:  solid;
    border-width: 1px;
}

.home-about004 .btn-more .text {
    line-height: 42px;
    min-width: 150px;
    border-style: none solid none none ;
    border-width: 1px;
  
}

.home-about004 .btn-more:hover {
    transition: 0.3s all linear;
    
}

.home-about004 .btn-more .icon {
    padding: 0 1rem;
}

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


    .home-about004 .about-box {
        text-align: center;
        padding: 3rem 2rem;
    }

    .home-about004 .about-box .text-box {
        margin: 60px 0;
    }

    .home-about004 .about-box .more-btn {
        margin: 30px 0 20px;
    }

    .about-div-box {
        flex-direction: column;
    }
}



@media (max-width: 768px) {
    .home-about004 .about-box .text-box {
        margin: 40px 0;
    }
}