.de-contactUs-container {
    background-color: #BFFCF3;
    transform: translateY(-42px);
}

.de-inner-container {
    width: 100%;
    display: flex;
    padding-top: 40px;
    padding-bottom: 60px;
}

#primary {
    padding:0;
}
.heading-h2 {
    width: 30%;
    margin-top: 70px;
    margin-right: 50px;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 70%;
    padding: 50px 30px;
    margin-top: 30px;
    margin-bottom: 60px;
    margin-right: 20px;
    margin-left: 40px;
    border-radius: 10px;
}

.contact-us-heading {
    color: var(--Primary-Dark-Gray, #45474A);
    font-family: Brown;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: lowercase;
    float: right;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 28px;
    margin-right:25px;

}

.de-text-container {
    width: 85%;
    padding:20px;
    margin-bottom:40px;
}
.de-text-container p {
    padding-bottom: 10px;
    
}


.header-content {
    color: var(--Primary-Dark-Gray, #45474A);
    text-align: center;
    font-family: Brown;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: lowercase;
}

.de-text-desc {
    color: var(--Primary-Dark-Gray, #45474A);
    font-family: Brown;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.de-bold-text {
    color: var(--Primary-Dark-Gray, #45474A);
    font-family: Brown;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.de-h2-text {
    color: var(--Primary-Dark-Gray, #45474A);
    font-family: Brown;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.de-text-link {
    color: var(--Primary-Dark-Gray, #45474A);
    font-family: Brown;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration-line: underline;
    text-transform: lowercase;

}

@media (max-width: 767px) {

    .de-inner-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;

    }

    .heading-h2 {
        width: 100%;
        justify-content: left;
        align-self: left;
        margin-top: 30px;
        padding-left: 20px;

    }

    .contact-us-heading {
        text-align: center;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -0.6px;
        padding-left: 25px;
        float: none;
        padding-right: 0;
        padding-top: 0;
    }


    .content {
        width: 90%;
        justify-content: center;
        align-items: center;
        padding: 30px 15px;
        margin-bottom: 60px;
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .de-text-container {
        width: 100%;
        padding:0;
    }

    .header-content {
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -0.6px;
    }

}