/* Page Banner */

#Page_Banner {
  background-image: url(../images/vca_value/bg.png);
}

.page-title {
  padding-bottom: 20px !important;
  margin-left: 10px;
  margin-right: 10px;
}

h1 {
  font-size: 18px !important;
  font-weight: bold !important;
  margin-bottom: 0 !important;
  padding: 0 15px !important;
}

.slogan {
  background-color: unset !important;
  font-size: 16px !important;
  color: #000 !important;
  margin-bottom: 10px !important;
}

h2 {
  color: #0D5A7B;
  font-size: 30px;
}

h3 {
  color: #34739A;
  font-size: 24px;
  margin-bottom: 10px !important;
}

p.content {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px !important;
  line-height: 26px;
}

p.content span {
  color: #34739A;
}

.mb-md-5 {
  margin-bottom: 24px;
}

.mb-md-0 {
  margin-bottom: 0;
}

.mobile {
  display: none;
}


@media only screen and (max-width: 768px) {
  section div.row div {
    margin-bottom: 0px !important;
  }

  .mb-0 {
    margin-bottom: 0;
  }

  .pc {
    display: none;
  }

  .mobile {
    display: unset;
  }
}