img {
    max-width: 100%;
}

.home-about002-01 {
    position: relative;
    background-size: cover;
    background-position: center;
}

.home-about002-01 .head-title{
    margin-bottom: 2rem;
}

.home-about002-01 .about-img {
    position: relative;
    background-size: cover;
    background-position: center center;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
}

.home-about002-01 .about-img::before {
    content: '';
    display: block;
    padding-bottom: 35%;
}

.home-about002-01 .about-div{
   
    position: relative;
    margin-top: -14.5%;
    margin-left: 9%;
    width: 528px;
    height: 303px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    box-shadow: 8px 8px 53px 0 rgb(0 0 0 / 10%);
}


.home-about002-01 .about-txt .title-txt{
    position: relative;
    
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3.5px;
    line-height: 1.8;
    margin: 0 0 8px;
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.home-about002-01 .about-txt .text-box {
    width: 425px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-about002-01 .about-txt .text-box p {
    margin: 0;
    font-weight: 400;
    line-height: 185%;
    letter-spacing: 1px;
}

.home-about002-01 .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 5px;
}

.home-about002-01 .sub {
    font-size: 25px;
    line-height: 1;
    margin-top: 0.5rem;
    font-family: Arial;
    letter-spacing: 5px;
    font-weight: 300;
}


.home-about002-01 .btn-more {
    padding: 10px 22px;
    display: flex;
    align-items: center;
    border-radius: 0;
    margin-top: 2rem;
    transition: 0.3s all linear;
    border-width: 1px;
    border-style: solid;
    
}

.home-about002-01 .btn-more:hover {
    transition: 0.3s all linear;
    border-color: rgba(0, 0, 0, 0);
}

.home-about002-01 .btn-more .icon {
    width: 41px;
    height: 8px;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDQxIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxsaW5lIHgxPSIwLjYwOTM3NSIgeTE9IjcuMTEyNDMiIHgyPSIzOS43MzUiIHkyPSI3LjExMjQzIiBzdHJva2U9ImJsYWNrIi8+CjxsaW5lIHkxPSItMC41IiB4Mj0iMTAuNjg2OCIgeTI9Ii0wLjUiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjc5NDI0OSAtMC42MDc1OTIgMC43OTQyNDkgLTAuNjA3NTkyIDQwLjcxOTIgNy4xMDQ0OSkiIHN0cm9rZT0iYmxhY2siLz4KPC9zdmc+Cg==') no-repeat center center;
}

.home-about002-01 .btn-more:hover .icon {
    width: 41px;
    height: 8px;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDQxIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxsaW5lIHgxPSIwLjYwOTM3NSIgeTE9IjYuNjE4NzciIHgyPSIzOS43MzUiIHkyPSI2LjYxODc4IiBzdHJva2U9IndoaXRlIi8+CjxsaW5lIHkxPSItMC41IiB4Mj0iMTAuNjg2OCIgeTI9Ii0wLjUiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjc5NDI0OSAtMC42MDc1OTIgMC43OTQyNDkgLTAuNjA3NTkyIDQwLjcxOTIgNi42MTA4NCkiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==') no-repeat center center;
}

.home-about002-01 .btn-more .text {
    margin-right: 23px;
    
}


@media screen and (max-width:991px) {
    .home-about002-01 .head-title{
        justify-content: center !important;
        text-align: center;
    }

    .home-about002-01 .title{
        font-size: 25px;
    }
    .home-about002-01 .sub{
        font-size: 20px;
    }

    .home-about002-01 .about-img {
        margin: 0;
    }

    .home-about002-01 .about-img::before {
        padding-bottom: 40%;
    }

    .home-about002-01 .about-box {
        text-align: center;
    }

    .home-about002-01 .about-div{
        width: 100%;
        height: auto;
        margin: 0;
        display: flex;
        flex-direction: column;
        padding: 30px;
        text-align: justify;
        overflow: inherit;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: inherit;
        overflow: inherit;
        height: auto;
        padding: 40px;
    }

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

    .home-about002-01 .about-txt .text-box {
        width: 100%;
    }

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

    .home-about002-01 .btn-more {
        margin-bottom: 0;
    }
    
}



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