body {
    background: #F2F3F6;
}
.container_about_us .edit-link {
    display: none;
}
.entry-content figure {
    margin: 0;
}

.header_photo_partner img {
    margin-bottom: auto;
}

.hero-text-block .wp-block-columns {
    display: flex;
    align-items: center;
}

.hero-text-block h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}
.hero-text-block .wp-block-columns h1 {
    color: #090712;
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.hero-text-block .wp-block-columns p {
    color: #090712;
    font-family: var(--font-family-helvetica);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.why-eternel-section {
    padding-top: 20px;
    padding-bottom: 60px;
}
.block_group_inner {
    /*margin-bottom: 20px;*/
}

.icon_eternel_contact img {
    display: flex;
    width: 120px;
    height: 140px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    transition: transform 0.3s
    ease;
}
.icon_eternel_contact img:hover {
    transform: scale(1.15);
    transition: transform 0.3s
    ease;
}


.why-eternel-section .wp-block-columns {
    gap: 20px;
}

.why-eternel-section .wp-block-column {;
    /*border: 1px solid #EAEAEA;*/
    text-align: left;
    transition: transform 0.3s
    ease, background-color 0.3s
    ease, box-shadow 0.3s
    ease;
    border-radius: 20px;
    background: #FFF;
    display: flex;
    height: 469px;
    padding: 20px;
    flex-direction: column;
    flex: 1 0 0;
    justify-content: flex-end;
    position: relative;
    cursor: pointer;
}
/*.why-eternel-section .wp-block-column .wp-block-heading a::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    z-index: 1; */
/*}*/
.why-eternel-section .wp-block-column:hover {
    border-radius: 20px;
    background: var(--Green-600, #9EE334);
}
.why-eternel-section .wp-block-column:hover img {
    border-radius: 64px;
    background: var(--White-600, #FFF);
}
.why-eternel-section .wp-block-column p {
    color: #1B1444;
    font-family: var(--font-family-helvetica);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block_heading_partner {
    color:  #1B1444;
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-top: 60px;
}
.why-eternel-section .wp-block-image img {
    height: 66px;
    width: 66px;
    border-radius: 64px;
    background: var(--BG, #F2F3F6);
}

.journey-section {
    color: #1b1444;
    background-color: #9ee334;
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 136px;
    align-self: stretch;
    border-radius: 20px;
    background: var(--Green-600, #9EE334);
    margin-top: 60px;
}

.container_about_us {
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 109px;
    padding-bottom: 60px;
}
.title_reliable_partner {
    color: #1B1444;
    font-family: var(--font-family-helvetica);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.header_photo_partner {
    margin-bottom: auto!important;
}
.real_estate_headline {

}
.section_contact_form {
    margin-top: 60px;
    padding-bottom: 0;
}
.site_main_about_us {
    background: #F2F3F6;
}

.journey-section .button-animated {
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #090712;
    font-family: var(--font-family-helvetica);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 6px;
    background: var(--White-600, #FFF);

}

.journey-section .button-animated:hover {
    background-color: #1B1444;
    color: #FFFFFF;
}

.journey-section .arrow-container {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 20px;
    margin-left: 4px;
    overflow: hidden;
}

.journey-section .arrow-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: currentColor;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s ease;
}

.journey-section .arrow-container .arrow-svg:first-child {
    transform: translate(0, 0);
    opacity: 1;
}

.journey-section .arrow-container .arrow-svg:last-child {
    transform: translate(-100%, 100%);
    opacity: 0;
}

.journey-section .button-animated:hover .arrow-svg:first-child {
    transform: translate(100%, -100%);
    opacity: 0;
}

.journey-section .button-animated:hover .arrow-svg:last-child {
    transform: translate(0, 0);
    opacity: 1;
}

.container_form_contact_form {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border-radius: 14px;
    background: #FFF;
}
@media screen and (min-width: 744px) {
    .container_form_contact_form {
        padding: 40px;
    }
}
.block_columns_travel {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.journey-section h2 {
    color: #090712;
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.journey-section p {
    color: #090712;
    font-family: var(--font-family-helvetica);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


.icon_page_about {
    width: 220px;
    height: 510px;
    margin-left: auto;
    margin-right: auto;
}
.image_page_about {
    border-radius: 20px;
}
@media screen and (min-width: 744px) {
    .image_about_us_page img {
        height: auto;
        border-radius: 20px;
    }
    .image_about_us_page_one img {
        display: none;
    }
    .image_page_about img {
        height: auto;
        object-fit: cover;
        border-radius: 0;
    }

    .hero-text-block {
        position: relative;
        z-index: 10;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        display: flex;
        padding: 40px;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
        border-radius: 20px;
        background: #9EE334;
    }
    .hero-text-block .wp-block-image {
        /*max-width: 100px;*/

        margin: 0;
        margin-left: auto;
        width: 120px;
        height: 140px;
    }
    .entry-content figure {
        margin-bottom: 20px;
    }
    .container_about_us {
        padding-top: 89px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 60px;
    }
    .icon_eternel_contact_page {
        flex-basis: fit-content!important;
    }
    .entry-content .hero-text-block .icon_eternel_contact_page  {
        display: flex;
        flex-direction: column;
        flex-basis: fit-content!important;
        flex-grow: 1!important;
        min-width: auto;
        flex-basis: auto;
    }
    .entry-content .hero-text-block  .eternel_contact_page_text {
        display: flex;
        flex-direction: column;
        min-width: auto;
        flex-basis: auto;
    }
    .box_row_items_info_contact_form {
        flex-direction: column;
    }
    .section_contact_form {
        gap: 20px;
    }
}
.wp-block-columns {
    /*display: none!important;*/
}
@media screen and (min-width: 1650px) {
    .image_page_about {
        /*display: flex;*/
        /*height: 938.823px;*/
        /*padding: 214px 0 214.823px 0;*/
        /*justify-content: center;*/
        /*align-items: center;*/
        /*align-self: stretch;*/
        aspect-ratio: 1600.00/938.82;
        /*border-radius: 20px;*/
        /*background: url(<path-to-image>) lightgray 50% / cover no-repeat, #FFF;*/;
    }
    .container_about_us {
        padding-top: 109px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 60px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1650px) {
    .container_about_us {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 109px;
    }
    .image_page_about {
        /*display: flex;*/
        /*height: 938.823px;*/
        /*padding: 214px 0 214.823px 0;*/
        /*justify-content: center;*/
        /*align-items: center;*/
        /*align-self: stretch;*/
        aspect-ratio: 1600.00/938.82;
        /*border-radius: 20px;*/
        /*background: url(<path-to-image>) lightgray 50% / cover no-repeat, #FFF;*/;
    }
}


@media screen and (min-width: 744px) and (max-width: 1100px) {
    .image_page_about {
        height: auto;
        /*max-height: 340px;*/
        min-height: 413px;
        border-radius: 20px;
    }
    .hero-text-block .wp-block-columns h1 {
        font-size: 42px;
        /*width: 464px;*/
    }
    .hero-text-block .wp-block-columns p {
        /*width: 464px;*/
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        /*flex-basis: 68% !important;*/
    }
    .hero-text-block .wp-block-columns {
        flex-wrap: nowrap!important;
    }
    .block_heading_partner {
        margin-top: 30px;
    }
    .why-eternel-section {
        padding-top: 28px;
        /*display: grid;*/
        /*grid-template-columns: repeat(2, 1fr);*/
        align-items: start;
        gap: 20px;
        padding-bottom: 30px;
    }
    .wp-block-group__inner-container {

    }


}
@media screen and (min-width: 744px) and (max-width: 899px) {
    .icon_page_about {
        width: 110px;
        height: 255px;
        flex-shrink: 0;
        margin-top: auto;
        margin-bottom: auto;

    }

}
@media screen and (min-width: 744px) and (max-width: 1279px) {
    .journey-section {
        margin-top: 30px;
    }
}
@media screen and (min-width: 900px) and (max-width: 1279px) {
    .icon_page_about {
        width: 150px;
        height: 235px;
        flex-shrink: 0;
        margin-top: auto;
        margin-bottom: 167px;

    }
    .image_page_about img {
        /*width: 150px;*/
        /*height: 450px;*/
        margin-top: 45px;

    }
    .image_page_about {
        height: 540px;
    }

}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
    .image_page_about img {
        margin-top: 30px;
        width: 190px;
    }

 }
@media screen and (min-width: 1001px) {
    .why-eternel-section .wp-block-columns {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: start;
        gap: 20px;
    }
    .why-eternel-section .wp-block-column p {
        -webkit-line-clamp: 5;
    }
}

@media screen and (min-width: 588px) and (max-width: 1000px) {
    .why-eternel-section .wp-block-columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: start;
        gap: 20px;
    }
    .why-eternel-section .wp-block-column p {
        -webkit-line-clamp: 5;
    }
}
@media screen and (max-width: 743px) {

    .image_about_us_page img {
        display: none;
    }
    .why-eternel-section .wp-block-column p {
        -webkit-line-clamp: 5;
    }
    .icon_page_about {
        width: 110px;
        height: 255px;
        flex-shrink: 0;
        margin-top: auto;
        margin-bottom: auto;

    }
    .icon_page_about img {
        width: 110px;
        height: 255px;
        flex-shrink: 0;
        margin-top: auto;
        margin-bottom: auto;


    }
    .image_page_about img {
        object-position: center!important;
        border-radius: 0;
    }
    .image_page_about {
        height: auto;
        max-height: 340px;
        min-height: 340px;
        border-radius: 20px;
    }
    .container_about_us {
        padding-top: 79px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 36px;
    }
    .hero-text-block {
        display: flex;
        padding: 20px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        align-self: stretch;
        border-radius: 20px;
        margin-top: 20px;
    }
    .hero-text-block .wp-block-columns h1 {
        font-size: 28px;
    }
    .icon_eternel_contact img {
        display: flex;
        width: 85px;
        height: 100px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hero-text-block .wp-block-columns {
        text-align: center;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .hero-text-block .wp-block-image {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        height: 100px;
    }
    .journey-section,
    .why-eternel-section {
        padding-top: 28px;
        padding-bottom: 30px;
    }
    .hero-text-block .wp-block-columns h1 {
        margin-bottom: 20px;
    }
    .block_heading_partner {
        font-size: 32px;
        margin-top: 30px;
    }
    .why-eternel-section .wp-block-column {
        display: flex;
        height: 330px;
        padding: 20px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
    }
    .journey-section {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 20px;
    }
    .section_contact_form {
        margin-top: 30px;
        gap: 20px;
    }
    .journey-section h2 {
        font-size: 28px;
    }
    .journey-section p {
        font-size: 16px;
    }
    .journey-section .button-animated {
        width: 100%;
        justify-content: center;
    }
    .journey-section .arrow-svg {
        top: 0;
    }
}
@media screen and (min-width: 501px) and (max-width: 743px) {
    .image_about_us_page_one img {
        max-height: 340px;
        min-height: 340px;
        object-fit: cover;
        border-radius: 20px;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .image_about_us_page_one img {
        /*max-height: 340px;*/
        min-height: 340px;
        object-fit: cover;
        border-radius: 20px;
        width: 100%;
    }
    .journey-section .button-animated {
        max-width: 100%;
    }
}
.container_about_us .entry-content {
    margin-top: 0;
}
.page-id-144 .container_about_us {
    width: 100%;
}

@media screen and (min-width: 1280px) and (max-width: 1650px) {
    .page-id-144 .container_about_us {
        max-width: 100%;
        margin-right: 40px;
        margin-left: 40px;
        width: calc(100% - 80px);
    }
}


.why-eternel-section .wp-block-column {
    position: relative;
}

.why-eternel-section .wp-block-column .wp-block-heading a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
