.main_heading h6 {
    margin-top: 1rem;
    text-align: center;
}

.contact_form {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 760px;
    margin-top: 2rem !important;
}

.input_box {
    display: flex;
    gap: 1rem;
    margin-bottom: 22px;
}

.input_box input,
.input_box textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 5px;
}

.hand{
    margin-top: 2rem;
}
.hand img{
    width: 150px;
}

@media(max-width:576px){
    .main_heading h6{
        margin-top: 7px;
        font-size: 14px;
    }
    .main_heading h6 img{
        width: 45px;
        object-fit: contain;
    }
    .input_box{
        margin-bottom: 1rem;
    }
}