:root {
    --font-poppins: "Poppins", sans-serif;
    --font-playfair-display: "Playfair Display", sans-serif;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --text-body: #262626;
    --theme-dark: #262626;
    --theme-dark-rgb: 38, 38, 38;
    --goldern-yellow: #C9AF68;
    --goldern-yellow-rbg: 201, 175, 104;
    --goldern-light: #F9F7F4;
    --white: #fff;
    --error-text: #BF481B;
    --black: #000;
    --transition: all 400ms ease-in-out;
    --golden-gradient: linear-gradient(180deg, #F9F7F4 0%, #FFF 100%);
    
}
.prefooter-contact{
    margin-bottom: 90px;
}
.prefooter-contact .contact-left-content{
    max-width: 458px;
}

.social-icons{
    display: flex;
    align-items: center;
}
.social-icons:not(:last-child){
    margin-bottom: 40px;
}

.social-icons a:not(:last-child){
    margin-right: 29px;
}

.social-icons a{
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.social-icons a:hover{
    opacity: 0.7;
}
.social-icons a img{
    object-fit: contain;
    width: 26px;
    height: 26px;
}

.contact-form-right{
    border-radius: 10px;
    max-width: 612px;
    margin-left: auto;
    margin-right: 67px;
    padding: 53px 91px;
}

.contact-form-right h5{
    font-weight: var(--fw-600);
    color: var(--theme-dark);
    font-size: 20px;
    line-height: 32px; /* 160% */
}

.contact-form-right .get-in-touch-form-row{
    margin-top: 24px;
}