.getintouch{
    background: #A1CD3A;
}
.getintouch .row{
    margin-right: calc(-.0* var(--bs-gutter-x)) !important;
    margin-left: calc(-.0* var(--bs-gutter-x)) !important;
}
.getintouch .user-form{
    background: #3C9143;
    text-align: center;
}

.getintouch .btn-book {
    background: #A1CD3A !important;
    border-radius: 20px !important;
    padding: 10px 30px !important;
    outline: none;
    text-transform: capitalize;
    border: none !important;
    width: 80%;
    color: #fff;
}

.getintouch .m-image{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.getintouch .d-image{
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: inherit;
}