﻿.top-list-img-home {
    text-align: center;
    margin-bottom: 40px;
}

img.decor-img-home-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 946px;
}

.tree-img-bottom-decor {
    position: absolute;
    bottom: -153px;
    left: 0;
    z-index: -1;
}

.top-list-img-home h6 {
    margin: 3px 0 17px 0;
    text-transform: capitalize;
    font-family: 'BeVietnamPro-Medium';
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: linear-gradient(180deg, #18f068 0%, #00753d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bottom-list-img-home {
    display: inline-block;
}

.item-col-img-h a img {
    width: 100%;
    height: 244px;
    border-radius: 15px;
    object-fit: cover;
}

.item-col-img-h:nth-child(1), .item-col-img-h:nth-child(6) {
    width: 30%;
    display: inline-block;
}

.item-col-img-h:nth-child(2), .item-col-img-h:nth-child(5) {
    width: 26%;
    display: inline-block;
    margin: 0 13px;
}

.item-col-img-h:nth-child(3), .item-col-img-h:nth-child(4) {
    width: 40%;
    display: inline-block;
}

.item-col-img-h:nth-child(4), .item-col-img-h:nth-child(5), .item-col-img-h:nth-child(6) {
    margin-top: 11px;
}

.title-home-img {
    text-align: center;
}

    .title-home-img img {
        margin: auto;
    }

.tree-img-top-decor {
    position: absolute;
    top: -182px;
    right: 0;
    z-index: -1;
}

.top-list-img-home section {
    width: 625px;
    color: #5F5F5F;
    text-align: center;
    font-family: 'Manrope-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin: auto;
}

.item-col-img-h a {
    display: block;
    width: 100%;
    height: 100%;
}

.w-list-img-home {
    padding-top: 44px;
    padding-bottom: 50px;
    position: relative;
}

/*RS*/
@media(max-width:1023px) {
    .top-list-img-home section {
        width: 100%;
    }

    .top-list-img-home h6 {
        font-size: 24px;
    }

    .w-list-img-home {
        padding-top: 40px;
        padding-bottom: 55px;
    }

    .tree-img-bottom-decor {
        width: 21%;
        bottom: -17px;
    }

        .tree-img-top-decor img, .tree-img-bottom-decor img {
            width: 100%;
        }

    .tree-img-top-decor {
        width: 17%;
        top: -37px;
    }

    img.decor-img-home-back {
        height: auto;
    }

    .item-col-img-h:nth-child(1), .item-col-img-h:nth-child(6) {
        width: auto;
        display: inline-block;
    }

    .top-b-list-img {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 10px;
    }

    .item-col-img-h a img {
        height: 150px;
    }

    .item-col-img-h:nth-child(2), .item-col-img-h:nth-child(5) {
        width: auto;
        display: inline-block;
        margin: 0;
    }

    .item-col-img-h:nth-child(3), .item-col-img-h:nth-child(4) {
        width: auto;
        display: inline-block;
    }

    .item-col-img-h:nth-child(4), .item-col-img-h:nth-child(5), .item-col-img-h:nth-child(6) {
        margin-top: 0;
    }
}