#uc_vs_ers_heading {
  display: grid;
  place-items: left center;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
  background: url(/images/pages/urgent_care_vs_emergency_rooms/heading_decoration.png), linear-gradient(15deg, #FBA92A, #ED6224);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.5);
}

#uc_vs_ers_heading > * {
  margin: 0px;
  padding: 0px;
  line-height: 1.25em;
}

#uc_vs_ers_heading > h1 {
  margin-right: 30%;
  padding-bottom: 1rem;
  font-size: clamp(1.5rem, 2vw, 3rem);
  color: #FFFFFF;
}

#uc_vs_ers_heading > p {
  margin-right: 30%;
  font-size: 1.5rem;
  font-size: clamp(1.25rem, 2vw, 3rem);
  color: #FFFFFF;
}

@media only screen and (max-width: 512px) {
  #uc_vs_ers_heading {
    background: linear-gradient(15deg, #FBA92A, #ED6224);
  }
  #uc_vs_ers_heading > h1 {
    margin-right: unset;
  }
  #uc_vs_ers_heading > p {
    margin-right: unset;
  }
}
#uc_vs_ers_table_2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px;
}

#uc_vs_ers_table_2 > *:nth-child(1),
#uc_vs_ers_table_2 > *:nth-child(2),
#uc_vs_ers_table_2 > *:nth-child(3) {
  margin-top: 2rem;
}

#uc_vs_ers_table_2 > * {
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  margin-left: -1px;
}

#uc_vs_ers_table_2 > .heading {
  display: grid;
  place-items: center;
  padding: 1rem 0.5rem 0rem 0.5rem;
  text-align: center;
}

#uc_vs_ers_table_2 > .heading.urgent_care {
  background-color: #41AD49;
}

#uc_vs_ers_table_2 > .heading.er {
  background-color: #ED522B;
}

#uc_vs_ers_table_2 > .heading.fer {
  background-color: #BC262C;
}

#uc_vs_ers_table_2 > .heading > .image {
  display: bloack;
  width: 40%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}

#uc_vs_ers_table_2 > .heading.urgent_care > .image {
  background-image: url(/images/pages/urgent_care_vs_emergency_rooms/urgent_care.jpg);
}

#uc_vs_ers_table_2 > .heading.er > .image {
  background-image: url(/images/pages/urgent_care_vs_emergency_rooms/emergency_room.jpg);
}

#uc_vs_ers_table_2 > .heading.fer > .image {
  background-image: url(/images/pages/urgent_care_vs_emergency_rooms/fser.jpg);
}

#uc_vs_ers_table_2 > .heading > h2 {
  margin: 0.5rem 0px 0px 0px;
  padding: 0px;
  color: #FFFFFF;
}

#uc_vs_ers_table_2 > svg {
  width: 100%;
  height: 2rem;
  box-sizing: border-box;
}

#uc_vs_ers_table_2 > svg.urgent_care {
  fill: #41AD49;
}

#uc_vs_ers_table_2 > svg.er {
  fill: #ED522B;
}

#uc_vs_ers_table_2 > svg.fer {
  fill: #BC262C;
}

#uc_vs_ers_table_2 > .description {
  padding: 0rem 1rem 0rem 1rem;
}

#uc_vs_ers_table_2 > .description > p:first-child {
  display: none;
  font-size: 1.25em;
  font-weight: 800;
  text-align: center;
}

#uc_vs_ers_table_2 > .description.urgent_care > p:first-child {
  color: #41AD49;
}

#uc_vs_ers_table_2 > .description.er > p:first-child {
  color: #ED522B;
}

#uc_vs_ers_table_2 > .description.fer > p:first-child {
  color: #BC262C;
}

#uc_vs_ers_table_2 > .example_heading,
#uc_vs_ers_table_2 > .cost_heading {
  padding: 0.5rem;
  color: #FFFFFF;
  font-size: 1.25em;
  font-weight: 800;
  text-align: center;
}

#uc_vs_ers_table_2 > .example_heading.urgent_care,
#uc_vs_ers_table_2 > .cost_heading.urgent_care {
  background-color: #41AD49;
}

#uc_vs_ers_table_2 > .example_heading.er,
#uc_vs_ers_table_2 > .cost_heading.er {
  background-color: #ED522B;
}

#uc_vs_ers_table_2 > .example_heading.fer,
#uc_vs_ers_table_2 > .cost_heading.fer {
  background-color: #BC262C;
}

#uc_vs_ers_table_2 > .example_list {
  margin: 0px;
  padding: 1rem 1rem 1rem 2em;
}

#uc_vs_ers_table_2 > .example_list.urgent_care ::marker {
  color: #41AD49;
}

#uc_vs_ers_table_2 > .example_list.er ::marker {
  color: #ED522B;
}

#uc_vs_ers_table_2 > .example_list.fer ::marker {
  color: #BC262C;
}

#uc_vs_ers_table_2 > .copay {
  display: grid;
  place-items: center;
  margin: 0px;
  padding: 1rem;
  font-size: 1.5em;
  font-weight: 800;
  border-bottom: 1px solid #808080;
}

#uc_vs_ers_table_2 > .copay.urgent_care {
  color: #41AD49;
  background-color: rgba(65, 173, 73, 0.2);
}

#uc_vs_ers_table_2 > .copay.er {
  color: #ED522B;
  background-color: rgba(237, 82, 43, 0.2);
}

#uc_vs_ers_table_2 > .copay.fer {
  color: #BC262C;
  background-color: rgba(188, 38, 44, 0.2);
}

@media only screen and (max-width: 512px) {
  #uc_vs_ers_table_2 {
    grid-template-columns: 1fr;
  }
  #uc_vs_ers_table_2 .heading.urgent_care {
    order: 1;
  }
  #uc_vs_ers_table_2 .down_arrow.urgent_care {
    order: 2;
  }
  #uc_vs_ers_table_2 .description.urgent_care {
    order: 3;
  }
  #uc_vs_ers_table_2 .example_heading.urgent_care {
    order: 4;
  }
  #uc_vs_ers_table_2 .example_list.urgent_care {
    order: 5;
  }
  #uc_vs_ers_table_2 .cost_heading.urgent_care {
    order: 6;
  }
  #uc_vs_ers_table_2 .copay.urgent_care {
    order: 7;
  }
  #uc_vs_ers_table_2 .heading.er {
    order: 8;
  }
  #uc_vs_ers_table_2 .down_arrow.er {
    order: 9;
  }
  #uc_vs_ers_table_2 .description.er {
    order: 10;
  }
  #uc_vs_ers_table_2 .example_heading.er {
    order: 11;
  }
  #uc_vs_ers_table_2 .example_list.er {
    order: 12;
  }
  #uc_vs_ers_table_2 .cost_heading.er {
    order: 13;
  }
  #uc_vs_ers_table_2 .copay.er {
    order: 14;
  }
  #uc_vs_ers_table_2 .heading.fer {
    order: 15;
  }
  #uc_vs_ers_table_2 .down_arrow.fer {
    order: 16;
  }
  #uc_vs_ers_table_2 .description.fer {
    order: 17;
  }
  #uc_vs_ers_table_2 .example_heading.fer {
    order: 18;
  }
  #uc_vs_ers_table_2 .example_list.fer {
    order: 19;
  }
  #uc_vs_ers_table_2 .cost_heading.fer {
    order: 20;
  }
  #uc_vs_ers_table_2 .copay.fer {
    order: 21;
  }
}
