.home-about {
    position: relative;
}

    .home-about.grid.wide {
    }

.home-about-container {
    display: flex;
    padding-top: 115px;
    padding-bottom: 83px;
}

.home-about-wrap {
}

    .home-about-wrap.left {
        position: relative;
    }

.home-about .grid.wide {
    position: relative;
    z-index: 1;
}

.home-about-wrap.right {
    flex: 1;
    padding-left: calc(14vw - 5px);
}

.home-about-decor {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
}

    .home-about-decor.one {
        background-color: var(--color-7);
        top: -39px;
        left: 109px;
    }

    .home-about-decor.two {
        background-color: var(--color-3);
        bottom: 72px;
        right: -42px;
    }

.home-about-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.home-about-img img {
}

.home-about-img.one {
    width: 404px;
    height: 462px;
    border-radius: 18px;
    overflow: hidden;
    transform: translateX(146px);
}

.home-about-img.two {
    width: 404px;
    height: 352px;
    border-radius: 18px;
    position: absolute;
    bottom: 0;
}

.home-about-wrap .sub-title {
    margin: 0;
    font-family: 'pathMe';
    color: var(--color-3);
    font-size: 24px;
    font-weight: 100;
    line-height: 118%;
}

.home-about-wrap .name {
    margin: 0;
    font-weight: 100;
    line-height: 100%;
    margin-top: 10px;
    line-height: calc(100% + 10px);
    margin-bottom: 51px;
}

    .home-about-wrap .name span {
        font-family: pathSB;
        font-size: 24px;
        text-transform: uppercase;
        color: var(--color-text-default);
    }

    .home-about-wrap .name strong {
        display: block;
        text-transform: uppercase;
        font-family: pathB;
        font-size: 36px;
        color: var(--color-3);
    }

.home-about-wrap .title {
    margin: 0;
    font-family: 'pathSB';
    font-weight: 100;
    font-size: 24px;
    line-height: 118%;
    text-transform: uppercase;
    color: var(--color-text-default);
}

.home-about-wrap .detail {
    font-size: 18px;
    line-height: 172%;
    margin-top: 10px;
    margin-bottom: 31px;
    color: var(--color-text-2);
}

.home-about-foot {
    display: flex;
    justify-content: space-between;
}

    .home-about-foot .foot-wrap {
    }

        .home-about-foot .foot-wrap.left {
        }

        .home-about-foot .foot-wrap.right {
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .home-about-foot .foot-slogan {
    }

    .home-about-foot .foot-slogan-item {
        display: flex;
        align-items: center;
    }

    .home-about-foot .foot-slogan-icon {
    }

        .home-about-foot .foot-slogan-icon img {
        }

    .home-about-foot .foot-slogan-text {
        color: var(--color-text-default);
        font-family: pathMe;
        font-size: 16px;
        line-height: 196%;
        font-weight: 100;
        display: block;
        margin-left: 9px;
    }

    .home-about-foot .foot-count {
        border: 2px solid var(--color-3);
        background-color: rgb(255 193 60 / 60%);
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 23px 32px;
        justify-content: center;
    }

    .home-about-foot .foot-count-text {
        font-family: barM;
        line-height: 118%;
        font-size: 20px;
        color: var(--color-text-default);
    }

    .home-about-foot .foot-count-number {
        font-family: barSB;
        font-size: 100px;
        line-height: calc(100% - 18px);
        -webkit-text-stroke: 2px var(--color-3);
        color: #fff;
    }

        .home-about-foot .foot-count-number span {
        }

/* Mobile & tablet */
@media (max-width: 1023px) {
    .home-about-container {
        padding: 50px 15px;
    }

    .home-about-wrap.left {
        display: none;
    }

    .home-about-wrap.right {
        padding-left: 0;
    }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
}

/* Mobile */
@media (max-width: 739px) {

    .home-about-container {
        padding: 20px 0;
    }

    .home-about-wrap .name span {
        line-height: 162%;
        font-size: 17px;
    }

    .home-about-wrap .name {
        margin-top: 0;
        margin-bottom: 14px;
    }

    .home-about-wrap .sub-title {
        font-size: 14px;
    }

    .home-about-wrap .name strong {
        font-size: 25px;
    }

    .home-about-wrap .title {
        font-size: 16px;
    }

    .home-about-wrap .detail {
        font-size: 15px;
        line-height: 165%;
        margin-bottom: 22px;
    }

    .home-about-foot {
        flex-direction: column-reverse;
    }

        .home-about-foot .foot-wrap.left {
            margin-top: 20px;
        }
}
