.vh-full {
    height: 100vh !important;
}
.header-package h4{
    padding: 15px 0 10px 0 ;
}
.header-package p{
    padding: 0 0 10px 0;
}
.list-news{
    display: flex;
    flex-direction: column;
    padding: 10px 0 0 0 ;
}
.list-news .item-news{
    display: flex;
    flex-direction: row;
    gap: 15px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.item-news img{
    width: 40%;
}
.item-news span{
    font-size: 15px;
    padding: 10px 0;
    font-weight: bold;
}
