.logo{
    height: 40px;
}
.BOYA_logo{
    height: 200px;

}
.whiteColor{
    color: #fff !important;
}
.cover{
    height: 400px;
    object-fit: cover;
}
.none::after{
    display: none;
}
.underline{
    text-decoration: underline;
}
.cardImg{
    height: 330px;
    object-fit: cover;
}
.imgNone{
    border: 0;
    outline: 0;
    height: 80px;
    width: 80px;
    display: inline-block;
}
.grid{
    display: grid;
    grid-template-columns: repeat(3,auto);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
}