﻿.home-why-item .img {
    display: flex;
    width: 101px;
    height: 101px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #FFA418 -1.66%, #FBCD00 102.72%);
    border-radius: 50px;
}

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

    .home-why-item .content h3 {
        margin: 0;
        color: #FFFEFE;
        font-family: 'Oswald-Medium';
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        width: 205px;
    }

    .home-why-item .content span {
        display: block;
        color: #FFF;
        font-family: 'Inter_24pt-Regular';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 6px;
    }

.home-why {
    position: relative;
    padding: 45px 0 45px 0;
    background: url(/Design/img/QueenFarmPlus/bb.png) no-repeat;
    background-size: cover;
}

    .home-why:before {
        content: "";
        position: absolute;
        background: url(/Design/img/MoiTruongViet/tree.png) no-repeat;
        background-size: cover;
        left: 0;
        bottom: -187px;
        width: 203px;
        height: 284px;
        pointer-events: none;
    }

    .home-why .grid.wide {
        padding: 0;
    }

.list-why-home {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 50px;
    row-gap: 34px;
}

.home-why-item .content {
    margin-left: 21px;
    flex: 1 1 0;
    width: 275px;
}
/*RS*/
@media(max-width:1023px) {
}

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

@media(max-width:739px) {
    .list-why-home {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 24px;
        row-gap: 20px;
    }

    .home-why:before {
        content: "";
        position: absolute;
        background: url(/Design/img/MoiTruongViet/tree.png) no-repeat;
        background-size: cover;
        left: 0;
        bottom: -94px;
        width: 91px;
        height: 135px;
    }

    .home-why {
        padding: 25px 0;
    }

        .home-why .grid.wide {
            padding: 0 10px;
        }

    .home-why-item .content h3 {
        font-size: 15px;
        width: max-content;
        text-transform: unset;
    }

    .home-why-item .content span {
        font-size: 14px;
    }

    .home-why-item .img img {
        width: 47%;
        height: auto;
    }

    .home-why-item:nth-child(3) .img img {
        width: 77%;
        height: auto;
    }

    .home-why-item .content {
        width: max-content;
        margin-left: 15px;
    }

    .home-why-item .img {
        width: 65px;
        height: 65px;
    }
}