@charset "UTF-8";

@import 'imports/contact.css';

.rt-wf__container {
  height: 360px;
  background-color: var(--yellow-light);
  background-image: var(--img-service-4);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 40px 20px 20px;
}

.rt-wf__container h2 {
  margin: 0 0 20px 0;
}

.rt-content .rt-wt__container {
  width: 640px;
  height: auto;
  overflow: hidden;
  float: left;
}

.rt-content .rt-wt__container ul {
  height: auto;
  overflow: hidden;
}

.rt-content .rt-wt__container ul li {
  height: auto;
  overflow: hidden;
  line-height: 46px;
  font-size: 16px;
}

.rt-content .rt-et__container {
  width: 480px;
  height: auto;
  overflow: hidden;
  float: right;
}

.rt-content .rt-et__container h6 {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

.rt-content .rt-et__container ul {
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}

.rt-content .rt-et__container ul li {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: var(--primary);
}
