.contact-us-sec h6 {
    font-size: 1.25rem;
}

.contact-us-sec p {
    text-align: right;
}

.form-contact {
    border: 1px solid #b4b4b4;
    border-radius: 2rem;
    padding: 1.5rem;
    justify-content: space-between;
    margin: 3rem 75px 1rem;
}

.form-contact form div{
    gap: 0.5rem;
}

.form-contact input ,
.form-contact textarea {
    padding: .5rem 1rem;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    border: 1px solid #b4b4b4;
    outline: none;
}

.form-contact textarea {
    width: 100%;
    height: 100%;
}

.form-contact .text-form {
    height: 190px;
}

.form-contact button {
    background: #572D01;
    padding: 0.25rem 2rem;
    color: #ffffff;
    border: 0;
    border-radius: 9px;
    margin-top: 0.5rem;
}
.contact-us-tandis {
    width: 20rem;
}

.contact-us-sec {
    margin-top: 2rem;
}

.contact-us-sec ul {
    margin-bottom: 1rem;
    list-style: none;
}

.contact-cards {
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;

}

.contact-card {
    background: #f5efe6d4;
    padding: 1.25rem 2rem;
    color: #572D01;
    border-radius: 2rem;
}

.about-us-pic-1 {
    position: absolute;
    right: 0;
    width: 300px;
    bottom: -40px;
}

.about-us-pic-2 {
    position: absolute;
    left: 0;
    width: 300px;
    bottom: -126px;
}