.staying-in-touch-section {
    padding: 60px 0;

    .contact-us-text {
        padding: 4px 12px;
        border-radius: 100px;
        color: #10393E;
        background-color: white;
        border: 1px solid #EAEFE9;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        font-family: var(--font-intel);
        margin-bottom: 16px;
    }

    .staying-in-touch-title {
        font-size: 62px;
        line-height: 76px;
        letter-spacing: -0.8px;
        font-weight: 500;
        font-family: var(--font-intel);

        span {
            font-family: var(--font-dm-serif);
            font-style: italic;
        }
    }

    .select {
        border: 1px solid #D0D5DD;
        box-shadow: 0px 1px 2px 0px #1018280D;
        border-radius: 8px;
        padding: 4px 14px;

        .fake-select {
            background-color: #fff;
            padding-left: 0px;
        }
    }

    .get-in-touch-title {
        font-size: 24px;
        line-height: 28px;
        font-weight: 500;
        font-family: var(--font-intel);
        color: #101828;
        margin-bottom: 32px;
    }

    .staying-in-touch-description {
        color: #4D5874;
        letter-spacing: -0.14px;
        font-size: 20px;
        line-height: 30px;
        font-weight: 300;
        font-family: var(--font-intel);
        margin-top: 24px;
        margin-bottom: 64px;
    }

    .contact-us-label {
        font-size: 18px;
        line-height: 30px;
        font-weight: 600;
        font-family: var(--font-intel);
        color: #101828;
    }

    .contact-us-value {
        font-size: 14px;
        line-height: 24px;
        font-weight: 300;
        font-family: var(--font-intel);
        color: #4D5874;
    }

    .contact-us-address {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        font-family: var(--font-intel);
        color: #101219;
        margin-top: 16px;
        margin-bottom: 0;
    }

    .pr-46 {
        padding-right: 46px;
        margin-bottom: 32px;
    }

    .get-in-touch-image {
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .staying-in-touch-form {
        background-color: #EAEFE9;
        padding: 32px;
        border-radius: 24px;

        form {
            background-color: #fff;
            padding: 24px;
            border-radius: 20px;

            input {
                border: 1px solid #D0D5DD;
                box-shadow: 0px 1px 2px 0px #1018280D;
                border-radius: 8px;
                padding: 9px 14px;
            }

            .form-label {
                color: #344054;
                font-size: 14px;
                line-height: 20px;
            }

            .submit-btn {
                background-color: #10393E;
                color: #fff;
                border: none;
                border-radius: 100px;
                padding: 9px 24px;
                font-size: 14px;
                line-height: 20px;
                width: 100%;
                height: 44px;
            }
        }
    }

    @media (max-width: 992px) {
        padding: 32px 0;

        .staying-in-touch-title {
            font-size: 32px;
            line-height: 40px;
            margin-top: 12px;
        }

        .contact-us-address {
            margin-top: 8px;
        }

        .get-in-touch-title {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 24px;
        }

        .staying-in-touch-description {
            font-size: 16px;
            line-height: 24px;
            margin-top: 16px;
            margin-bottom: 32px;
        }

        .staying-in-touch-form {
            padding: 16px;
            border-radius: 16px;

            form {
                padding: 16px;
                border-radius: 16px;

                .form-group {

                    input,
                    textarea {
                        margin-bottom: 0;
                    }
                }

                .select-wrapper {
                    .custom-select {
                        background-color: white;
                        margin-bottom: 0;
                        padding-left: 0;
                    }

                }
            }
        }

        .pr-46 {
            padding-right: 0;
        }
    }
}