   .contact-form-style textarea {
    height: 70px;
            }
           


                .get-in-touch__contact-form {
                    margin-left: 0px;
                    box-shadow: 0 0 10px 0 rgb(36 37 51 / 8%);
                    
                }

                .contact-info {
                    display: flex;
                    align-items: center;
                    gap: 15px;
                    padding:30px 15px;
                    border-radius: 0px;
                    overflow: hidden;
                    flex-direction: row;
                    text-align: left;
                    background: unset;
                    border-bottom: 1px solid #eee;
                    
                 
                }

                .contact-content {
                    
                    margin-bottom: 0;
                    box-shadow: 0 0 10px 0 rgb(36 37 51 / 8%);
                    height:100%;
                }

                .contact-info-icon {
                  margin-bottom:0;
                }

                .contact-info-icon i {
    font-size: 22px;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50px;
    background: #341c0f;
}



               
                @media only screen and (max-width: 767px) {
                    
                    .contact-info{
                        display:block !important;
                        text-align: center;
                    }
                    .contact-info-content {
    padding-top: 0;
}

}
.contact-message-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 0 10px 0 rgb(36 37 51 / 8%);
    padding: 30px;
}