.banner-container {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 5rem;
  padding-bottom: 3.75rem; }
  .banner-container span.icon {
    display: inline-block;
    height: 3.125rem;
    width: 3.125rem;
    background-color: #59de9f;
    margin-top: 56px;
    background: url(/image/home/icon_sprite_1.png);
    background-position: 0 -15.1875rem; }
  .banner-container p {
    font-size: 2rem;
    color: #1f3c39;
    letter-spacing: 0.2px;
    padding-top: 0.9375rem; }

.service-content .content h2 {
  text-align: center;
  margin: 0.9375rem 0;
  color: #160000; }

.service-content .content h3 {
  font-size: 1rem;
  color: #160000;
  letter-spacing: 0.2px;
  margin: 0.75rem 0; }

.service-content .content li {
  font-size: 1rem;
  color: #160000;
  letter-spacing: 0.2px;
  margin: 0.75rem 0; }

.popwrap .service-content .content {
  width: auto; }
  .popwrap .service-content .content > h2 {
    margin: 0 0 10px; }
  .popwrap .service-content .content > h3 {
    font-size: 16px; }
  .popwrap .service-content .content li {
    font-size: 14px; }
