@charset "UTF-8";

.rv-rental-large {
  float: left;
  width: 100%;
  margin-top: 30px 0 0 0;
}

.rv-rental-row {
  float: left;
  width: 100%;
}

.rv-rental-large p {
  padding-bottom: 15px;
  text-align: justify;
  margin: 0;
  line-height: 20px;
  font-size: 15px;
}

.rv-rental-large ul {
  padding: 0 0 10px 30px;
  margin: 0;
  font-size: 15px;
  list-style: circle;
}

.rv-rental-large ul li {
  margin-bottom: 15px;
}

.rv-rental-title {
  font-size: 28px;
  color: #f00;
  font-weight: bold;
  padding-bottom: 15px;
}

.rv-rental-banner {
  padding-bottom: 20px;
}

.rv-rental-sub-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px !important;
}

.rv-rental-red {
  color: #ff3048;
}

.rv-rental-sub-title-red {
  font-size: 20px !important;
  font-weight: bold;
  color: #ff3048;
  margin-top: 15px !important;
}

.rv-rental-center {
  text-align: center !important;
}

.rv-rental-img-left {
  float: left;
  margin: 0 20px 15px 0;
  max-width: 300px;
}

.rv-rental-img-right {
  float: right;
  margin: 0 0 15px 20px;
  max-width: 300px;
}

@media (max-width: 520px) {
  .rv-rental-img-left {
    float: left;
    margin: 0 0 15px 0;
    max-width: 100%;
  }

  .rv-rental-img-right {
    float: left;
    margin: 0 0 15px 0;
    max-width: 100%;
  }
}
