.fascia{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
}
.fascia p{
    max-width: 600px;
    margin: 20px auto 0;
}

.elenco-pacchetti{
    margin-bottom: 100px;
}
.elenco-pacchetti .alert-info {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.elenco-pacchetti .alert-info p {
    margin: 0;
    font-size: 16px;
}

.pacchetto{
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 32px;
    display: flex;
}
.pacchetto img{
    height: 300px;
    width: 35%;
    object-fit: cover;
    object-position: center;
}
.pacchetto .pacchetto__content {
    padding: 16px;
    position: relative;
}
.pacchetto span{
    color: #009ADE;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    line-height: 18px;
}
.pacchetto h5 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    margin-top: 4px;
}
.pacchetto .bottom-container{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 16px 24px;
}
.pacchetto .bottom-container p {
    margin: 0;
    font-size: 14px;
    color: #5A5A5A;
    margin-bottom: 8px;
}
.pacchetto .bottom-container a {
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bolder;
    background-color: #F4B300;
    border-color: #F4B300;
    border-radius: 0;
    letter-spacing: 1.5px;
}