.package-item{
    display: flex;
    gap: 40px;
    /* justify-content: space-between; */
    align-items: center;
    margin-bottom: 35px;
}

.package-item img {
    width: 200px;
    height: 200px;
    border-radius: 4px;
}

.package-info{
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}