.majestic_2_images_text_container {
    width: 100%;
    position: relative;
}

.majestic_2_images_text_inner {
    width: 100%;
    height: 80vh;
    position: relative;
    padding: 10vh 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}

.majestic_2_images_text_inner:nth-of-type(even) {
    flex-direction: row-reverse;
}

.majestic_2_images_text_small_image_container {
    flex: 0 1 25%;
    position: relative;
}

.majestic_2_images_text_small_image {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.majestic_2_images_text_section_container {
    flex: 0 1 29%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.majestic_2_images_text_section_inner_container {
    width: 79%;
    height: 65%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: flex-start;
}

.majestic_2_images_text_section_title {
    padding: 0;
    margin: 0;
    position: relative;
    font: 300 calc(var(--majestic_default_font_size) * 1.8) 'Averta', sans-serif;
}

.majestic_2_images_text_section_title span {
    font-weight: 100;
}

.majestic_2_images_text_section_text {
    font: 300 var(--majestic_default_font_size)/var(--majestic_default_line_height) 'Effra', serif;
    padding: 0;
    margin: 0;
    height: calc(var(--majestic_default_line_height) * 5);
    position: relative;
    color: #888;
}

.majestic_2_images_text_big_image_container {
    flex: 0 1 46%;
    position: relative;
}

.majestic_2_images_text_big_image {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.majestic_2_images_text_inner .majestic_accommodation_rooms_link {
    position: relative;
    display: block;
    text-decoration: none;
    color: #000;
    width: fit-content;
    z-index: 0;
    font: 400 calc(var(--majestic_default_font_size) *0.7)/calc(var(--majestic_default_line_height) *0.7) 'Open Sans', serif;
    letter-spacing: calc(var(--majestic_default_font_size) *0.2);
    width: fit-content;
    color: #666;
    padding: 5px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}