.about_school_cards_wrap {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 45px; }
  @media screen and (max-width: 575px) {
    .about_school_cards_wrap {
      flex-wrap: wrap; } }

.about_school_card {
  width: 100%;
  background-size: 80%;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 25px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media screen and (max-width: 575px) {
    .about_school_card {
      min-height: 168px;
      padding: 20px; } }
  .about_school_card h5 {
    color: var(--wp--preset--color--black);
    margin-bottom: 5px; }
  .about_school_card p {
    color: var(--wp--preset--color--black-text); }

.about_school_card_bottom img,
.about_school_card_bottom figure {
  max-width: 58px;
  width: 100%; }
  @media screen and (max-width: 575px) {
    .about_school_card_bottom img,
    .about_school_card_bottom figure {
      max-width: 33px; } }

.about_school_card_bottom p {
  margin-bottom: 0; }

.about_school_counter_wrap {
  height: 100%; }
  @media screen and (max-width: 992px) {
    .about_school_counter_wrap {
      margin-top: 30px;
      padding-inline: 20px;
      flex-wrap: wrap; } }
  @media screen and (max-width: 575px) {
    .about_school_counter_wrap {
      gap: 0px; } }
  .about_school_counter_wrap h4 {
    color: var(--wp--preset--color--green); }
  .about_school_counter_wrap p {
    color: var(--wp--preset--color--black-text); }

@media screen and (max-width: 992px) {
  .about_school_counter_item {
    width: calc(50% - 20px); } }

@media screen and (max-width: 575px) {
  .about_school_counter_item {
    width: calc(50% - 0px); }
    .about_school_counter_item h4 {
      font-size: 30px;
      line-height: 100%; }
    .about_school_counter_item:nth-child(3) {
      order: -1; }
    .about_school_counter_item:nth-child(2) {
      order: 2; }
    .about_school_counter_item:nth-child(1) {
      order: 3; } }
