.about_section {
  padding-block: var(--wp--preset--spacing--140); }
  @media screen and (max-width: 992px) {
    .about_section {
      padding-block: var(--wp--preset--spacing--140); } }
  @media screen and (max-width: 992px) {
    .about_section {
      padding-top: 0;
      background: #fad7ba;
      background: linear-gradient(180deg, #fad7ba 0%, #f8f5f2 100%); } }

.about_content_grid {
  grid-template-columns: minmax(57%, 778px) minmax(42%, 564px);
  gap: 1rem;
  max-width: 1360px;
  margin-inline: auto; }
  @media screen and (max-width: 992px) {
    .about_content_grid {
      grid-template-columns: 1fr; } }

.about_school_wrap {
  background: #fad7ba;
  background: linear-gradient(180deg, #fad7ba 0%, #f8f5f2 57%, #f8f5f2 100%);
  border-radius: 1rem;
  padding: 80px 45px 80px 60px; }
  @media screen and (max-width: 1200px) {
    .about_school_wrap {
      padding: 35px; } }
  @media screen and (max-width: 992px) {
    .about_school_wrap {
      background: none; } }
  @media screen and (max-width: 575px) {
    .about_school_wrap {
      padding: 5px;
      padding-top: 80px; } }

.about_text_wrap {
  margin-top: 45px;
  margin-bottom: 30px;
  gap: 43px;
  grid-template-columns: 196px auto; }
  @media screen and (max-width: 768px) {
    .about_text_wrap {
      grid-template-columns: 1fr; } }

.about_text {
  font-size: 15px; }
  .about_text p {
    font-size: 15px;
    line-height: 135%; }
  @media screen and (max-width: 575px) {
    .about_text {
      font-size: 14px; }
      .about_text p {
        font-size: 14px; } }

.about_text_wrap_img {
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 0.9;
  max-width: 196px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .about_text_wrap_img {
      max-width: 100%; } }
  .about_text_wrap_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.read_about_us {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  background-color: #fff;
  padding: 20px 30px; }
  @media screen and (max-width: 768px) {
    .read_about_us {
      flex-direction: column;
      background-color: transparent;
      padding: 0; } }
  .read_about_us p {
    margin-bottom: 10px;
    font-size: 15px; }
    @media screen and (max-width: 575px) {
      .read_about_us p {
        font-size: 14px; } }

@media screen and (max-width: 992px) {
  .read_about_text {
    border-radius: 1rem;
    background-color: var(--wp--preset--color--white-80);
    width: 100%;
    padding: 16px;
    margin-bottom: 20px; } }

.students_wrap {
  display: flex;
  align-items: center;
  gap: 13px; }
  .students_wrap p {
    margin-bottom: 0; }

.students_avatars {
  display: flex;
  margin-right: 11px; }
  .students_avatars picture,
  .students_avatars figure {
    border-radius: 50%;
    width: 30px;
    margin-right: -11px; }
    .students_avatars picture img,
    .students_avatars figure img {
      width: 100%;
      border-radius: 50%; }

.about_stats_wrap {
  position: relative;
  display: flex;
  max-height: 677px;
  min-height: 100%; }
  @media screen and (max-width: 992px) {
    .about_stats_wrap {
      height: 677px; } }
  @media screen and (max-width: 575px) {
    .about_stats_wrap {
      height: 440px; } }
  .about_stats_wrap .overlay {
    position: absolute;
    inset: 0;
    display: block;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .about_stats_wrap p {
    margin-bottom: 0; }
  .about_stats_wrap .fw-semi-bold {
    margin-bottom: 11px; }

.about_stats_cols {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 35px;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 1100px) {
    .about_stats_cols {
      padding-inline: 15px; } }

.about_stats_col {
  position: absolute;
  top: 0;
  left: 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
  gap: 20%; }
  @media screen and (max-width: 575px) {
    .about_stats_col {
      gap: 10%; } }
  .about_stats_col:before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.6); }
  .about_stats_col:nth-child(1) {
    padding-top: 80px;
    gap: 30%; }
    @media screen and (max-width: 1100px) {
      .about_stats_col:nth-child(1) {
        left: 15px; } }
    @media screen and (max-width: 575px) {
      .about_stats_col:nth-child(1) {
        gap: 22%;
        padding-top: 0; } }
  .about_stats_col:nth-child(2) {
    justify-content: flex-end;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-bottom: 62px;
    gap: 34%; }
    @media screen and (max-width: 575px) {
      .about_stats_col:nth-child(2) {
        right: 15px;
        -webkit-transform: none;
                transform: none;
        left: auto;
        display: none; } }
  .about_stats_col:nth-child(3) {
    right: 35px;
    left: auto;
    gap: 37%;
    padding-top: 60px; }
    @media screen and (max-width: 1100px) {
      .about_stats_col:nth-child(3) {
        right: 15px; } }
    @media screen and (max-width: 575px) {
      .about_stats_col:nth-child(3) {
        padding-top: 100px; } }
    @media screen and (max-width: 475px) {
      .about_stats_col:nth-child(3) {
        padding-top: 115px; } }

.stat-card {
  background-color: var(--wp--preset--color--white-60);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  min-width: 160px;
  max-width: 193px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='10' viewBox='0 0 22 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.1073 7C11.9023 7 12.5945 7.49607 13.0905 8.1173C14.0067 9.26479 15.4175 10 17 10C19.7614 10 22 7.76142 22 5C22 2.23858 19.7614 0 17 0C15.4175 0 14.0067 0.73521 13.0905 1.8827C12.5945 2.50393 11.9023 3 11.1073 3H10.8927C10.0977 3 9.40552 2.50393 8.90952 1.8827C7.99335 0.73521 6.58253 0 5 0C2.23858 0 0 2.23858 0 5C0 7.76142 2.23858 10 5 10C6.58253 10 7.99335 9.26479 8.90952 8.1173C9.40552 7.49607 10.0977 7 10.8927 7H11.1073Z' fill='%23507749'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 22px 10px;
  background-position: right 10px top 10px; }
  .stat-card .text-22 {
    margin-bottom: 9px; }
