﻿.home-why-item .img {
    display: flex;
    width: 101px;
    height: 101px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(115deg, #33EBFF 8.51%, #00A3D3 91.49%);
    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: 34px 0 40px 0;
    background: url(/Design/img/MoiTruongViet/b1.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;
        top: -149px;
        width: 203px;
        height: 284px;
        pointer-events: none;
    }

.list-why-home {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 24px;
    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;
        top: -45px;
        width: 91px;
        height: 135px;
    }

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

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

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

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

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

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