html body {
     background-color: var(--colorSand);
}

.suzie_main_heading {
    text-transform: uppercase ;
    font-size: 5rem;
    font-weight: 200;
}
.weddingDate {
    font-family: serif !important;
    font-size: 31px !important;
    font-style: italic !important;
    line-height: 40px !important;
    font-weight: 400;
}

p.center.weddingIntro {
    margin: 10px 0;
}

section.palm-tree-bis,
section.palm-tree-nex {
    position: relative;
}

/* Arriba izquierda */
section.palm-tree-bis::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 250px;
    background: url('/dam/multiHotel-Roc-Hotels/suzie-and-eoin/full_palm_tree.webp') 
                no-repeat left top / contain;
}

/* Abajo derecha */
section.palm-tree-nex::after {
    background: url('/dam/multiHotel-Roc-Hotels/suzie-and-eoin/full_palm_tree.webp') 
                no-repeat right bottom / contain;
    width: 250px;
    height: 250px;
}
section.palm-tree-nex::after, section.palm-tree-nex-beta::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
}

section.palm-tree-nex-beta::after {
    background: url('/dam/multiHotel-Roc-Hotels/suzie-and-eoin/roc-logo-hoja-roja.webp') 
                no-repeat right bottom / contain;
    width: 250px;
    height: 250px;
}


.rounded_images {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 320px;
}


.flexDescription {
    display: flex;
    align-items: flex-start;
    max-width: 400px;
    margin: 0 auto;
}
.flexDescription .weddingIntro {
    text-align:left!important;
}
img.lazy-load.logoPalmeraDeco {
    width: 30px;
    object-fit: contain;
}


@media screen and (max-width:780px) {
    h2.wedding_secondary_heading {
    margin-top: 0!important;
}

section.palm-tree-nex::after, section.palm-tree-bis::before, 
section.palm-tree-nex-beta::after {
    width: 150px;
    height: 150px;
    z-index: -3;
    filter: opacity(0.2);
}

.suzie_main_heading {
    font-size: 3rem;
}
.wedding_midle_text-section {
        padding: 2rem 0;
}
.rotated-title {
    position:relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center!important;
    min-height: auto;
}
p.rotated-title span {
    transform: none !important;
    writing-mode: horizontal-tb;
}
.bulleted_list_grid-container {
    padding:0!important;
}
}

