.package-img {
    display: grid;
    justify-items: center;
    margin-top: 60px;
}

.package-img img {
    width: 60%;
}

.package-img img:hover {
    transform: scale(1.1);
}

#packages-container .title a {
    color: #ff9800;
}

#packages-container .title a:hover {
    color: #ff9800;
    text-decoration: underline;
}

#packages-container {
    padding-bottom: 50px;
}

.price-bottom {
    text-align: left;
}

@media (max-width: 990px) {
    .package-img img {
        width: 100%;
    }
}