.home-about {
    position: relative;
    background-image: url(../../../../Design/img/home-about-bg.png);
    background-size: cover;
}

    .home-about.grid.wide {
    }

.home-about-container {
    display: flex;
    padding-top: 30px;
    padding-bottom: 206px;
    flex-direction: row-reverse;
}

.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-top: 38px;
}

.home-about-decor {
    position: absolute;
    z-index: 2;
}

    .home-about-decor.one img {
        width: 67px;
    }

    .home-about-decor.one {
        width: 112px;
        height: 112px;
        bottom: 93px;
        left: 89px;
        background-color: var(--color-2);
        border-radius: 50%;
    }

    .home-about-decor.two {
        bottom: -217px;
        right: 68px;
    }

.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: 568px;
    height: 570px;
    overflow: hidden;
    transform: translateX(128px);
}

.home-about-img.two {
    width: 389px;
    height: 277px;
    position: absolute;
    bottom: -131px;
    left: 23px;
    border: 15px solid #fff;
}

.home-about-wrap .sub-title {
    margin: 0;
    font-family: abSB;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    border-radius: 4px;
    background-color: var(--color-1);
    width: fit-content;
    text-transform: uppercase;
    padding: 0 10px;
    padding-top: 6px;
    padding-bottom: 4px;
}

.home-about-wrap .name {
    margin: 0;
    font-weight: 100;
    line-height: 100%;
    max-width: 478px;
    font-family: 'abSB';
    font-size: 48px;
    text-transform: uppercase;
    margin-top: 18px;
    color: var(--color-2);
    display: block;
    line-height: 127%;
}



    .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-weight: 100;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--color-1);
    line-height: 150%;
    margin-top: 13px;
}

.home-about-wrap .detail {
    font-size: 16px;
    line-height: 150%;
    color: #6a6a6a;
    margin-top: 21px;
}

.home-about-foot {padding-top: 38px;}

.home-about-foot .foot-btn {border-radius: 4px;background-color: var(--color-1);font-family: 'abSB';user-select: none;color: #fff;line-height: 100%;font-size: 16px;padding: 0 28px;padding-top: 11px;padding-bottom: 10px;width: fit-content;transition: all .3s;}
.home-about-foot .foot-btn:hover {
    background-color: var(--color-2);
    color: var(--color-1)
}
.home-about-count .count-item:last-child::before {
    display: none;
}
.home-about-count {display: grid;grid-auto-rows: minmax(min-content,max-content);grid-template-columns: repeat(3,minmax(0,1fr));column-gap: 94px;row-gap: 5px;margin-top: 61px;}
.home-about-count .count-item::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 92px;
    border-left: 1px dashed #AE8D60;
    right: -39px;
}
    .home-about-count .count-item {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    }

    .home-about-count .count-item-text {
    color: var(--color-1);
    font-size: 16px;
    display: block;
    font-family: plusM;
    margin-top: 10px;
    }

    .home-about-count .count-item-number {
    color: var(--color-2);
    font-family: epB;
    font-size: 42px;
    line-height: 100%;
    }

        .home-about-count .count-item-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;
        padding-top: 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-bottom: 14px;
        font-size: 28px;
    }

    .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;
        padding-top: 0;
    }

        .home-about-foot .foot-wrap.left {
            margin-top: 20px;
        }
    .home-about-count {
        margin-top: 25px;
        column-gap: 10px;
    }
    .home-about-count .count-item-number {
        font-size: 27px;
    }
    .home-about-count .count-item-text {
        margin-top: 4px;
        font-size: 11px;
    }
    .home-about-count .count-item::before {
        display: none;
    }
}
