.home-service {
}

    .home-service .grid.wide {
        max-width: 1440px;
        padding: 0;
    }

.home-service-container {
    display: flex;
    gap: 10px;
}

.home-service-item:nth-child(2) {
    height: calc(432px * 2);
    grid-column: 2 / span 2;
    grid-row: 1 / span 2;
    flex: 1;
}

.home-service-item {
    height: 427px;
    position: relative;
    margin-bottom: 10px;
}

    .home-service-item:last-child {
        margin-bottom: 0;
    }

    .home-service-item::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 85, 89, 1) 100%);
        opacity: .5;
    }

    .home-service-item .img {
    }

        .home-service-item .img img {
        }

    .home-service-item .content {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 0 14px;
        padding-bottom: 36px;
    }

        .home-service-item .content h3 {
            margin: 0;
            text-transform: uppercase;
            font-family: avertaB;
            color: #fff;
            font-size: 32px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            text-align: center;
        }

        .home-service-item .content span {
            display: block;
            text-align: center;
            color: #fff;
            text-transform: uppercase;
            font-family: avertaL;
            font-size: 22px;
            margin-top: 19px;
        }

.home-rating {
    height: 427px;
    background-image: url(../../../../Design/img/home-rating-bg.png);
    background-size: cover;
}

    .home-rating .swiper {
        height: 100%;
    }

.home-rating-item {
    height: 100%;
    padding: 0 71px;
    color: #fff;
    padding-top: 88px;
    padding-bottom: 45px;
}

    .home-rating-item .top {
        display: flex;
        align-items: center;
    }

    .home-rating-item .top-avatar {
        width: 104px;
        height: 104px;
        border-radius: 50%;
        overflow: hidden;
    }

        .home-rating-item .top-avatar img {
        }

    .home-rating-item .top-content {
        padding-left: 22px;
    }

    .home-rating-item .top-name {
        margin: 0;
        font-weight: 100;
        font-size: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .home-rating-item .top-rating {
        margin-top: 10px;
    }

        .home-rating-item .top-rating i {
            color: #C9A885;
        }

    .home-rating-item .top-job {
        font-size: 18px;
        font-weight: 100;
        line-height: 230%;
        margin-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .home-rating-item .bottom {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 20px;
        line-height: 180%;
        margin-top: 27px;
        color: rgb(255 255 255 / 80%);
    }

.home-rating .swiper-pagination {
    padding: 0 71px;
    display: flex;
    bottom: 45px;
}

    .home-rating .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: transparent;
        opacity: 1;
        border: 1px solid #fff;
        margin: 0 4px;
    }

    .home-rating .swiper-pagination .swiper-pagination-bullet-active {
        border-color: var(--color-1);
    }

.home-service-wrap {
}

    .home-service-wrap:nth-child(1) {
        width: 833px;
    }

    .home-service-wrap:nth-child(2) {
        flex: 1;
    }

        .home-service-wrap:nth-child(2) .home-service-item {
            height: 864px;
        }
/* Mobile & tablet */
@media (max-width: 1023px) {
    .home-service-container {
        flex-direction: column;
    }

    .home-service-item {
        height: 427px !important;
    }
}

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

/* Mobile */
@media (max-width: 739px) {
    .home-service-wrap {
        width: 100% !important;
    }

    .home-service-item {
        height: 340px !important;
    }

        .home-service-item .content h3 {
            font-size: 22px;
            -webkit-line-clamp: 2;
        }

        .home-service-item .content span {
            font-size: 14px;
            margin-top: 13px;
        }

    .home-rating-item {
        padding: 20px;
    }
}
