.ecopoint {
    background: rgb(232, 235, 243);
    background: linear-gradient(0deg, rgba(232, 235, 243, 1) 0%, rgb(136, 175, 185) 100%);
}

.img-round {
    border-radius: 20px;
}

.img-circle {
    border-radius: 50%;
    box-shadow: 2px 2px 5px #000a;


}

.coment-sailun {
    background-color: aliceblue;
    box-shadow: 2px 2px 5px #000a;
    border-radius: 20px;
    width: fit-content;
}