.contactus{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 00px;
    padding-bottom: 100px;
  
}

.form-horizontal{
    width: 60%;
    border: 1px solid rgb(163, 163, 163);
    background: rgb(250, 250, 250);
    padding: 4rem;
    border-radius: 16px;

}



@media screen and (max-width: 480px) {
    .form-horizontal{
        width: 90%;
        padding: 2rem;
    
    }
}