img {
    max-width: 100%;
}

.home-about003 {
    position: relative;
}


.home-about003 .about-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50%;
    width: 80%;
}

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


.home-about003 .about-box {
    z-index: 2;
    position: relative;
}


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


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

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

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

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

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


.home-about003 .btn-more {
    padding: 8px 22px;
    display: flex;
    align-items: center;
    border-radius: 0;
    transition: 0.3s all linear;
    color: #fff;
}

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

.home-about003 .btn-more:hover {
    border-radius: 50px;
    transition: 0.3s all linear;
}

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


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

    .home-about003 .about-img {
        margin: 0 auto 3rem;
    }

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

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

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

    .home-about003 .btn-more {
        margin-bottom: 3rem;
    }
}

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