.home-blog-block {
    padding: 140px 0 0;
    gap: 60px;
}

.blog-empty-block {
    height: 100px;
}

.home-blog-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-blog-list-separator {
    width: calc(100% - 60px);
    height: 1px;
    background: rgba(255, 255, 255, 0.24);
    max-width: 1380px;
}

.home-blog-list-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-blog-list-item-content {
    width: calc(100% - 60px);
    max-width: 1380px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-blog-list-item-text {
    color: #858585;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    width: 244px;
}

.home-blog-list-item-content-container {
    width: 691px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-blog-list-item-title {
    width: 520px;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 22px */
}

.home-blog-list-item-link {
    display: inline-flex;
    align-items: center;
    gap: 17px;
    color: #0CB4CE;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 18px */
}

.home-blog-list-item-link i {
    width: 20px;
    height: 20px;
    background-image: url("icon/home/home-blog-list-item-link-icon.svg");
}

.home-blog-list-item-tag {
    display: inline-flex;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #C9C9C9;
    color: #B5B5B5;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    text-transform: uppercase;
    position: relative;
}

.home-blog-list-item:hover {
    background: #17A6BC;
}

.home-blog-list-item:hover .home-blog-list-item-text {
    color: #FFF;
    -webkit-text-stroke-width: 0.47px;
    -webkit-text-stroke-color: #FFF;
}

.home-blog-list-item:hover .home-blog-list-item-tag {
    border: 1px solid #FFF;
    color: #FFF;
}

.home-blog-list-item:hover .home-blog-list-item-link {
    color: #FFF;
}

.home-blog-list-item:hover .home-blog-list-item-link i {
    background-image: url("icon/home/home-blog-list-item-link-icon-hover.svg");
}

.home-blog-list-item-tag .image-container {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-4.442deg);
    width: 447px;
    height: 269px;
    border: 3px solid #0CB4CE;
    z-index: 5;
    overflow: hidden;
}

.home-blog-list-item:hover .home-blog-list-item-tag .image-container {
    display: block;
}

.home-blog-list-item-tag .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-blog-list-item-tag i {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-4.442deg);
    width: 447.42px;
    height: 269.354px;
    border: 3px solid #0CB4CE;
    z-index: 5;
}

.home-blog-list-item:hover .home-blog-list-item-tag i {
    display: block;
}

/*.home-blog-list-item:nth-child(2):hover .home-blog-list-item-tag i {*/
/*    background-image: url("image/home/home-blog-list-item-image-1.webp");*/
/*}*/

/*.home-blog-list-item:nth-child(4):hover .home-blog-list-item-tag i {*/
/*    background-image: url("image/home/home-blog-list-item-image-2.webp");*/
/*}*/

/*.home-blog-list-item:nth-child(6):hover .home-blog-list-item-tag i {*/
/*    background-image: url("image/home/home-blog-list-item-image-3.webp");*/
/*}*/

/*.home-blog-list-item:nth-child(8):hover .home-blog-list-item-tag i {*/
/*    background-image: url("image/home/home-blog-list-item-image-4.webp");*/
/*}*/

.home-blog-link {
    color: #B5B5B5;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-top: 40px;
}

.home-blog-link:hover {
    color: #fff;
}

@media (min-width: 990px) and (max-width: 1439px) {
    .home-blog-block {
        gap: 55px;
        padding: 90px 0 0;
    }

    .home-blog-list-item-tag i {
        display: none !important;
    }

    .home-blog-list-item-content-container {
        width: 395px;
    }

    .home-blog-list-item-link span {
        display: none;
    }

    .home-blog-list-item-title {
        width: 341px;
        font-size: 18px;
    }

    .home-blog-list-item-content {
        width: calc(100% - 80px);
    }

    .home-blog-list-separator {
        width: calc(100% - 80px);
    }



    .blog-empty-block {
        height: 80px;
    }
}

@media (max-width: 989px) {
    .home-blog-block {
        padding: 80px 0 0;
        gap: 30px;
    }

    .blog-empty-block {
        height: 60px;
    }

    .home-blog-list-item-tag i {
        display: none !important;
    }

    .home-blog-list-item-content {
        width: calc(100% - 30px);
    }

    .home-blog-list-separator {
        width: calc(100% - 30px);
    }

    .home-blog-list-item-text {
        display: none;
    }

    .home-blog-list-item-content-container {
        width: calc(100% - 92px);
        gap: 24px;
    }

    .home-blog-list-item-tag {
        padding: 12px 10px;
        font-size: 12px;
    }

    .home-blog-list-item-link span {
        display: none;
    }

    .home-blog-list-item-title {
        width: auto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
    }

    .home-blog-link {
        margin-top: 30px;
    }
}
