/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.quote-illustration {
  margin-bottom: 15px;
  text-align: center;
}
.quote-illustration img {
  max-width: 100%;
  height: auto;
}
@media(min-width: 768px) {
  #bath-quote-form-Slim-mo-quay {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .quote-illustration {
    flex: 1;
    margin: 0;
    text-align: center;
  }
  .quote-content-wrapper {
    flex: 2;
  }
}

}