#grid-charra,
#grid-lavaine {
    outline-color: #ccc;
    outline-style: solid;
    border-radius: 15px;
    flex-basis: calc(49% - 20px);
}

#grid-charra-inner,
#grid-lavaine-inner {
    padding: 10px;
}

.package-preview {
    width: calc(31% - 25px);
    overflow: hidden;
    padding: inherit;
}

.package-preview img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1279px) {
    .package-preview {
        width: calc(47% - 25px);
    }
}

@media (max-width: 767px) {
    .package-preview {
        width: calc(100% - 25px);
    }
}

.package-title {
    text-align: center;
    font-style: italic;
}

.column-title {
    margin-bottom: 15px;
    text-align: center;
    font-family: 'tequilaregular', Arial, sans-serif;
    font-size: 2.5rem;
}

.video-preview {
    margin-bottom: 15px;
}

.video-preview > div {
    display: flex;
    justify-content: center;
}

.post-preview-content-image video {
    width: 95%;
}

#partner {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

#partner a {
    text-align: center;
}

#partner img {
    max-width: 100%;
}