.block-contact-page{
    padding: 159px 0px;
    overflow: hidden;
    background-color: #E6DBC8;
    @media screen and (max-width: 768px) {         
        padding: 80px 0px;
    }
    & .inner-grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        position: relative;
        @media screen and (max-width: 768px) {         
            grid-template-columns: 1fr;
        }
        & .large_font {
            -webkit-text-stroke-width: 3px;
            -webkit-text-stroke-color: #B9AC97;
            /* font-family: Worker; */
            font-size: clamp(3.75rem, 0.15rem + 9vw, 8.25rem);
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 7.92px;
            text-transform: uppercase;
            color: transparent;
            font-weight: bolder;
            position: absolute;
            margin-bottom: -40px;           
            @media screen and (max-width: 250000px) {         
                top: -123px;
                right: -67px;
            }   
            @media screen and (max-width: 1300px) {         
                top: -105px;
                right: -10px;
            }
            @media screen and (max-width: 786px) {         
                top: -86px;
                right: -10px;
            }                            
        }
        & > div{
            position: relative;
            & .abs-svg {
                position: absolute;
                bottom: -26px;
                left: 0;
                right: 0;
                width: 100%;
            }
            
        }
        & .gform_wrapper{
            background: #FDF7EC;
            padding: 64px 48px;
            z-index: 9;
            position: relative;
            & .gfield input, & .gfield select, & .gfield textarea{
                background-color: transparent;
                border: 1px solid #B9AC97;
                padding: 16px 24px;                
                &::placeholder {
                    color: #270F0B!important;
                    opacity: 1!important; /* Firefox */
                  }
                  
                &::-ms-input-placeholder { /* Edge 12 -18 */
                    color: #270F0B!important;
                  }
            }
            & .gfield textarea{
                height: 114px !important;
                font-family: var(--wp--preset--font-family--sweet-sans-pro);
            }
            & #field_1_5{
                grid-column: 1 / 7 !important;
            }
            & #field_1_6{
                grid-column: 7 / 13 !important;
            }
            & #gform_submit_button_1{
                cursor: pointer;
                background: #FA7B24;
                padding: 12px;
                color: #FDF7EC;                
                font-family: var(--wp--preset--font-family--worker);
                font-size: 14px;
                font-style: normal;
                font-weight: 700;
                line-height: 24px; /* 171.429% */
                letter-spacing: 0.7px;
                text-transform: uppercase;
                & SVG{
                    display: none;
                }
                &::before{
                    content: none;
                }
            }
        }
        & h1{
            color: #421E17;            
            font-size: clamp(1.5rem, 0.7rem + 2vw, 2.5rem);
            font-style: normal;
            font-weight: 700;
            line-height: 110%;
            text-transform: uppercase;
            margin-bottom: 24px;
            & highlighted{
                color: #AD683D;
            }
        }
        & .short-desc{
            margin-bottom: 24px;
            color: #421E17;
            /* font-family: "Sweet Sans Pro"; */
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 120%; /* 21.6px */
        }
        & h3{
            color: #270F0B;
            /* font-family: Worker; */
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: 140%; /* 19.6px */
            text-transform: uppercase;
            margin-bottom: 4px;
        }
        & .con-details{
            color: #421E17;            
            font-size: 16px;
            font-style: normal;
            font-weight: 350;
            line-height: 140%;
            margin-bottom: 4px;
            & a{
                text-decoration: none;
                color: #421E17;
            }
            & highlighted{
                color: #FA7B24;                
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                line-height: 140%; /* 19.6px */
                padding-right: 8px;
            }
        }
        & .con-details-block{
            margin-bottom: 24px;
        }
    }
}