.page-template-page-single-real_estate {
    background: #F4F2F2;
    font-size: 16px;
}

.real_estate h1 {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Oswald", sans-serif;
    font-size: 150px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	letter-spacing: -2.9px;
}
.hero_insurence {
    width: 1920px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.hero_insurence h1 {
    height: 1920px;
    max-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 423px;
    text-transform: uppercase;
}
.real_estate h2 strong {
    color: #000;
}
.real_estate section:not(.hero_insurence) > .wp-block-group__inner-container {
    width: 1300px;
    max-width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto; 
}

.insurence_02 > .wp-block-group__inner-container {
    margin-top: -243px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
    padding: 37px 32px 49px 32px;
    margin-bottom: 70px;
}

 
.real_estate .wp-element-button.wp-block-button__link {
    background: #EB2424;
    color: #FFF;
}
.real_estate .wp-element-button.wp-block-button__link:hover {
    background: #EB2424;
    opacity: .8;
}
.insurence_02 .wp-block-separator {
    margin: 27px 0 0 0;
}
.insurence_02 h2 {
    text-transform: uppercase;
}
.back_estate_full_bali {
    background: url(../images/estate/bali_back.jpg)  50% 423px no-repeat;
}
.back_estate_full_spai {
    background: url(../images/estate/back_span.jpg)  50% 423px no-repeat;
}
.back_estate_full_cactus {
    background: url(../images/estate/back_cactus.jpg)  50% 423px no-repeat;
}

.corner_border {
    padding: 12px;
    position: relative;
}
.corner_border:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border-top: 4px solid #EB2424;
    border-left: 4px solid #EB2424;
}
.corner_border:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 32px;
    border-bottom: 4px solid #EB2424;
    border-right: 4px solid #EB2424;
}
.corner_border .envira-gallery-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border-top: 4px solid #EB2424;
    border-right: 4px solid #EB2424;
}
.corner_border .envira-gallery-wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-left: 4px solid #EB2424;
    border-bottom: 4px solid #EB2424;
}

.insurence_03 .wp-block-columns {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #EB2424;
    border-bottom: 1px solid #EB2424;
    margin-bottom: 70px;
}
.insurence_03 .wp-block-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.insurence_03 .wp-block-buttons {
    margin-top: auto;
}
.insurence_03 .wp-element-button.wp-block-button__link {
    max-width: 487px;
    width: 100%;
}
.insurence_03 p {
    width: 539px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.insurence_03 p strong {
    color: #EB2424;
}
.insurence_03 img {
    border-radius: 10px;
}
.insurence_04 {
    padding-bottom: 78px;
}
.insurence_04 .wp-block-group__inner-container {
    padding: 50px 18px 95px 18px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.20);
}
.insurence_04 h2 {
    margin-bottom: 25px;
    padding-left: 18px;
    text-transform: uppercase;
}

.insurence_04 .wp-block-envira-envira-gallery {
    position: relative;
    padding: 18px;
}
.insurence_04 .envira-gallery-wrap,
.insurence_04 .envira-gallery-wrap .envira-gallery-public {
    margin-bottom: 0 !important;
}
.insurence_04 img {
    transition: .3s ease-in-out;
}
.insurence_04 img:hover {
    transform: scale(1.03);
}
.insurence_02_col_left .wp-block-image  {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.with_bullet {
    position: absolute;
    bottom: 14px;
    left: 0;
    color: #EB2424;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    padding-left: 20px;
}
.with_bullet:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 10px;
    height: 10px;
    background: #EB2424;
    border-radius: 50%;
}
@media screen and (max-width: 781px) {
    .hero_insurence h1 {
        font-size: 40px;
    }
    .real_estate h2 {
        font-size: 28px;
    }
}