/****** PLACE YOUR CUSTOM STYLES HERE ******/
.bg-dark, .bg-primary , input[type="submit"] {
background-color: #b36648 !important;
}
input[type="submit"] {
    border-color: white;
}
.nmae{
    display:flex;
    align-items: center;
            }
            .heght{
                height: 580px;
            }
            .nmae2{
                padding: 0px 70px 0px 190px ;
            }
            @media (max-width: 767px){
                .nmae2{
                padding: 30px ;
            }  
            .nmae{
    display:block;
            }
            .heght{
                height: 380px;
            }
            .rechange{
                display:flex;
                flex-direction: column-reverse;
            }
            .pt-sm-30 {
                padding-top:25px;
            }
            .image-square {
                padding-bottom: 0px;
            }
            }